[b]Updated as of this day for the reason that the reviews not working plus the addbox function is added[/b]
okey lets start
first create a new subfolder in you ripway account ......
[img]http://img523.imageshack.us/img523/7246/foldercreatemk4.jpg[/img]
then create three files on that folder by clicking ......
[img]http://img521.imageshack.us/img521/7923/createtextfilebuttonsd3.gif[/img]
name it as...
[b]showcontent.htm[/b]
[b]content.htm[/b]
[b]mainframe.htm[/b]
you must have three files in that folder
[img]http://img388.imageshack.us/img388/8461/folderns5.jpg[/img]
^ [b]Purpose[/b]? to easilly find those files
put this in your tracker.js....
[quote]if ( ! attachOnLoadHandler(function () { loadBox();}))
window.onload = function () { loadBox();};
function loadBox() {
var getObj="<div align='center' style='width:550px; height:420px; border: 4px #e3e3e3 groove;'><iframe src=' [b]/mainframe.htm[/b] ' frameborder='no' width='100%' height='100%'></iframe></center></div>";
addBox("tittle of the iframe",getObj,"obj","[b]photos_1_2[/b]");
}
function addBox(header,cont,id,target) {
var tb = document.getElementById(target).parentNode;
var divid="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+header+"</h2>"+
"<div id='content_"+id+"' align='center'>"+
cont+
"</div>"+
"</div>";
var obj = document.createElement("li");
obj.innerHTML=divid;
tb.parentNode.insertBefore(obj,tb);
}[/quote]
[b]/mainframe.htm[/b] - for the url of mainframe.htm
[b]photos_1_2[/b] - you can change it in by using the left boxes id's like [b]controlpanel_1_1, photos_1_2, moreabout_1_5, publiccomments_1_7[/b] and [b]scrapbook_1_8[/b]
and for size just edit the width and height of the div tag
[b]Preview[/b]
[url]http://www.friendster.com/34787783[/url] <--- this one is lagg
( patient loading! )
[b]Credits:[/b] [url]http://javascriptkit.com[/url]
okey then enjoy!
Last edited by cip6192 (2007-08-31 07:31:05)
i hope you get the point
i hope you get the point[/quote]
Kinda..
i better check your profile
[b]edited[/b]
i forgot to add this...
if you want to add more links in the navigation just create new [b]<td class="menu"[/b]
example i wil create a new link on the navigation let say yahoo. com
[quote][b]<td class="menu" bordercolor="[color=red]bisque[/color]" id="choice4" style="background-color:black; cursor:hand" onmouseover="movein(this,'[color=blue]Yahoo Site[/color]')" onmouseout="moveout(this)"><a href="[color=green]http://www.yahoo.com/[/color]" target ="showframe">[color=orange]Yahoo.com[/color]</a></td></tr>[/b][/quote]
[color=red][b]red[/b][/color] - for the color
[color=blue][b]blue[/b][/color] - for the caption
[color=green][b]green[/b][/color] - the url of the site you want to appear
[color=orange][b]orange[/b][/color] - the name that will display on the navigation
---------------------------------------------
then add that below the friendstertalk link like this...
[quote]<body bgcolor="#000000">
<table bgcolor=" bisque " border="1" bordercolor="ivory" cellpadding="2" cellspacing="0">
<tr>
<td class="menu" bordercolor="bisque" id="choice4" style="background-color:black; cursor:hand" onmouseover="movein(this,'Cool Friendster Tweaks')" onmouseout="moveout(this)"><a href="http://theftalk.com/" target ="showframe">Friendstertalk Forum</a></td></tr>
[b]<td class="menu" bordercolor="[color=red]bisque[/color]" id="choice4" style="background-color:black; cursor:hand" onmouseover="movein(this,'[color=blue]Yahoo Site[/color]')" onmouseout="moveout(this)"><a href="[color=green]http://www.yahoo.com/[/color]" target ="showframe">[color=orange]Yahoo.com[/color]</a></td></tr>[/b]
<tr>
<td bordercolor="bisque" bgcolor="coral" height="18"><font id="boxdescription" face="Verdana" size="2"></font></td></tr>
</table>
</body>
</html>[/quote]
i hope you all get the point of this :idea:
Last edited by cip6192 (2007-08-12 08:00:05)
[/quote]
an iframe is a small window that can be seen inside a window..
so it is a window within a window..
to use iframes.. we use <iframe..></iframe> tags..
@ontopic: nice idea bro cip.
I used this code
<">I put this inside the onloadhandler and nothing happens..
my content and showcontent is working properly when I open them -.-"
Last edited by cip6192 (2007-08-12 17:12:41)
well +rep for u! :rose:
btw whats the width and the height of right box ?
so i can edit the espada.gif ^^
Last edited by ezil2007 (2007-08-12 17:34:28)
hahaha okey then just put the code that i gave above in the last part of your tracker
Last edited by cip6192 (2007-08-12 17:40:21)
[b]check out my iframe
[/b]
btw help mods..
Why is that they who pm me cannot send me a message..
I have 2 messages only and cip cannot send me a pm -.-
Last edited by ezil2007 (2007-08-12 18:49:43)
i'll try this one
i think i can apply php file using the id of the box by the help of an [b]Iframe[/b]?
just like this topic:
[url]http://theftalk.com/t4464-Surpassing-Character-limit-about-want-meet-section.html[/url]
Last edited by diabolicious (2007-08-13 06:59:05)