I want to open a window containing a JPEG image, and I want
the window dimensions to match the image dimensions.
Therefore, the proper command syntax should be:
window.open ("mypic.jpg" , "", HEIGHT=256, WIDTH=256)
This command doesn't work on Internet Explorer!!!! Is there any way
that I can do this on IE???
Thanks!!
- RRR
Posted Via Binaries.Net Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
the window dimensions to match the image dimensions.
Therefore, the proper command syntax should be:
window.open ("mypic.jpg" , "", HEIGHT=256, WIDTH=256)
This command doesn't work on Internet Explorer!!!! Is there any way
that I can do this on IE???
Thanks!!
- RRR
Posted Via Binaries.Net Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
Comment