View Single Post
Old 06-22-2002, 05:06 PM   PM User | #4
ACJavascript
Regular Coder

 
Join Date: Jun 2002
Location: FL, USA
Posts: 734
Thanks: 0
Thanked 0 Times in 0 Posts
ACJavascript is on a distinguished road
okay well i see somthing that might be causing the error

--------
how it is now
---------

var no="addrbar=0,toolbar=0,location=0,directories=0,statu
s=1,menubar=0,scrollbars=0,resizeable=0,"no+="width=720,height=576"

----------
should be, Each no+= has to be on there own line
----------
var no=" addrbar=0,toolbar=0,location=0,directories=0,"
no+="status=1,menubar=0,scrollbars=0,resizeable=0,"
no+="width=720,height=576"


Linking with an image isn't a problem at all. Its quite neet actualy
__________________
CYWebmaster.com - See why we dot com!!
ACJavascripts.com - Cut & Paste Javascripts!
SimplyProgram.com - Personal Blog
ACJavascript is offline   Reply With Quote