|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hey out there, I am doing a test version of a new site and I can't seem to figure out how to assign more than one htm.doc to the java.
here is what I have: <!-- function makeRemote() { remote = window.open('info.htm', 'window', 'width=500,height=450,top=50,left=50,status=yes'); if (remote.opener == null) remote.opener = window; remote.opener.name = "opener"; } // --> LINKCODE<a href="javascript:makeRemote()"> To check out the page for a better idea: http://www.identfi.com/taxiguy/index.htm Right now the java is assigned to the "Partnership Information" link. I want to be able to have all the links in the nav bar come up in popup windows. Thanks for any help you can give. |
|
#2
|
|||
|
|||
|
I'm not sure about what you want, but if you want to open windows with one script you'll have to do this :
<!-- function makeRemote(adress) { remote = window.open(adress, '_blank', 'width=500,height=450,top=50,left=50,status=yes'); } // --> LINKCODE<a href="javascript:makeRemote(adress)"> Where adress is the path to your .htm doc as a String. ex: "info.htm". KliK |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > multiple popup windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|