Jag vill öppna ett dokument med en relaterat till ruta, hur skickar jag med dokid till relateratvisa.asp?
<script language="javascript">
function OpenURL(URL, WindowName,Configuration,dokid)
{
window.open(URL,WindowName,Configuration);
window.open("../RelateradeVisa.asp?Dokumentid=" +dokid",'Relaterade','TOP=500,LEFT=20,WIDTH=450,Height=200,scrollbars=1,resizable=1,toolbar=0');
}
</script>
Länk:
<a href="Javascript:OpenURL('<%=Replace(RTrim(objDocumentClass.Path), "\", "/")%>', '', 'menubar=1,status=1,scrollbars=1,resizable=1,toolbar=1,location=1,WIDTH=600,Height=500','<%=objDocumentClass.DokId%>');">
Jag vet att detta är fel, men jag vill att någon hjälper mig att få objDocumentClass.DokId att skickas med i relateradevisa.asp som DokumentId...