Closed Thread Icon

Preserved Topic: open new site in Iframe (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20508" title="Pages that link to Preserved Topic: open new site in Iframe (Page 1 of 1)" rel="nofollow" >Preserved Topic: open new site in Iframe <span class="small">(Page 1 of 1)</span>\

 
Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 05-28-2002 13:56

after submit a form....thats my problem. How
can I define that the new site (after Login
procedure) still open in my Iframe??

cu
~Xdreamer.ch~
-------------------------------
to stupid for transparent sigs

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 05-28-2002 14:34

hmmm. . . not sure when you use a "Submit" button. Does the Submit button have anything related to the "target" on a <a href> link?

Using some javascript and a link you could :

code:
<script language="JavaScript">
<!--
function loadIframe(theURL) {
document.getElementById("contentFRM").src = theURL;
//where the "contentFRM" is the name of the iFrame
}
//-->
</script>



and then: <a href="#" onClick="loadIframe('explain.htm')">
the "explain.htm" is the name of the page that will be loaded

You probably already know this but if not. . .


Later,
C:\


~Binary is best~

[This message has been edited by CPrompt (edited 05-28-2002).]

Xdreamer.ch
Maniac (V) Inmate

From: Switzerland
Insane since: Mar 2001

posted posted 05-28-2002 14:46

thx, I will try it soon

edit: it works, but the other scripts doesn't work
anymore....grml.
So I have to watch for an alternative method...thx
anyway

cu
~Xdreamer.ch~
-------------------------------
to stupid for transparent sigs

[This message has been edited by Xdreamer.ch (edited 05-28-2002).]

[This message has been edited by Xdreamer.ch (edited 05-28-2002).]

« BackwardsOnwards »

Show Forum Drop Down Menu