• ARCHIVES 
  • » the code may become obselete

the code may become obselete

rhyme_w/out_reason
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: the code may become obselete

@kym hey kym how meny year should i wait for u to post the code? :( :( :( :( :( :( :(
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: the code may become obselete

[b]@rhyme[/b] just relax dude.. :thumbsup: @offtopic: i live in davao city.. :D before :wasted:

Last edited by xavierkym (2007-08-01 10:08:41)

rhyme_w/out_reason
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: the code may become obselete

@kym yahh... i see it from ur school. so. u know how to bisaya? ahah gud nyus for me... i have my first post of codes of removing the classified ads. . . ahaha ^_^ im very happy.
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: the code may become obselete

ei.can anyone give some idea oh how to put the hide/show in the headers??thanks..i really need it. :eh:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: the code may become obselete

i know how to do it.. its simple. :thumbsup:
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: the code may become obselete

sir kym can u give some idea?? :eh:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: the code may become obselete

see post #7 to get the idea. :thumbsup:
ezil2007
» FTalkGeek
FTalk Level: zero
1426
0
1969-12-31

Re: the code may become obselete

lol. dunno DOM node object >_<
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: the code may become obselete

awtz..i dnt know the DOM nobe oject :crybaby:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: the code may become obselete

maybe il post a tutorial on this.. :crybaby: wait..
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: the code may become obselete

ok sir kym.. =| thanks a lot...
rhyme_w/out_reason
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: the code may become obselete

@kym can i asK? is this right? document.getElementById("[b]commonbox[/b]") im near to finish. that was only tha frablem
masterjin
» n00b
FTalk Level: zero
52
0
1969-12-31

Re: the code may become obselete

@feruzz sorry mate but i've just got to ask these 3 questions: 1. just tried your new toggling show hide trick. mine doesn't toggle the way yours does. is there something missing in the code? 2. how can i change the buttons? i like it to be just a link like yours. 3. when i press the button, how come my imeem and cbox headers also hide instead of just the content? this is a very cool trick so your answer would be appreciated a lot. thanks in advance!
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: the code may become obselete

^ ahm...I'm using [b]toggle effects[/b] tricks to change the button like links [quote]function toggle(obj) { var el = document.getElementById(obj); if ( el.style.display != 'none' ) { el.style.display = 'none'; }else { el.style.display = ''; } } var showbox; try { showbox = document.createElement("div"); }catch (e) { showbox = document.createElement("<div>"); } showbox.setAttribute("style","text-align:center;padding-top:10px"); showbox.innerHTML = "<div align='center' id='showhide' class='commonbox showhide'><h2>"+ "<a href=\"javascript:toggle('content_controlpanel_1_1')\">Controlpanel</a> | "+ "<a href=\"javascript:toggle('content_blogs_1_3')\">Blogs</a> | "+ "<a href=\"javascript:toggle('content_reviews_1_4')\">Reviews</a> | "+ "<a href=\"javascript:toggle('content_moreabout_1_5')\">About Me</a> | "+ "<a href=\"javascript:toggle('content_publiccomments_1_7')\">Comments</a> | "+ "<a href=\"javascript:toggle('content_scrapbook_1_8')\">Media Box</a> | "+ "<a href=\"javascript:toggle('content_friends_2_2')\">Friends</a> | "+ "<a href=\"javascript:toggle('content_ads_2_3')\">Google Ads</a> | "+ "<a href=\"javascript:toggle('content_fanof_2_4')\">Fanof</a> | "+ "<a href=\"javascript:toggle('content_groups_2_5')\">Groups</a></h2></div>"; document.getElementById("navigation").parentNode.appendChild(showbox);[/quote] question no3.....from master [b]xavierkym[/b] [quote]that's simple dude.. you need to put this one.. div tags and div id's <">then get the id.. so when u use it it goes like this <">I Hope you got it..[/quote]
masterjin
» n00b
FTalk Level: zero
52
0
1969-12-31

Re: the code may become obselete

[quote=feruzz]question no3.....from master [b]xavierkym[/b] [quote]that's simple dude.. you need to put this one.. div tags and div id's <">then get the id.. so when u use it it goes like this <">I Hope you got it..[/quote] [/quote] thanks for the prompt answer my friend. i'll try this later. just got to go to work. 'bout the div id's, i've done that that's why i already had buttons for it but when you press the button, the content and headers will hide not just the content. i tried clicking your media and other boxes and the headers are there. hope you can still help me. btw, i've added my imeem and cbox to my tracker codes. is that ok? sorry for the bother mate and thanks a million for answering my query.
mitchiko
» n00b
FTalk Level: zero
11
0
1969-12-31

Re: the code may become obselete

feruzZ dude can u reverse it to hide/show... all i want is hide/show... :wallbash:
frans212
» FTalker
FTalk Level: zero
161
0
1969-12-31

Re: the code may become obselete

[quote=feruzz]:arrow: [b]Preview:[/b] [url]http://h1.ripway.com/myscript/photo/showhide.JPG[/url] :arrow: [b]Simple JS code[/b] [quote]function toggle(obj) { var el = document.getElementById(obj); if ( el.style.display != 'none' ) { el.style.display = 'none'; }else { el.style.display = ''; } } var showhide; try { showhide = document.createElement("div"); }catch (e) { showhide = document.createElement("<div>"); } showhide.setAttribute("style","text-align:center;padding-top:5px"); showhide.innerHTML = "<div align='center' id='showhide'>"+ "<h2><b><font face='[b]Arial[/b]' size='[b]4[/b]' color='[b]#f3f3f3[/b]'>[b]Show / Hide Menu[/b]</font><b></h2>"+ "<input type='button' value='[b]Control Panel[/b]' onClick=\"javascript:toggle('[b]content_controlpanel_1_1[/b]');\">"+ "<input type='button' value='[b]Photos[/b]' onClick=\"javascript:toggle('[b]content_photos_1_2[/b]');\">"+ "<input type='button' value='[b]Blogs[/b]' onClick=\"javascript:toggle('[b]content_blogs_1_3[/b]');\">"+ "<input type='button' value='[b]Reviews[/b]' onClick=\"javascript:toggle('[b]content_reviews_1_4[/b]');\">"+ "<input type='button' value='Moreabout' onClick=\"javascript:toggle('[b]content_moreabout_1_5[/b]');\">"+ "<input type='button' value='[b]Comment[/b]' onClick=\"javascript:toggle('[b]content_publiccomments_1_7[/b]');\">"+ "<input type='button' value='[b]Media Box[/b]' onClick=\"javascript:toggle('[b]content_scrapbook_1_8[/b]');\">"+ "<input type='button' value='[b]Friends[/b]' onClick=\"javascript:toggle('[b]content_friends_2_2[/b]');\">"+ "<input type='button' value='[b]Ads[/b]' onClick=\"javascript:toggle('[b]ads_2_3[/b]');\">"+ "<input type='button' value='[b]Fanof[/b]' onClick=\"javascript:toggle('[b]content_fanof_2_4[/b]');\">"+ "<input type='button' value='[b]Groups[/b]' onClick=\"javascript:toggle('[b]content_groups_2_5[/b]');\"></div>"; document.getElementById("navigation").parentNode.appendChild(showhide);[/quote] just edit the [b]BOLD[/b] part[/quote] nice posting broo =) thx for sharing anyway :D go....go....go.... :penguin: :penguin:
istaline
» FTalkAddict
FTalk Level: zero
356
0
1969-12-31

Re: the code may become obselete

can u do that ferruzz.. cn u revert 2 hide/show??.. lyk mitchiko said.. :D
lukin'@u
» n00b
FTalk Level: zero
1
0
1969-12-31

Re: the code may become obselete

uhm.. m new here.. just wana ask: -where shud i paste it? -what code shud i use for js extension?? is that an extension?? i'm an IE user.. confused.. :( tnx..
alfonso
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: the code may become obselete

....waaaaaaaa brooo ur so good!!!>..nice trick!!!
  • ARCHIVES 
  • » the code may become obselete

Board footer

© 2024 F Talk

Current time is 23:58

[ 9 queries - 0.066 second ]
Privacy Policy