Jump to content

Editing A Popup Script


dzhax

Recommended Posts

I have this popup script

<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=378,height=105,scrollbars=no');return false;}//--></SCRIPT>

what should i type in the window.open line to make the address bar not show up. I tried addressbar=no but that didn't work.

Link to comment
Share on other sites

you can try a modelessbox or a modalbox,this is explained at msdnI don't have the full adress but its under dom or javascript, sorryyou can also try the sitesearch of google to find it:http://www.google.com/webhp?sitesearch=msd...s_q=modelessboxhttp://www.google.com/webhp?sitesearch=msd...p;as_q=modalboxedit: there's a problem with the second of the three links, it keeps replacing the & with ; whatever i do, it just ignores what i do

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...