Jump to content

Problem with transfering text field value. please help.


ramki067

Recommended Posts

Hi all,

      I've a text box from which i need to transfer the values in text box to another page when i click a button. I've the following code but doesn't work. Please help.

 

  <input type=text name=search size=18 align=right>
<input type="button" target=menu value="Go" onclick="fifthframe('search')"> 

 

and the javascript function is :

 

function fifthframe(search)
	{
		parent.main.location.href="search_home.php?search="+search
	}

 

I don't know much about javascript. the text box value is to be transfered to a php page. Please help.

 

Regards,

Ramki.

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.