CylonLove4Life
Technical User
I'm working on a ASP.NET page and have a porb:
I have a textbox whose value I should pick and send as a parameter to a JavaScript function.
The JS function will subsequently open a new window and pass the value on to the new window for processing.
How do I get the value in the textbox at runtime? I tried document.getElementByID, but since the text box is a server control, this method doesntm work.
Note: I cant make the textbox a plain HTML control for various reasons
I have a textbox whose value I should pick and send as a parameter to a JavaScript function.
The JS function will subsequently open a new window and pass the value on to the new window for processing.
How do I get the value in the textbox at runtime? I tried document.getElementByID, but since the text box is a server control, this method doesntm work.
Note: I cant make the textbox a plain HTML control for various reasons