views:

29

answers:

1

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 some ideas to overcome this issue.

A: 

You won't. You are being blocked by the same-origin policy.

Alex
The webpages that give my bookmarklet problems are the javadoc sites where the webpages in frames are from the same origin so it's not that I violate the policy.
Style