Dear folks, A question that hasn't popped here before:
How to start downloading / truly loading a page (html or php) inside a jQuery modal/dialog window, AFTER a link or button is clicked?
See, currently i blieve that all .load() url objects HAVE to be inside the page and load is actually just opens them, doens't really start fetching data . am i right?
I thought perhaps I could achieve this if i put a iframe in the modal window, that way perhaps only the content of the iframe would be loaded when the dialog opens. then again, im pretty sure that the server reads the document with iframe src="page.php" and just loads them without showing it yet...
But what i want is that the content is NOT loaded, and only then clicked, it starts to get the files and image stuff from server. In other words: i want an old fashioned pup up window, but inside the cool jQuery / UI modal/dialog window.
Thanks so much for your wisdom and help. Ive been stuck achieveing this for ages Cheers from Holland, Sammy