External URL in Dialog

External URL in Dialog

I'm trying to load an external url in a dialog. Something like this:

<a href="www.google.com" data-rel="dialog" data-transition="pop"><img src="openshareicon.png"></a>

It tells me that no local file exists in safari. What's the trick to getting this to work? Or even just some way to get to a webpage and then back to my webapp since there won't be a back button.