bug report update

Colin Allen colin at snaefell.tamu.edu
Tue Feb 9 20:32:15 PST 1999


Here is the perl hack I have currently adopted to get around the problem  
of passing a multiline textstring as a hidden parameter - if you can think  
of a better one, please let me know! - CA

--

if ($ENV{'HTTP_USER_AGENT'} =~ /omni/i) {
    print
	"&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>",
	"<center>",
	"[Omniweb users, ignore this hack to get round a browser bug:",
	$cgi->textarea('source',$source,1,1),
	"]</center>";
} else {
    print $cgi->hidden('source');
}



More information about the OmniWeb-l mailing list