in reply to cgi script fails until refreshed in IE - then it works

Regards,

PN5

  • Comment on Re: cgi script fails until refreshed in IE - then it works

Replies are listed 'Best First'.
Re^2: cgi script fails until refreshed in IE - then it works
by concept03 (Initiate) on Aug 09, 2004 at 13:08 UTC
    Line 35 is the following:
    my $objRS = $objConn->Execute($strBase . $strFilter . $strAttrs . $str +Scope);
    I removed some comments from the code, that is why line 35 isn't matching up in my provided code.