- Dec 29, 2005
- 89
- 0
- 0
i've never used asp before (i'm a java programmer). i am working on a web form that posts information to itself and i want to call a dom method (document.getelementsbyname()) within the asp code, but i always get an error. using just javascript or vbscript i can do it fine.
i have a form input text named mytext and i want to set the value of that text to be what was submitted by the user
i have it working right now where i just have the line where i write the html output from asp and i just put the value attrib of the input to be the value, but i wanted to use dom to do it. i can do the same thing from vbscript or javascript. but when i try to insert the same code into the asp fragment it gives an error. is this possible? is there another way i should/could be doing this.
thank you to anyone for helping out here
i have a form input text named mytext and i want to set the value of that text to be what was submitted by the user
i have it working right now where i just have the line where i write the html output from asp and i just put the value attrib of the input to be the value, but i wanted to use dom to do it. i can do the same thing from vbscript or javascript. but when i try to insert the same code into the asp fragment it gives an error. is this possible? is there another way i should/could be doing this.
thank you to anyone for helping out here