Mondeo
Well-known member
I have a products page containing an image, theres also a button to enlarge image. I want this to be a new window just containing the image, like a popup.
In my page load ive got
Response.Write("<script>self.resizeTo(285,439)</script>")
This looks okay but could do with improvement. How can I get just a plain window, no scrollbars, no address bar etc.
Can it be done?
Thanks
In my page load ive got
Response.Write("<script>self.resizeTo(285,439)</script>")
This looks okay but could do with improvement. How can I get just a plain window, no scrollbars, no address bar etc.
Can it be done?
Thanks