Hey all!
I have a form with 2 iframes on it, and I would like to the concent of one of the iframes. I could do document.all.iframeSearch.src = 'AgencyOrderFormItemsTaskTypeSearch.asp?' + qs but then the iframe scrolls back to the top.
I basicly want to be able to do something like document.all.iframeSearch.window.go(0), but it does not work.
Does anyone know how I can do this?
Thanks in advance
I have a form with 2 iframes on it, and I would like to the concent of one of the iframes. I could do document.all.iframeSearch.src = 'AgencyOrderFormItemsTaskTypeSearch.asp?' + qs but then the iframe scrolls back to the top.
I basicly want to be able to do something like document.all.iframeSearch.window.go(0), but it does not work.
Does anyone know how I can do this?
Thanks in advance