Thanks for the reply. I took one direct "go do" from your response. I commented out:
//$.mobile.ajaxEnabled = false;
That didn't help with my problem. Why I had it commented out? At some point in the Beta it was suggested to address a problem that I had then.
As for my confusing popups and dialogs that was poor wording on m part I guess, although the two appear together in the JQM documentation on the multipage-template page.
Show page "popup" (as a dialog)
Based upon some stuff of yours I read researching this question, you probably question why I would be reading that page of the documentation to begin with. :)
A bit more background, this is an MVC application so in my URL there is a parameter (the number 1):
http://internal-server/mobileDemo/ExecDash/Body/1
While it doesn't seem to affect some browsers could that be the root of my problem?
I am sure that I could get around this by not using a second page (dialog) and instead use a single page template that gathers the information that I was looking to get from the dialog. I am thinking that would be your suggestion?