chill FF wrt POSTDATA
authorjeff <jeff>
Sat, 25 Nov 2006 21:04:54 +0000 (21:04 +0000)
committerjeff <jeff>
Sat, 25 Nov 2006 21:04:54 +0000 (21:04 +0000)
httemplate/view/cust_main.cgi

index 70d4240..fa3de92 100755 (executable)
@@ -136,6 +136,12 @@ Comments
   <div><br>[iframe not supported]<br><br></div>
 </iframe>
 
+%   }else{ # make firefox happy wrt POSTDATA
+
+<iframe src="<% $p %>view/cust_main/notes.html?custnum=<% $cust_main->custnum %>" height="18" width="6" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto">
+  <div><br>[iframe not supported]<br><br></div>
+</iframe>
+
 %   }
 
 % }