[Phpmyadmin-devel] Re: [Phpmyadmin-cvs] CVS: phpMyAdmin left.php3,1.125,1.126

Garvin Hicking squirrel at supergarv.de
Sun May 25 10:24:03 CEST 2003


Hi Marc!

Why have you changed the script below? We can't submit to the index.php3 and target
_parent because then the frameset+hash is changed, and any open query window will
not target to the main window any more. I'm just remembering that I changed that on
purpose, but I have no time left today to think into this.

We should consider this before releasing 2.5.1 however, so if you've looked into
this maybe you currently have a more clearer view on this and can tell me, why the
change was needed...

Regards,
Garvin.

> *** left.php3	24 May 2003 11:33:21 -0000	1.125
> --- left.php3	25 May 2003 11:04:21 -0000	1.126
> ***************
> *** 360,367 ****
>           ?>
>           <script type="text/javascript" language="javascript">
> !             document.writeln('<form method="post" action="left.php3" name="left"
> target="nav">');
>           </script>
>           <noscript>
> !             <form method="post" action="left.php3" name="left" target="nav">
>           </noscript>
>           <?php
> --- 360,367 ----
>           ?>
>           <script type="text/javascript" language="javascript">
> !             document.writeln('<form method="post" action="index.php3" name="left"
> target="_parent">');
>           </script>
>           <noscript>
> !             <form method="post" action="index.php3" name="left" target="_parent">
>           </noscript>
>           <?php
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: ObjectStore.
> If flattening out C++ or Java code to make your application fit in a
> relational database is painful, don't do it! Check out ObjectStore.
> Now part of Progress Software. http://www.objectstore.net/sourceforge
> _______________________________________________
> Phpmyadmin-cvs mailing list
> Phpmyadmin-cvs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-cvs
>
>
>
>
>


-- 
Bye,
Garvin.




More information about the Developers mailing list