|
|
Q1068 Cross domain security violation in frames
irt.org | Knowledge Base | JavaScript | Bugs | Q1068 [ previous next ] Q1068 Cross domain security violation in framesSymptom: Using the javascript protocol (as in <A HREF="javascript:createHtml()"> in frames, the base href of the dynamic document gets changed to javascript: with security violation as a result. Workaround: In this case I chose to only rewrite the html on browsers that did not support the image array (Internet Explorer 3.x) and change the buttons and replace the href property on browsers that did. |
-- div -->
|