//Below is my code:
function myfun(temp) {
}
<form name=myform>
<input type="text" name="test_3_2233/345" size="4" value=http://www.webdeveloper.com/forum/archive/index.php/"0" />
<input type=button name=test value=test onclick="myfun('test_3_2233/345');">
</form>
//''''''''''''''''''''''''''''''''''''''''''''''''''''
It gives me error when i run the code and I think its because of the text box name.Is there any work around.I want my textbox name to be in that format only.
function myfun(temp) {
}
<form name=myform>
<input type="text" name="test_3_2233/345" size="4" value=http://www.webdeveloper.com/forum/archive/index.php/"0" />
<input type=button name=test value=test onclick="myfun('test_3_2233/345');">
</form>
//''''''''''''''''''''''''''''''''''''''''''''''''''''
It gives me error when i run the code and I think its because of the text box name.Is there any work around.I want my textbox name to be in that format only.