I am using an iframe provided by a third party company (due to what our business is, it's either pay for an iframe, or pay for them to build a website, and the iframe was better suited for what we need) However, there are certain things that we can't do with the iframe, which would be useful. However, as it's things which are temporary, and cost a few hundred £ each time we want to change anything, it would be better if we could access it via the parent page, which contains the iframe.
For example, we have a form in the iframe which defaults to a certain product (depending on the page) you are on, however you can search for others. However, for some products we don't currently deal with them, so it would be nice to be able to have an alert box which pops up on the main page, which tells the user we don't deal with this.
For example, if in someone types "Swimming Party" we could have a message pop up that says "Sorry, we currently can't offer any swimming parties, however if you call NUMBER we will book one for you as soon as possible" And also, if someone types in we would be able to capitalize the first letter if someone put the name as "steve" and not "Steve" (for example)
Sorry if this isn't very descriptive of what we need, but we've never really had to deal with an issue like this, however, the limitations imposed mean we have to look for a simple sounding solution to a much more complex problem.