View Single Post
  #1 (permalink)  
Old 04-29-2008, 10:28 PM
lilith2014 lilith2014 is offline
Member
 
Join Date: Apr 2008
Posts: 1
lilith2014 is on a distinguished road
nebie popup script, need to add code.
Hello all, simple question for you. This is my code:

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=323,scrollbars=no'); return false; } //--> </SCRIPT>
I need to add on it a function that put the popup in the middle of the screen.
Also if I can change the backgrond color to black how can I do it?

Thank you for you help.
Reply With Quote
Sponsored Links