Problems with modal window

Problems with modal window

Hi all,
I've coded a modal window using JQuery following this tutorial: Link

In the example is referenced one part in the HTML document:
  1. <a href="#dialog" name="modal">Simple Modal Window</a>
which is the part that is showed in modal window.
Is it possible to link it with a URI, not like in the example -->  #dialog, in order to the content wasn't in the same HTML? I've tested it some times without success. Have I to change Javascript file?

Thanks.