xbl12
Programmer
- Dec 12, 2006
- 66
Hi;
How to get a string value from typing and put in a address bar.
For example, if i type javascript tutorial, and then click submit, the url in the adress bar will like "
Could anyone can help me, please, thanks
<form action="index.php?" method="post">
search string: <input type="text" search="" />
<input type="submit" />
</form>
How to get a string value from typing and put in a address bar.
For example, if i type javascript tutorial, and then click submit, the url in the adress bar will like "
Could anyone can help me, please, thanks
<form action="index.php?" method="post">
search string: <input type="text" search="" />
<input type="submit" />
</form>