Where would I put that thought.
Its part of the design.
Its part of the design.
framename.document.
window.onload = function() {
parent.framename.document.location.reload();
}
<input type="submit" value="Go" onSubmit="parent.framename.document.location.reload();">
<?php
if (isset($var)) {
?>
<script type="text/javascript">
$var window.onload = function() {
parent.frameName.document.location.reload();
}
</script>
<?php
}
?>
Comment