Re: [b]To all:[/b] elow guys.. another experimenting trick.. haha..
and oops!! this is not a copy paste code.. it needs your effort.. =D
Well, works on IE and FF..
[b]For js users:[/b]
well, put this o
I just want to see it on my profile then edit the links so that it will be easier
If for example this is ur code right? I'll edit the words later
teach me so i can understand javascript
I inserted these code that i got from xavierkym's source
on my cbox onload handler...
<">What should i put now on the bolded part of my code below?...
[quote]if (!attachOnLoadHandler(function(){editContent()})) parent.onload = function(){editContent()};
//load script
function attachOnLoadHandler(func)
{
if(parent.attachEvent)
{
//win 5.0-6.0
parent.attachEvent('onload',func);
return true;
}
if(parent.addEventListener)
{ //moz,opera & safari
parent.addEventListener('load',func,false);
return true;
}
return false;
}
function editContent() {
var cbox1="<div align='center' id='cboxdiv'>"+
"<iframe frameborder='0' width='90%' height='300' src='http://www4.cbox.ws/box/?boxid=3295805&boxtag=2474&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#000000 12px solid;' id='cboxmain'></iframe><br>"+
"<iframe frameborder='0' width='90%' height='105' src='http://www4.cbox.ws/box/?boxid=3295805&boxtag=2474&sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#000000 12px solid;border-top:0px' id='cboxform'></iframe>"+
"</div>";
var thesidebar="<div id='sidething'><center><b>CLICK THEM HERE:</b><br><a href=\"javascript:onClick=get_properties('admain')\">ANNOUNCEMENT</a></br>"+
"<a href=\"javascript:onClick=get_properties('css')\">CSS URL GENERATOR</a></br>"+
"<a href=\"javascript:onClick=get_properties('js')\">JS URL GENERATOR</a></br>"+
"<a href=\"javascript:onClick=get_properties('ftalk')\">TRICKS AND TUTORIALS</a></br>"+
"<a href=\"javascript:onClick=get_properties('chatroom')\">GEO & FLASH CHATROOM</a></br>"+
"<a href=\"javascript:onClick=get_properties('chit')\">TAMBAYAN CHATROOM</a></br>"+
"<a href=\"javascript:onClick=get_properties('chat')\">FRIENDSTER CHATROOM</a></center><br><br></div>";
[b]addSideBar("MY CBOX",cbox1,"ul_cbox_content");[/b]
}[/quote]