| Author |
Accessing hidden field
|
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
i am getting js error while giving
alert for showing value of hidden field
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56216
|
|
|
I fixed your code tags. Please read UseCodeTags to learn how to use them.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56216
|
|
|
Give the element an id and then use document.getElementById() to get a reference to it.
|
 |
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
|
ya ... got it worked ..
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
personID !== PersonID
Eric
|
 |
ravindra patil
Ranch Hand
Joined: Sep 01, 2006
Posts: 196
|
|
|
ha ha .. thanks for pointing out
|
 |
 |
|
|
subject: Accessing hidden field
|
|
|