Thread: popup window
Results 1 to 2 of 2
Related
-
Popup-like window Forum: HTML Forum
Replies: 0 -
Problem with popup window Forum: Javascript Forum
Replies: 0 -
positioning a popup window Forum: HTML Forum
Replies: 1 -
Popup Window Forum: HTML Forum
Replies: 2 -
Popup window to fit? Forum: HTML Forum
Replies: 1
-
07-20-2002, 12:08 PM #1
popup window
i used the popup tool this site provided, but don't know how to change the window size value when i used two diffrent links for two diffrent popups.
-
07-20-2002, 12:33 PM #2
Basically you need to install two popup scripts changing the function tag in both the head and body to differentiate one from the other.
Starting with no popups on the page use the popup maker make your first popup as normal and include the sections in both your head and into the body
To make the second popup, again use the popup maker. Now is where you have to make manual changes to the code.
find this line in the code
PHP Code:function popup(URL) {
PHP Code:function popup1(URL) {
next find this section of the code
PHP Code:<A HREF="javascript:popup('your_file_name.html')">Open the Pop Up Window</A>
PHP Code:<A HREF="javascript:popup1('your_file_name.html')">Open the Pop Up Window</A>
DaveLast edited by HTML; 07-20-2002 at 12:38 PM.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum