New to Java script can you help me get started passing var
Posted: Tue Nov 16, 2010 7:23 pm
I have added the onclick event as follows {var value=getElementValue("TexBox4");alert(value)
The element is holding the username and will display. Can you show me any quick code to do this with an external java script and actually pass the variable, so that I can manipulate in the html page. I am getting stuck on passing this username to an html. I am getting much more up to speed with calling functions and such, once I am working with the html and java scripts, but how do I get their from the event on your screen and be able to use the variable.
The element is holding the username and will display. Can you show me any quick code to do this with an external java script and actually pass the variable, so that I can manipulate in the html page. I am getting stuck on passing this username to an html. I am getting much more up to speed with calling functions and such, once I am working with the html and java scripts, but how do I get their from the event on your screen and be able to use the variable.