Hi, Is there any way to define the separator (&) used when using a form ?? (i.e.: <form action=cgi.cgi method=get> <input type=text name=one value="something"> <input type=text name=two value="another thing"> <input type=submit value="submit"> </form> would result in this url: http://..../cgi-bin/cgi.cgi?one=something&two=another+thing ) The problem with this is, that & has a special meaning in HTML, so using such an URL in a HTML-page is not perfect. I could use (i.e.) ; as a separator in the HTML-page, but still most UA's use & when data is submitted trough a form. That's not very practical, having two different separators. Greetings, Taco.Received on Tuesday, 22 December 1998 15:47:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:04 GMT