HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 24th, 2000, 11:26 AM
artgeek artgeek is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 1999
Location: Toronto,Ont,Canada
Posts: 1 artgeek User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #2  
Old January 25th, 2000, 05:10 AM
KliK KliK is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2000
Location: Rumilly, HS, France
Posts: 8 KliK User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > multiple popup windows


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway