| Author |
Passing variable
|
Prashil Wasnik
Greenhorn
Joined: Apr 18, 2006
Posts: 19
|
|
Hi, How can i pass the variable between 2 HTML pages using javascript, my limitation is i don't have server side and the parameter which i want to pass is contain around 10K of text.
|
 |
Ashish K Sharma
Ranch Hand
Joined: Aug 22, 2006
Posts: 31
|
|
Hi, if you are opening the child window from parent window you can get the value by saying "window.opener.document.getElementById("varToPass").value". Let me knwo if you have some other requirement. Ashish
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Are these windows on the same machine or different machine. If same, you have a pop up window. If different, break out email. Eric
|
 |
 |
|
|
subject: Passing variable
|
|
|