Pages: 12

  2008-07-12 20:17:18

wyvern07zed
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: [u][b]Credits:[/b][/u] [li] [url=http://www.dynamicdrive.com][b]Dynamicdrive[/b][/url][/li] [li] [url=http://profiles.friendster.com/khernavarro][b]Kher Navarro (me)[/b][/url][/li] [hr][hr] :arrow:

confirmed sir... i have them... i only edited the sites and title buttons.... heres my code: [quote]// i-frame on footer navarro="<div id=\"title\"><a href=\"#\" onClick=\"show_hide('foot'); return false;\">Mini Browser</a></div>"; var hb = document.getElementById('footer'); var jbx = document.createElement("li"); jbx.innerHTML=navarro; hb.parentNode.insertBefore(jbx,hb); document.getElementById("footer").innerHTML="<div id=\"foot\">"+"<ul id=\"tablist\">"+ "<li><a class=\"current\" href=\"http://theftalk.com\" onClick=\"return handlelink(this)\">FTalk</a></li>"+ "<li><a href=\"http://www.yahoo.com\" onClick=\"return handlelink(this)\">Yahoo!</a></li>"+ "<li><a href=\"http://www.google.com\" onClick=\"return handlelink(this)\">Google</a></li>"+ "<li><a href=\"http://www.Javascriptkit.com\" onClick=\"return handlelink(this)\">JavascriptKit</a></li>"+ "<li><a href=\"http://www.dynamicdrive.com\" onClick=\"return handlelink(this)\">Dynamic Drive</a></li>"+ "<li><a href=\"http://www.download.com\" onClick=\"return handlelink(this)\">Download.Com</a></li>"+ "<li><a href=\"http://www.flickr.com\" onClick=\"return handlelink(this)\">Flickr</a></li>"+ "<li><a href=\"http://www.photobucket.com\" onClick=\"return handlelink(this)\">PhotoBucket</a></li>"+ "</ul>"+ "<iframe id=\"tabiframe\" src=\"http://theftalk.com\" width=\"98%\" height=\"450px\"></iframe>"+"</div>"; show_hide('foot');[/quote] and this at the very last of my js codes: [quote]//i-frame on footer function show_hide(the_box) { if (document.getElementById(the_box)) { if (document.getElementById(the_box).style.display == 'none') { document.getElementById(the_box).style.display = 'block'; } else { document.getElementById(the_box).style.display = 'none'; } } }[/quote] is there something wrong sir.? or maybe it's in conflict with my other codes...

Pages: 12

Board footer

© 2024 F Talk

Current time is 20:57

[ 14 queries - 0.017 second ]
Privacy Policy