TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Hyperlink two pages

Page: 1 Reply
Sep 30th 2001#17546 Report
Member since: Sep 21st 2001
Posts: 10
Hi there,

I have 2 simple questions:

1. Is there is a posibility if I click on a hyperlink; then 2 pages will appear.

2. How can I pop up a page while I am opening a page.
Reply with Quote Reply
Sep 30th 2001#17554 Report
Member since: Jun 28th 2001
Posts: 39
this in the head:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

(remember the < , < -! thing and script language="JavaScript" tag, and end script tag )

this inside the body tag itself:
onLoad="MM_openBrWindow('http://some url.com','','toolbar=yes or no,location=yes or no ,status=yes or no ,menubar=yes or no ,scrollbars=yes or no ,resizable=yes or no')"

I hate pop ups by-the-way.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum