Closed Thread Icon

Preserved Topic: Passing values between pages. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18281" title="Pages that link to Preserved Topic: Passing values between pages. (Page 1 of 1)" rel="nofollow" >Preserved Topic: Passing values between pages. <span class="small">(Page 1 of 1)</span>\

 
jstuartj
Bipolar (III) Inmate

From: Mpls, MN
Insane since: Dec 2000

posted posted 10-22-2001 21:20

I have created a html document that functions as a Catalog Page browser using javascript. Each page consists of a jpg that has it's URL calulated via a component number and a user defined page number etc....

What I would like to do is have my catalog browser pop up when I click on an image link of the front cover on a separate index page. Is there away to pass a value from a link on one page to a form feild or javascript on another page?

I would perfer not to use frames and would like for the main page to remain open. I need a solution that will work under netscape 4 and IE. 5.5 on the mac and pc. I have to I will create it all as one page with the javascript as an external script. I would perfer as a pop-up, as others need to maintain the covers index page and I wish it to remain simple and as fool proof as possiable.

jstuartj



[This message has been edited by jstuartj (edited 10-22-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-23-2001 00:31

You can pass values to other pages via query string (yourpage.html?parameter=value) and you can access query string from those pages via location.search variable...


jstuartj
Bipolar (III) Inmate

From: Mpls, MN
Insane since: Dec 2000

posted posted 10-23-2001 19:42

Thanks for the help that just what I needed. Just parse the returned string and it works slick.

jstuartj

« BackwardsOnwards »

Show Forum Drop Down Menu