jQuery UI Dialog (as a bookmarklet) unable to open in webpages with frameset
I'm working on a bookmarklet which uses jQuery UI Dialog. I understand that frameset doesn't allow div to be inserted, thus the dialog won't show. Need s开发者_StackOverflow社区ome ideas to overcome this issue.
You won't. You are being blocked by the same-origin policy.
精彩评论