Frater L.V.X.
Guppy
Hi folks, i am presently stumped over a target frame HTML command used in IFrames, would appreciate it if anyone of you could help.
I have this asp page that uses an IFrame with the following tag:
iframe src="someasppage.asp?HTML" height="600" width="800" name="main"
/iframe
and at the same page with links that has a target="main".
Trouble with this is that it keeps doing a _top reload whenever it opens up a page. It should appear in the "main" iframe, but instead it does a target="top" even though i am quite sure i do not have any base targets nor HTML pointing to that.
Anyone has any ideas? It works fine on my own server and this is the first time i have encountered something like this.
I have this asp page that uses an IFrame with the following tag:
iframe src="someasppage.asp?HTML" height="600" width="800" name="main"
/iframe
and at the same page with links that has a target="main".
Trouble with this is that it keeps doing a _top reload whenever it opens up a page. It should appear in the "main" iframe, but instead it does a target="top" even though i am quite sure i do not have any base targets nor HTML pointing to that.
Anyone has any ideas? It works fine on my own server and this is the first time i have encountered something like this.