Hi Chris, Nachricht vom Samstag, 25. Oktober 2003, 18:13:10:
> --- Marek Kilimajer <[EMAIL PROTECTED]> wrote: >> > <FORM action="mypage.php?para1=val1¶2=val2" method="get"> >> >> Get variables in action URL don't work with get method, at least in >> Mozilla. > Marek's right, and this is the case for every browser I know of. > In this case, you can specify para1 and para2 as hidden form > variables, and it will work. It will not work. One of the requirements of my app is that I can place a bookmark on any page and return to it. That wouldn't work with hidden fields, would it? BTW, I am using http-post. > Hope that helps. > Chris Timo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

