FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Auto Targer Iframe

 


DanielXP
Do any one know how to auto target a iframe?

like when the user logs in it make the iframe called tag to refresh or some thing like that

(has it on the phpmyadmin)
LukeakaDanish
Well...your if i understand you correctly, its some VERY easy javascript you want:

Code:


//this is how you refresh an iframe:

nameofiframe.reload();

//this is how you target a link in an iframe:

nameofiframe.location = 'gohere.html';



As far as i remember anyway (i dont recomend using iframes though)

- Luke
DanielXP
where bout i put that?
yjwong
This is javascript code and you are supposed to put this into your head tags:
Code:

<script type="text/javascript" language="javascript">
//this is how you refresh an iframe:

nameofiframe.reload();

//this is how you target a link in an iframe:

nameofiframe.location = 'gohere.html';
</script>


You need the name of your iframe though, like this:
Code:

<iframe src="http://www.example.com" name="nameofiframe"></iframe>
DanielXP
i don't refresh it

Code:
<html>
<head>
<link rel="stylesheet" href="css.css" type="text/css">
shout.location = 'http://rmb-scripting.com/tagboard.php';
</head>
</html>


Code:
<iframe name="shout" width="115" height="280" frameborder="0" src="tagboard.php" scrolling="no" marginwidth="0" marginheight="0">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
DudeAmI0
Code:
<html>
<head><title></title></head>
<script type="text/javascript" language="javascript">
shout.location = 'http://rmb-scripting.com/tagboard.php';
</script>
<body>
<iframe name="shout" width="115" height="280" frameborder="0" src="tagboard.php" scrolling="no" marginwidth="0" marginheight="0">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
</body>
</html>


I dont know if you already have this, but try this =D
DanielXP
yes well done you can copy and paste Very Happy

Its on 2 diff pages you see Arrow Arrow Idea
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.