HighDots Forums  

Re: Jump Menu funktioniert nicht mit Opera

Javascript (German) Programmiersprache JavaScript. (de.comp.lang.javascript)


Discuss Re: Jump Menu funktioniert nicht mit Opera in the Javascript (German) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tschela Baumann
 
Posts: n/a

Default Re: Jump Menu funktioniert nicht mit Opera - 09-10-2004 , 11:24 AM






Martin Honnen wrote:
Quote:
Was sagt die JavaScript-Konsole in Opera? Mit welcher Opera-Version
hast
du das getestet?
Die Konsole hab vergeblich gesucht und nicht gefunden sonst hätte ich
es hier schon gepostet. Hab jetzt nochmal besser gesucht und gefunden.
Sie sagt (nach clear und Auswahl einer Option im Pulldownmeü):

Event thread: onchange
Error:
name: ReferenceError
message: Security error: attempted to read protected variable

Ich teste mit Opera 7.23

Quote:
function Go(x) {
if(x == "nothing") {
document.forms[0].reset();
document.forms[0].elements[0].blur();
return;
} else {
if(x == "end") {
top.location.href = parent.frames[1].location;
} else {
parent.parent.frames[1].location.href = x;

Warum parent.parent, wenn es nur zwei Frames gibt?
Weil diese zwei frames in einem anderen frame sind.



Reply With Quote
  #2  
Old   
Martin Honnen
 
Posts: n/a

Default Re: Jump Menu funktioniert nicht mit Opera - 09-10-2004 , 11:49 AM








Tschela Baumann wrote:


Quote:
Event thread: onchange
Error:
name: ReferenceError
message: Security error: attempted to read protected variable
Wird da keine Zeilennummer genannt?


Quote:
top.location.href = parent.frames[1].location;
Eventuell macht das hier Probleme, versuche mal
top.location.href = parent.frames[1].location.href;
Falls das nicht klappt, vermute ich mal, das deine Frames von
verschiedenen Servern kommen, obwohl das auch in anderen Browsern einen
Fehler geben sollte.


--

Martin Honnen
http://JavaScript.FAQTs.com/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.