Embedding Google map in iframe

Embedding Google map in iframe

I want to open a Url in an iframe, but the url is lifted from a value on the form.  What is the syntax?

I tried this, in the OnAdd.OnLoad script, but it doesn't work (I get a new window, that's blank).  I want an iframe, that shows the info based on a url field on the form

OpenUrl(input.Url, "iframe", "height=100,width=100");