I was wondering if anyone had a simple code that will allow me to have multiple popup links on one page? I have no idea what to do. Any help would be greatly appreciated.
Give each an individual id like:
<SCRIPT language="JavaScript1.2">
function openwindow1()
{
window.open("score_popup/wbc_slalom_running_order.html",
"mywindow","location=1,status=1,scrollbars=1,width=600,height=525");
}
.......... etc.
and then:
<p><a href="javascript: openwindow1()">WBC Invitational Slalom Event Running Order</a></p>
View actual working page here:
http://www.worldbarefootcenter.com/
scroll to bottom of page to see pop-up links. View source code for complete details:
Best wishes,
Adninjastrator
Tootlbar? are you talking about the URL?
That's pretty tricky, as it's a security issue (hiding the URL) and most browsers will not allow it.
But you might try "showModalDialog" instead of window.open:
http://javascript.gakaa.com/window-showmodaldialog-4-0-5-.aspx
or find an online example and view their source code.
Best wishes,
Adninjastrator
North America
Europe, Middle East and Africa
Asia Pacific