Example:
BLOGGEN (OnClick Text Example)
Copy & Paste the following Code and replace or alteration the Code for your requirement:
| <script language="JavaScript"> <!-- function Show_Stuff(Click_Menu) // Function that will swap the display/no display for // all content within span tags { if (Click_Menu.style.display == "none") { Click_Menu.style.display = ""; } else { Click_Menu.style.display = "none"; } } --> </script> <div> <a href="javascript:Show_Stuff(display1)"> <font color=#8000ff size=2>BLOGGEN</font></a></DIV><!-- The code within the span tags will not be displayed until the user click the link above and will "disappear" when clicked a second time The link above is set to display anything with a span tag with an id = display1--> <span ID="display1" style="display: none"> <table bgcolor="#7fffd4"> <tr><td width=200 wrap> Keep your Eyes and Read Regularly The BLOGGEN to Enjoy Free Tools for your Blog & Website. BLOGGEN Team always Researching and trying to Create New-Tools just to serve you better. </td> </tr> </table> </span> <div onClick="Show_Stuff(display2)"> <font color="#ff0080" size="2">BLOGGEN</font> (OnClick Text Example)</div> <!-- The code within the span tags will not be displayed until the user click the link above and will "disappear" when clicked a second time --> <span id="display2" STYLE="display: none"> On Click Text will appear when Click on BLOGGEN,will off on second click </span> |
BLOGGEN = Write your Ward
BLOGGEN = Write your Ward
Keep your …….. just to
serve you better. = Write Your Text
On Click Text ….
…. BLOGGEN,…
on second click = Write Your Text







