Martin - 2009-10-15

Hi, I have a problem. I was asked to add a form on the existing web site. It is a CMS program which doesn't allow me to modify the code itself. I do not even have an  access to the server to upload form files. So I added iframe into the page and call the form externally from my own server. The issue is, when I hit "Submit" it redirects me to another form but it remains scrolled to the bottom of the web, because the first form is longer than the second one. So people will stay scrolled on the bottom of the page and will have to scroll up to fill the second form. Due to limited coding availability and different domains I couldn't add a script to a header to scroll up onLoad.

The submit uses header (refresh; url;) function for redirection, but this doesn't allow to add target attribute. Is there any other way to use redirection to open the new form in the new page not inside the existing iframe?