View Single Post
Old 03-01-2006, 09:04 AM   #4 (permalink)
thumbtak
Contributing Member
 
thumbtak's Avatar
 
Join Date: 08-18-05
Posts: 77
iTrader: 0 / 0%
Latest Blog:
None

thumbtak is liked by many
I am still lost on how to do this. So below is my code(well slightly altered) and if any one can tell me where to put the title that would be great. Thanks for all the help so far.

Code:
<script> function clickme() { NewWin=window.open('http://blabla.com','clickme','toolbar=no,scrollBars=auto,resizable=no,status =no,width=500,height=500'); } </script> <A href="javascript:clickme()" onmouseover="window.status ='' ;return true" style="text-decoration:none">Click Me</A>
thumbtak is offline   Reply With Quote