|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Jun 2005
Posts: 34
|
Help with Pop up Script
Hey There,
I am running an internal intranet site, The site is made from frames(2) with a javascript menu on one side and an iframe on the other.` I have the follwoing pop up script for some documents which i want to launch in a seperate window. My Problem arises when i open one of the "popup" windows and close it. Once I close it i doesnt matter which link I click, if i select a link that should go to the iframe it decides to pop up outside the main frame !!!! I have a sample of the code below, can anyone suggest a better piece of code please. function popUp4(url) { seatingWin=window.open(url,"newpage","toolbar=0,location=0,directories=0,status=0,menubar=0, scrollbars=1,resizable=0,width=500,height=200 top=30 left=30"); self.name = "mainWin"; } Launched through the href link: //href ="javascript opUp4('refresh.htm')" class="smallLink">"refresh"//Any suggestions would be great Thanks Dob |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|