Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - altering form GET value

 
Thread Tools Search this Thread
Old 12-23-2004, 05:27 PM   #1
Default altering form GET value



Hi,
I am trying to send a three different option and combine them under
....?keywords=155+70+13 with form get method.
However, each time I use GET it became like this ...?keywords=155&b=70&c=13
Is there a script that will alter the form GET URL as soon as the submit
button pressed and remove &b and &c with +
Thank You,
OnuR

<form name="form1" method="get"
action="http://xxxxxxxxxxx/advanced_search_result.php?">
<select name="keywords">
<option>155</option>
<option selected>165</option>
<option>175</option>

</select>
<select name="b">
<option selected>80</option>
<option>70</option>
<option>65</option>
</select>
R
<select id="c">
<option selected>13</option>
<option>14</option>
<option>15</option>
</select>
<input type="Submit" value=">">
</form>




Onur Baser
  Reply With Quote
Old 12-23-2004, 06:10 PM   #2
Hywel Jenkins
 
Posts: n/a
Default Re: altering form GET value

In article <3eDyd.8785$EL5.7965@trndny09>,
says...
>
> Hi,
> I am trying to send a three different option and combine them under
> ...?keywords=155+70+13 with form get method.
> However, each time I use GET it became like this ...?keywords=155&b=70&c=13
> Is there a script that will alter the form GET URL as soon as the submit
> button pressed and remove &b and &c with +
> Thank You,
> OnuR


Do it properly and have your server-side script sort it out.

--
Hywel http://kibo.org.uk/
I do not eat quiche.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump