Guest User

Untitled

a guest
Oct 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. <script type="text/javascript">
  2. <!--
  3. if (document.images)
  4. {
  5.  
  6. image2= new Image(100,100);
  7. image2.src="images/bannerhosting.jpg";
  8. image3= new Image(100,100);
  9. image3.src="images/bannerexchange.jpg";
  10. image4= new Image(100,100);
  11. image4.src="images/bannerbackup.jpg";
  12. image5= new Image(100,100);
  13. image5.src="images/bannerstaff.jpg";
  14. }
  15.  
  16. function change1(picName,imgName)
  17. {
  18. if (document.images)
  19. {
  20. imgOn=eval(imgName + ".src");
  21. document[picName].src= imgOn;
  22. }
  23. }
  24. //-->
  25. </script>
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <!-- begin page content -->
  38. <div class="container"><div id="banner"><img src="images/DedicatedBanner.jpg" name="pic1" width="939" height="349" border="0" alt="Dedicated Solutions" /></div>
  39.  
  40. <div class="services">
  41. <ul>
  42. <li class="menu">
  43. <h4>Dedicated Solution</h4>
  44. <p>Check out our managed, and unmanaged, servers.<br />
  45. <br /><br />
  46. <a href="dedicated.php" target="_self"><img src="images/learnmorebutton.png" border="0" alt="Dedicated Solution" onmouseover="change1('pic1','image2')" /></a></p>
  47. </li>
  48. <li class="menu">
  49. <h4>Microsoft Exchange</h4>
  50. <p>Communication is the key for all your online needs.<br />
  51. <br /><br />
  52. <a href="email.php" target="_self"><img src="images/learnmorebutton.png" border="0" alt="Microsoft Exchange" onmouseover="change1('pic1','image3')" /></a></p>
  53. </li>
  54. <li class="menu">
  55. <h4>Backup Solutions</h4>
  56. <p>Backup, security, and 24/7 support without the enterprise tag.<br />
  57. <br />
  58. <a href="backup.php" target="_self"><img src="images/learnmorebutton.png" border="0" alt="Backup Solutions" onmouseover="change1('pic1','image4')" /></a></p>
  59. </li>
  60. <li class="menu">
  61. <h4>Our Company</h4>
  62. <p>Find out more about our company, our staff, and what we do.<br />
  63. <br />
  64. <a href="why.php" target="_self"><img src="images/learnmorebutton.png" border="0" alt="Our Company" onmouseover="change1('pic1','image5')" /></a></p>
  65. </li>
  66. </ul>
  67. </div>
  68.  
  69. <!-- end page content -->
Add Comment
Please, Sign In to add comment