Passing variables from one web page to another web page using JavaScript 
Author Message
 Passing variables from one web page to another web page using JavaScript

I am trying to pass variables from one page to another I am able to pass the
variables using a hyperlink with a ? and then the variables but I have not
been able to use those variables within my JavaScript on my new page?  If
you have any ideas please let me know.

David Staskiewicz



Sun, 20 May 2001 03:00:00 GMT  
 Passing variables from one web page to another web page using JavaScript
There are several solutions available:
1) Cookies
2) If you an ASP author, you may pass it via the URL, like ".../file.asp?a=10
3) Check out this (purely client-side solution, IE-sepecific, though):
Discardable Properties for Your Web Pages in Internet Explorer 4.0 and 5.0",
http://www.microsoft.com/workshop/author/script/persist/persist.asp

--
Regards,
Andrew "Captain" Cerebrum, Mead & Company
SBN article on printing:
http://www.microsoft.com/workshop/author/script/dhtmlprint.asp
Free ScriptX control:
http://www.meadroid.com/scriptx/
Innovative WebBrowser extensions:
http://www.meadroid.com/wpm/


I am trying to pass variables from one page to another I am able to pass the
variables using a hyperlink with a ? and then the variables but I have not
been able to use those variables within my JavaScript on my new page?  If
you have any ideas please let me know.

David Staskiewicz



Sun, 20 May 2001 03:00:00 GMT  
 Passing variables from one web page to another web page using JavaScript
I was able to pass the data using ASP but I want to be able to work with the
data using JavaScript.  Does anyone know how to get ASP variables so I can
manipulate them with JavaScript?

David

Quote:

>There are several solutions available:
>1) Cookies
>2) If you an ASP author, you may pass it via the URL, like
".../file.asp?a=10
>3) Check out this (purely client-side solution, IE-sepecific, though):
>Discardable Properties for Your Web Pages in Internet Explorer 4.0 and
5.0",
>http://www.microsoft.com/workshop/author/script/persist/persist.asp

>--
>Regards,
>Andrew "Captain" Cerebrum, Mead & Company
>SBN article on printing:
>http://www.microsoft.com/workshop/author/script/dhtmlprint.asp
>Free ScriptX control:
>http://www.meadroid.com/scriptx/
>Innovative WebBrowser extensions:
>http://www.meadroid.com/wpm/



>I am trying to pass variables from one page to another I am able to pass
the
>variables using a hyperlink with a ? and then the variables but I have not
>been able to use those variables within my JavaScript on my new page?  If
>you have any ideas please let me know.

>David Staskiewicz




Tue, 22 May 2001 03:00:00 GMT  
 Passing variables from one web page to another web page using JavaScript
I'm not exactly sure if this is what you're looking for, but you might want
to look into Remote Scripting for getting data from the server to the
client.  See msdn.microsoft.com/scripting for details.

Eric


Quote:
>I was able to pass the data using ASP but I want to be able to work with
the
>data using JavaScript.  Does anyone know how to get ASP variables so I can
>manipulate them with JavaScript?

>David


>>There are several solutions available:
>>1) Cookies
>>2) If you an ASP author, you may pass it via the URL, like
>".../file.asp?a=10
>>3) Check out this (purely client-side solution, IE-sepecific, though):
>>Discardable Properties for Your Web Pages in Internet Explorer 4.0 and
>5.0",
>>http://www.microsoft.com/workshop/author/script/persist/persist.asp

>>--
>>Regards,
>>Andrew "Captain" Cerebrum, Mead & Company
>>SBN article on printing:
>>http://www.microsoft.com/workshop/author/script/dhtmlprint.asp
>>Free ScriptX control:
>>http://www.meadroid.com/scriptx/
>>Innovative WebBrowser extensions:
>>http://www.meadroid.com/wpm/



>>I am trying to pass variables from one page to another I am able to pass
>the
>>variables using a hyperlink with a ? and then the variables but I have not
>>been able to use those variables within my JavaScript on my new page?  If
>>you have any ideas please let me know.

>>David Staskiewicz




Tue, 22 May 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. pass a form from web page to web page

2. pass a form from web page to web page

3. passing recordsets to Javascript in web page

4. passing variables from 1 web page to the next

5. Solution: Passing variables between web pages

6. How To - Pass the content of a variable on one page to another page

7. Refreshing web page using javascript

8. Can one web Page do that?

9. One-time use Intial entry page to web

10. Passing Web Pages as a Body in an email

11. Passing string variables from one page to another

12. Passing JScript array to another web page

 

 
Powered by phpBB® Forum Software