View Single Post
Old 07-01-2002, 04:47 PM   PM User | #5
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 i saw where i made the error sorry.

------

<script language="javascript">

function popup(url,width,height){

window.open(url,"def","width="+width+",height="+height)

}
</script>

----------


the you call the function in the area(like before - but no errors this time hehe)

--------


<area shape="rect" coords="251,262,355,279" href="javascript:popup('Whatever.html','550','360')">



------

This should work hehe
__________________
CYWebmaster.com - See why we dot com!!
ACJavascripts.com - Cut & Paste Javascripts!
SimplyProgram.com - Personal Blog
ACJavascript is offline   Reply With Quote