I fixed the problem which i asked for help on by deleting a vital part 
of the function 

it was something like this 

function changframes(page,page2)
parent.nav.document.location.href=page
parent.location.document.locaton.href=page2

it turned out that Iexplore only uses the .document with the main frame 
itself not the other frames in a frameset. 

I know have parent.nav.location=page2 and it works again.!

Lars 


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to