Advertisement
sinrtb

dynamicContent.html

Feb 23rd, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.61 KB | None | 0 0
  1. <div id="navigation"><!--NAVIGATION-->
  2. <ul>
  3. <li><a class="navlink" href="#" onclick='home()'>HOME </a> <a class="divider">|</a></li>
  4. <li><a class="navlink" href="#" onclick='secondPage()'>Second Page</a> <a class="divider">|</a></li>
  5. <li><a class="navlink" href="#" onclick='thirdPage()'>Third Page</a> <a class="divider">|</a></li>
  6. <li><a class="navlink" href="#" onclick='fourthPage()'>FourthPage</a></li>
  7. </ul>
  8. </div>
  9. <!--END NAVIGATION-->
  10.  
  11. <div id="jsContent"><script type="text/javascript"><!-- JSCONTENT -->
  12. <!-- -- here is where the JS functions Laod ---- -->
  13.  
  14. </script></div><!--END JSCONTENT -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement