Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Passing variables from one page to another
- From: lists at dwsasia.com (Peter Lauri)
- Subject: [Javascript] Passing variables from one page to another
- Date: Wed Dec 27 12:10:43 2006
Take a look at JSON... let me know if that solved your problem... JSON is JavaScript Object Notation where you can pass JS objects (and also arrays etc) to a language (PHP, Java etc) that supports it. Then you can modify or just pass it thru to the next page and then parse it there. Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -----Original Message----- From: javascript-bounces@xxxxxxxxxx [mailto:javascript-bounces@xxxxxxxxxx] On Behalf Of tedd Sent: Wednesday, December 27, 2006 7:00 PM To: [JavaScript List] Subject: [Javascript] Passing variables from one page to another Hi gang: I'm trying to see how js can pass variables from one web page to another. From what I've read, it appears that I can attach a variable to a window.parent and then extract that if the called page is not the parent, but I can seem to get it to work. Does anyone have a code example for me to review? Thanks. tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com _______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx https://lists.LaTech.edu/mailman/listinfo/javascript
- References:
- Prev by Date: [Javascript] Passing variables from one page to another
- Next by Date: [Javascript] Passing variables from one page to another
- Previous by thread: [Javascript] Passing variables from one page to another
- Next by thread: [Javascript] Passing variables from one page to another
- Index(es):