Results 1 to 9 of 9
Threaded View
-
2nd Oct 2009, 01:49 AM #1OPMember
Script Help Needed
HTML:
Code:
Code:<span style="display: block" id="show1">1 2 3</span> <span style="display: none" id="show2">4 5 6</span> <br /><br /> <a href="#" onclick="showhide(); return false;">Show / Hide</a>
Code:
Code:function showhide() { // Coded by CyberJ37 var show1 = document.getElementById("show1"); var show2 = document.getElementById("show2"); if(show2.style.display == "none") { show1.style.display = "none"; show2.style.display = "block"; } else { show2.style.display = "none"; show1.style.display = "block"; } }
This Is Code to hide and show two lines if want to make 10 lines like that in order than which script work i need please writeRapidshareResellers Reviewed by RapidshareResellers on . Script Help Needed HTML: Code: <span style="display: block" id="show1">1 2 3</span> <span style="display: none" id="show2">4 5 6</span> <br /><br /> <a href="#" onclick="showhide(); return false;">Show / Hide</a> Javascript: (Put inside <head> tag) Code: function showhide() { Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Classified Script Needed
By amerriaz in forum Web Development AreaReplies: 2Last Post: 6th Apr 2012, 05:14 AM -
Script Needed
By amerriaz in forum Web Development AreaReplies: 0Last Post: 24th Mar 2012, 03:47 PM -
pho cache Script needed
By shahpar in forum Webmaster DiscussionReplies: 9Last Post: 17th Feb 2011, 05:24 PM -
Hit counter script needed
By Sponge Bob in forum Webmaster DiscussionReplies: 3Last Post: 7th Jul 2010, 09:42 AM -
script needed - help
By clarksta in forum Webmaster ResourcesReplies: 0Last Post: 24th Aug 2009, 11:29 AM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...