Dynamically load data driven html page
So here is my problem...I've been banging my head against the wall for days with this one.
How do you send data through the URL (i.e. http://www.somepage.com/page.html?key=1) to be handled by a script in page.html, where page.html processes the data and dynamically displays the data in a modal. I can get the script to execute without trying to display in a modal, but as soon as I attempt to display in a modal, all I get is the static HTML without the jquery dynamic html.
I know some code should be given, but if anyone could just walk me through the logic of why static html might be shown but not the dynamic, I think i can figure it out.