
passing value to pop-up window. Please help
How can I pass the values from asp page to a pop-up window. I have tried
this but I got an error.
<script LANGUAGE="JavaScript">
function OpenWindow(id,name){
passit = "question.asp?id=" + RS("id") + "&name=" + RS("name");
window.open(passit,'','toolbar=no,location=no,status=no,menubar=no,scrollbar
s=no,resizable=no,width=500,height=335');
Quote:
}
</script>
'
'
Response.Write "<td width=""4%"" align=""middle""><P><a
href=""javascript:OpenWindow();""><IMG
SRC=""images/pop.gif""></a></P></font></td>" & VbCrLf