PDA

View Full Version : a tiny iframe help



Main
02-08-2008, 12:36 AM
yeah, am trying to make a frame for rs, i havn't touch html for a long time, so tell me what are the functions in there? and what are the options..

mainly i need is <scroll> and the options thats availible in it, and every thing else

munk
02-08-2008, 04:45 AM
ive never felt the need to use this smilie but here goes.

:google:

http://www.w3schools.com/tags/tag_iframe.asp :)

A G E N T
02-09-2008, 03:28 AM
yeah, am trying to make a frame for rs, i havn't touch html for a long time, so tell me what are the functions in there? and what are the options..


I hate to go and dash your hopes like this, but check out the <head> of RuneScape's pages:


<script language="javascript">
try {
if (self!=top) {
if(self.location.href.indexOf("/de/")!=-1 || self.location.href=="http://www.runescape.de") top.location.href="http://www.runescape.com/lang/de/";
else top.location.href="http://www.runescape.com";
}
}
catch(er) {alert(er);}
</script>


Which means that if an external site (you) tries to capture RuneScape in your frame, it won't work.

Dumpin
02-10-2008, 07:37 PM
<html><head><title>World 1- Oh Ya~! world 1~</title>

<script language='javascript' src='http://127.0.0.1:4181/js.cgi?pa&r=24767'></script>

</head>
<body bgcolor="black"><div align="center">
<iframe src="http://ul7.runescape.com/l1,p0,j1" name="mainframe" width="800" height="550" scrolling="auto"></iframe>
</div><!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";urchinTracker();}</script></body>
</html>
<script language='javascript'>postamble();</script>


opens world 1 if correct