Propagate hash value

This commit is contained in:
Garvin Hicking
2003-04-22 16:50:43 +00:00
parent 210576b0af
commit 97f979da4d
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ else if (isset($reload) && $reload) {
?>
<script type="text/javascript" language="javascript1.2">
<!--
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url('', '', '&'); ?>');
window.parent.frames['nav'].location.replace('./left.php3?<?php echo PMA_generate_common_url('', '', '&'); ?>&hash=' + window.parent.frames['nav'].document.hashform.hash.value);
//-->
</script>
<?php