Jump to content

[SOLVED] Basic form help


Eggzorcist

Recommended Posts

Hi, What I am trying to do is change the this.value to the value of "f" of the text box above rathger than the value of the button. How what would the code be?

 

Thanks

 

<form>
Package ID:<input name="id" type="text" id='id' value="f" size="10" maxlength="10" /> 
<br />
<input type='button' onclick='showUser(this.value)' value="Track"/>
</form><br />

Link to comment
https://forums.phpfreaks.com/topic/161938-solved-basic-form-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.