tarunkhanna has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: CGI script not working properly with Internet Explorer
by marto (Cardinal) on Oct 10, 2011 at 10:27 UTC
Re: CGI script not working properly with Internet Explorer
by Anonymous Monk on Oct 10, 2011 at 10:18 UTC

      Still not perl related, still no attempts at debugging, but worse, this time no complete program

Re: CGI script not working properly with Internet Explorer
by Anonymous Monk on Oct 10, 2011 at 18:48 UTC

    You really should stop using javascript (yes, that includes onclick) and use regular links (print $co->a(-href => "first.cgi?dir=test"). Furthermore, please review the HTML that is generated -- it is much easier to debug. In fact, I don't even recommend using CGI to generate HTML tags.