XSLT and HTML

wxdqz

New Member
Hi,

I have HTML form with tag
<form name="form1" method="get" action="http://localhost:8080">
<input name="query" type="text" value=http://www.webdeveloper.com/forum/archive/index.php/"default">
<input type="img" source="">
</form>

When I enter any value, my url appears like:
<!-- m --><a class="postlink" href="http://localhost:8080/xxxx?query=a">http://localhost:8080/xxxx?query=a</a><!-- m -->

I need to retrieve text filed value, every time user hits enter. I need this text field value to filter search page results on my continuing pages.

Please help me. I am really stuck!
 
Back
Top