mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +03:00
safari fix
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@103 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
1253dbe4bd
commit
46b118eff4
4
src/webim/images/blank.html
Normal file
4
src/webim/images/blank.html
Normal file
@ -0,0 +1,4 @@
|
||||
<html><head>
|
||||
</head><body>
|
||||
</body></html>
|
||||
|
@ -177,7 +177,7 @@ var threadParams = { servl:"<?php echo $webimroot ?>/thread.php",wroot:"<?php ec
|
||||
<tr>
|
||||
<td bgcolor="#A1A1A1"><img src='<?php echo $webimroot ?>/images/free.gif' width="1" height="1" border="0" alt="" /></td>
|
||||
<td width="100%" height="100%" bgcolor="#FFFFFF" valign="top">
|
||||
<iframe id="chatwnd" width="100%" height="100%" src='<?php echo $webimroot ?>/images/free.gif' frameborder="0" style="overflow:auto;">
|
||||
<iframe id="chatwnd" width="100%" height="100%" src='<?php echo $webimroot ?>/images/blank.html' frameborder="0" style="overflow:auto;">
|
||||
Sorry, your browser does not support iframes; try a browser that supports W3 standards.
|
||||
</iframe>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user