Tekton
09-13-2004, 02:10 PM
Ok, I've got something like this....
"<input type='text' ID='". $sub[userid] . "' value='1' name='" . $sub[userid] . "' maxlength='2' border='1' size='1' class='alt2'>"
Anywho, what I want to do is grab the current value of it and put it in a link.
www.link .com/index. php?do=blah&thispart=here_is_where_I_want_it
That make sense to anyone? :ermm:
( I was thinking there was something like document.form.name.value or something, but it didn't seem to work how I did it )
"<input type='text' ID='". $sub[userid] . "' value='1' name='" . $sub[userid] . "' maxlength='2' border='1' size='1' class='alt2'>"
Anywho, what I want to do is grab the current value of it and put it in a link.
www.link .com/index. php?do=blah&thispart=here_is_where_I_want_it
That make sense to anyone? :ermm:
( I was thinking there was something like document.form.name.value or something, but it didn't seem to work how I did it )