Should be the fix for Bug #730718. Moved the hashform from the

"nav"-frame to the "queryframe"-frame,      altered the way the form is
submitted in LeftFrameLight mode to      keep the queryframe. Only if
JavaScript is usable, otherwise it's      not necessary to keep the 'opener'
pointer.
This commit is contained in:
Garvin Hicking
2003-05-02 19:56:45 +00:00
parent 3177fcc672
commit b2e5dfc23c
8 changed files with 42 additions and 10 deletions

View File

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