in reply to CGI.pm help with IE browser
Another way to do it is with javascript:print $q->startform(-action=>"whatewer.cgi", -TARGET=>"Top");
Call it with<script language=javascript type="text/javascript"> function speciallink(new) { parent.frames["top"].document.location = new; } // --> </script>
(The script can be used on anything that supports the onClick event)onClick="speciallink('Whatever.cgi')"
I hope this will help ; )
/Wonko
|
|---|