Jump to content

[SOLVED] type in two text fields at same time


MDanz

Recommended Posts

having trouble getting this working..

 

<form action='link.php' method='post' name='changer' target='link_frame'>
<span class="style1">URL</span>
<input type="text" name="url" onchange="document.changer2.url2.value=this.value"/>

<input type="submit" name="Submit" value="Submit" />
</form>

<form action='menu.php' method='post' name='changer2'>
<span class="style1">URL</span>
<input type="text" name="url2" />
<input type="submit" name="Submit" value="Submit" />

</form>

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.