My bootstrap to load a URL in a modal dialogue isnt working, can anyone help me please?
Asked
Active
Viewed 54 times
1 Answers
0
You're running into same origin policy issues. Bootstrap uses jQuery .load() to load the "remote" content, but it must be on the same domain. It will work fine for a page on the same domain.
See this thread: Ways to circumvent the same-origin policy

Community
- 1
- 1

Carol Skelly
- 351,302
- 90
- 710
- 624
-
thanks, the page I want to embed looks like it is taking countermeasures against me when I run the java console; thanks for pointing me to that resource. – John Mar 12 '14 at 18:57