daveddp
04-24-2008, 09:32 AM
Ok let me say that I've try and remplace the following code :
myiframe.location.replace(header.getAttribute('title'))
by this one :
window.location=header.getAttribute('title')
It's work correctly... but the problem now it's that when the new windows is opening, I lost the downdropped menu action, so that the user cannot see where he/she actually be.
How to correct the problem ? :confused:
Dave
myiframe.location.replace(header.getAttribute('title'))
by this one :
window.location=header.getAttribute('title')
It's work correctly... but the problem now it's that when the new windows is opening, I lost the downdropped menu action, so that the user cannot see where he/she actually be.
How to correct the problem ? :confused:
Dave