![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Was sagt die JavaScript-Konsole in Opera? Mit welcher Opera-Version hast du das getestet? |
|
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. |
#2
| |||
| |||
|
|
Event thread: onchange Error: name: ReferenceError message: Security error: attempted to read protected variable |
|
top.location.href = parent.frames[1].location; |
![]() |
| Thread Tools | |
| Display Modes | |
| |