
santhosh_89
Novice
Jun 2, 2009, 9:33 PM
Post #2 of 2
(36056 views)
|
Re: [saturn] Capturing value entered in textfield of form and using in javascript code
[In reply to]
|
Can't Post
|
|
Way -1 Once posting the value to next form,to store the POST method values to the hidden box,Actually there you will be running a java script,Now you will be able to access the hidden boxes,So you can get the value,But it is not security way, Way -2 You can access paret and top methods to get the distance form values, Example: parent.Docuemnt.GetElementById('field_name').value; If there any difficult call me....
(This post was edited by santhosh_89 on Jun 2, 2009, 9:35 PM)
|