I am calling the following favascript function to open a window. I have asp inside it to try to pass picture id to the new window. How do I go about this?
var newWind=window.open("image_upload.asp?PIctureID=<% =picID%>","display","width=550,height=100,screenX="+w+",screenY="+h);
Thanks,
Josh
var newWind=window.open("image_upload.asp?PIctureID=<% =picID%>","display","width=550,height=100,screenX="+w+",screenY="+h);
Thanks,
Josh