View Single Post
  #3  
Old 01-18-2006, 03:06 PM
 
webmonster webmonster is offline
 

Advanced Member
  
Join Date: Nov 2005
Posts: 35
 

Default

HTML is allowed but Javascript isn't

Where is a safe place for this part of the script to function?

Code:
<SCRIPT TYPE="text/javascript"> <!-- function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=400,height=200,scrollbars=yes'); return false; } //--> </SCRIPT>

This can be placed in the detail description
Code:
__________________
4.1.x
Reply With Quote