Can any one tell me how can I use window.open from response.write. I am using below code for now which is working fine opening in the new window as per my requirement
but I don't want to show the address bar and soem other options which I can do in window.open like scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no
swapna.anu
Contributor
2658 Points
745 Posts
Help with classic ASP code
Dec 16, 2011 02:47 PM|LINK
Hi,
Can any one tell me how can I use window.open from response.write. I am using below code for now which is working fine opening in the new window as per my requirement
response.write "<td width=70px " & font_style & " ><b><font color=green><a href="+rsResults("filepath") +" target='CP12'>"+rsResults("cp12_serial")+"</a></b></font> </td>" & vbCRLF
but I don't want to show the address bar and soem other options which I can do in window.open like scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no
Thanks in advance.