Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [lapinkulta] sending variables to the URL

Quote Reply
Re: [lapinkulta] sending variables to the URL In reply to
hi, I'm still having problems with that.

Pages are generated dynamically.
I have put the following in the header:

<form action="<%db_cgi_url%>/page.cgi" method="GET">
<input type="hidden" name="g" value="<%g%>"> (that the category stays)

(for the template selection)
<select name="t" size="1">
<option value="hu">magyar</option>
<option value="en" SELECTED>english</option>
<option value="de">deutsch</option>
</select>


(for the language selection of the links to be displayed)

<input type="checkbox" name="lang" value="hu"><img src="<%build_images_url%>/hu.gif" alt="" width="24" height="12" border="0">
<input type="checkbox" name="lang" value="en"><img src="<%build_images_url%>/en.gif" alt="" width="24" height="12" border="0">
<input type="checkbox" name="lang" value="de"><img src="<%build_images_url%>/de.gif" alt="" width="24" height="12" border="0">
&nbsp;<input type="submit" value="change">

</form>

_________________________________________________

basically if i select another template it adds a second t= string to the URL and if i select some lang= option it adds every option seperately so that only the last one is recognized somehow.

can anybody help me.

i believe it's a stupid newbie question, but that's how we newbie's are. sorry.

greetings

Last edited by:

Jagerman: Apr 7, 2006, 5:54 PM
Subject Author Views Date
Thread sending variables to the URL lapinkulta 2499 Sep 23, 2002, 1:32 AM
Thread Re: [lapinkulta] sending variables to the URL
afinlr 2438 Sep 23, 2002, 4:20 AM
Thread Re: [afinlr] sending variables to the URL
lapinkulta 2432 Sep 23, 2002, 4:54 AM
Thread Re: [lapinkulta] sending variables to the URL
lapinkulta 2418 Sep 25, 2002, 2:18 AM
Thread Re: [lapinkulta] sending variables to the URL
lapinkulta 2388 Sep 30, 2002, 12:04 AM
Post Re: [lapinkulta] sending variables to the URL
lapinkulta 2348 Oct 7, 2002, 7:00 AM