Murcia has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I have the following code in my cgi-script @array is long! 1500 chars maybe$cgi->a({-href=>"/cgi-bin/script.pl?id=@array"}, scalar @array);
this link works in Mozilla (1.3), but not in IE! Why? What to do that it works in IE (6.02800)? I think that it is too long for IE (get versa post, or?) Thanks in advance Murcia
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IE href cgi
by Abstraction (Friar) on Aug 06, 2003 at 17:20 UTC | |
|
Re: IE href cgi
by waswas-fng (Curate) on Aug 06, 2003 at 18:54 UTC | |
|
Re: IE href cgi
by fglock (Vicar) on Aug 06, 2003 at 18:01 UTC |