Date: 07/31/00
- Next message: francis bouchard: "Re: [phplib] how to prevent blank variable submission on expired auth"
- Previous message: Davor Cengija: "Re: [phplib] problem with oohforms"
- In reply to: nrosenb2 <email protected>: "[phplib] Max url length"
- Next in thread: Ignatius Teo: "RE: [phplib] Max url length"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
nrosenb2 <email protected> wrote:
>
> 2 questions ...
>
> 1) Is there a max limit on a url length in netscape?
> I'm send arguments with $sess->purl("file.php3?$my_args"); where $my_args is
> made up of 2 x 32 character id's, from md5(uniqid($hash)), and a unix
> timestamp. In IE5 all is o.k. however in Netscape it cuts off the end parts and
> hence my sql statements fail.
>
> 2) Is there any other way to submit a form without a submit button or without an
> image (ie: using text, like a link) If I could get this right, the above
> problem would not exist as I could submit all the vars in a form.
Cheat, and use an image button that looks like a text link, with an
identical alt tag. You can also use a javascript function on your text
link that triggers the form submit action.
Or do both, using browser detection techniques to produce an image for
non-javascript browsers, and javascript otherwise.
-- Sincerely, Kirk Ismay ________________________________________________________________________ The Net Idea Telecommunications Inc Support: tech <email protected> 101-625 Front Street, Sales: sales <email protected> Nelson BC, V1L 4B6 Phone: 352-3512 Fax: 352-9780 Open Monday to Friday 9:30-5:30 Toll Free: 1-888-246-4222 10:00 - 4:00 on Saturdays ________________________________________________________________________--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: francis bouchard: "Re: [phplib] how to prevent blank variable submission on expired auth"
- Previous message: Davor Cengija: "Re: [phplib] problem with oohforms"
- In reply to: nrosenb2 <email protected>: "[phplib] Max url length"
- Next in thread: Ignatius Teo: "RE: [phplib] Max url length"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

