What is the meaning of this Web kit JavaScript warning? (Thickbox)?
Posted
by janoChen
on Stack Overflow
See other posts from Stack Overflow
or by janoChen
Published on 2010-04-26T14:52:34Z
Indexed on
2010/04/26
15:03 UTC
Read the original article
Hit count: 359
Webkit Develoepr tools says the following Javascript Error:
Unsafe JavaScript attempt to access frame with URL file:///D:/wamp/www/projects/c1-marching-band2/instruments.html from frame with URL file:///D:/wamp/www/projects/c1-marching-band2/iframeModal.html?placeValuesBefore. Domains, protocols and ports must match.
file:///D:/wamp/www/projects/c1-marching-band2/iframeModal.html?placeValuesBefore:15Uncaught TypeError: Property 'tb_remove' of object [object DOMWindow] is not a function
I'm trying to close the Thickbox div (iframe) pressing a submit button. But I think there's something wrong with 'tb_remove'
. (Just in Chrome)
It doe work in their official page: http://jquery.com/demo/thickbox/
© Stack Overflow or respective owner