Quote:
Originally Posted by Shaheen
i think there is conflict between this hack and html archive hack
|
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