Hi everybody
because of Opera 6 problems with current version I tried to run validator on frameset and it seems to fail because of not allowed scripts in frameset - see http://validator.w3.org/check?uri=http%3A%2F%2Fwww.phpmyadmin.net%2FphpMyAdm... ...There are also some other minor errors anyway :-)
Any idea how to solve this? (or whether we should try to solve this?)
Michal Cihar wrote:
Hi everybody
because of Opera 6 problems with current version I tried to run validator on frameset and it seems to fail because of not allowed scripts in frameset - see http://validator.w3.org/check?uri=http%3A%2F%2Fwww.phpmyadmin.net%2FphpMyAdm... ...There are also some other minor errors anyway :-)
Any idea how to solve this? (or whether we should try to solve this?)
Hi,
I am not an XHTML expert, but I think that we should try to respect the standard. The problematic code was added since 2.4.0 for $cfg['QueryFrameJS'] purposes.
Marc
Hi!
Any idea how to solve this? (or whether we should try to solve this?)
I am not an XHTML expert, but I think that we should try to respect the standard. The problematic code was added since 2.4.0 for $cfg['QueryFrameJS'] purposes.
Without letting JavaScript write the frameset it's not possible to target the querywindows queries to the mainframe.
The only way we could solve this is to make one index.php with framesets being completely written by JavaScript, and not only the neccessary parts within a <frameset> part.
I don't think I'll have time to make a try at that the next days, so if anybody else is willing to do so... go ahead, it's not that difficult, but a lot of if..then..else constructs *g*
Regards, Garvin.