Is it possible to load a file located at an http:// address into a modal window?
Something like this:
<a class="btn btn-info btn-large" data-toggle="modal" href="#http://localhost/login.html"> <i class="icon-user icon-white"></i> Login </a>
While I know I can achieve this with a separate JavaScript method (like JQuery load()), I am curious if there is any way to accomplish this without implementing any new JavaScript.