Advertisement
Guest User

ShortenedCode

a guest
Jun 3rd, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <!--The Code Below Displays the different Tabs-->
  2. <table id="TableTopics">
  3. <tr>
  4. <th><button class="tabtext" onclick="ParagraphWinders(),HeaderWinders()">Winders/Unwinders</button></th>
  5. <th><button class="tabtext" onclick="ParagraphBagMachines(),HeaderBagMachine()">Bag Machines</button></th>
  6. <th><button class="tabtext" onclick="ParagraphCoreless(),HeaderCorelessWinder()">Coreless Winders</button></th>
  7. <th><button class="tabtext" onclick="ParagraphSeparators(),HeaderSeparators(),TableSeparators()">Bag Separators</button></th>
  8. </tr>
  9. </table>
  10.  
  11. <!--The Code Below Establishes the Default Header-->
  12. <h2 id="ContentHeader">Winders & Unwinders</h2>
  13.  
  14. <!--The Code Below Establishes the Default Paragraph-->
  15. <p id="ContentParagraph">Converting Systems specializes in winders and unwinders of all kinds. Single Turret and Dual Turret Center Driven Winders with auto-cutover, taper tension, individual spindle drives and Microprocessor touch screen controls; trim winders, re-winders and driven un-winders. Contact us to find out more about CSI’s Winder Rebuilding services. We can incorporate many “new” machine features for a fraction of the cost of a new winder. </p>
  16.  
  17. <!--The Code Below Establishes the Default Mobile Buttons To Create-->
  18. <!--Winders/Unwinders-->
  19. <table border="1" style="width:100%">
  20. <tr>
  21. <!--Row 1| Column 1-->
  22. <td id="R1C1" style="width:25%">
  23. <a href="http://www.convertingsystems.com/dual-turret-winder-3001.html">
  24. <center>
  25. <figure>
  26. <figcaption>
  27. Dual Turret Blown Film Winder – Model 3001
  28. </figcaption>
  29. <img src="http://www.convertingsystems.com/uploads/2/6/8/5/26859557/6414565.jpg?222" alt="3001 Dual Turret Blown Film Winder" style="max-height:100%; max-width:100%"/>
  30. </figure>
  31. </center>
  32. </a>
  33. </td>
  34. </tr>
  35. </table>
  36.  
  37. <!--The Codes Below Determine our Dynamic Content Table when one of the above buttons are pressed-->
  38. <script>
  39. function TableSeparators() {
  40. document.getElementById("R1C1").src = "http://edmgrandmothers.org/wp-content/uploads/test.jpg";
  41. }
  42. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement