
07-07-2009, 09:48 AM
|
 |
|
|
Join Date: Nov 2006
Location: Melbourne
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Strike-Force.ne
I found the problem, I had some redunant html that was causing the issue. I have tested this with IE8 and it works properly. I will test this for other browsers (IE7, FireFox, Safari, Chrome, Opera) later today to ensure it works for them as well.
Here is the updated code:
Code:
<!-- Start iFrame by Strike-Force.net -->
<table border="0" bgcolor="#89723C" width="100%"> <tr>
<td> <br> <center> <head>
<script type="text/javascript">
function goBack()
{
window.history.back()
}
</script>
<input type="button" value="Back" onclick="goBack()">
<script type="text/javascript">
function newDoc()
{
window.location.assign("{param}");
}
</script>
<input type="button" value="Visit Site" onClick="window.open('{param}')" />
<script type="text/javascript">
function goforward()
{
window.history.forward()
}
</script>
<input type="button" value="Forward" onclick="history.go(1)"> </head> </center> <br> </td> </tr> </table>
<iframe src="{param}" width="100%" height="500"> </iframe>
<!-- End iFrame by Strike-Force.net -->
If you notice any issues please post up with the browser and browser version you are using. You can view this updated version here: http://www.strike-force.net/showthread.php?t=280
|
Thanks , its fixed
|