home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / isys.frm < prev    next >
Encoding:
Text File  |  1999-10-01  |  6.7 KB  |  223 lines

  1.  
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type"
  6. content="text/html; charset=iso-8859-1">
  7.  
  8. <HTML>
  9. <HEAD>
  10.  
  11. <TITLE>APC CD</TITLE>
  12.  
  13. <script language="JavaScript">
  14. <!--
  15.  
  16. /*----------------------------------------------------------------*
  17.  |                                                                |
  18.  | This script was written by Travis Simon for apcmag.com.        |
  19.  | You can see this script, plus many more, in his JavaScript     |
  20.  | column, conveniently located at http://apcmag.com/workshop.    |
  21.  |                                                                |
  22.  | Feel free to use any or all of this script, but please         |
  23.  | keep this header in tact for others who may wish to learn      |
  24.  | about JavaScript.                                              |
  25.  |                                                                |
  26.  *----------------------------------------------------------------*/ 
  27.  
  28. // -- README -- \\
  29. // Unless instructed otherwise, it's probably not a great idea 
  30. // to change this script.
  31.  
  32. var adIndex = 0;
  33.  
  34. // This line sets the default string value present in the bottom of the browser.
  35. // It may not appear in all browsers, but unless you include it, some will leave
  36. // the mouseover messages while the mouse is no longer over.
  37.  
  38. window.defaultstatus = "apcmag.cd -- the best around.";
  39.  
  40. var timerID;
  41.  
  42. function ad(width, height) {
  43.    this.width = width;
  44.    this.height = height;
  45.    this.pic = '';
  46.    this.location = '';
  47.    this.message = '';
  48.    this.delay = 10;
  49. }
  50.  
  51. function writeAd() {
  52.    with(window.Banner.document) {
  53.       clear();
  54.       open();
  55.       writeln('<html><head><base target="Page"></head>');
  56.       writeln('<body bgColor="#FFFFFF" ');
  57.       writeln('onLoad="setTimeout(\'parent.writeAd()\', ' + ads[adIndex].delay * 1000 + ');">');
  58.       write('<center><a href=' + ads[adIndex].location + ' ');
  59.       writeln('onMouseOver="self.status=\'' + ads[adIndex].message + '\'\; return true\;">');
  60.       write('<img src="' + ads[adIndex].pic + '" width=' + ads[adIndex].width);
  61.       writeln(' height=' + ads[adIndex].height + ' border=0></a></center>');   
  62.       write('</body></html>');
  63.       bgColor="#FFFFFF";
  64.       close();
  65.    }
  66.    adIndex++;
  67.    if(adIndex == ads.length) 
  68.       adIndex = 0;
  69. }
  70.  
  71.  
  72. /*****************************************************************
  73.  
  74. This is where you have to define the ad objects.
  75. The phrases in parenthasis are not to be replaced by the respective values.
  76. The parenthasis are not to be included, either.
  77. The form is something like this --
  78.  
  79. var (adname) = new ad((ad width), (ad height));
  80. (adname).pic = "(relative url to ad picture)";
  81. (adname).message = "(add message for Mouse over and loading text)";
  82. (adname).delay = "(time in seconds for ad to display)";
  83.  
  84. ** IMPORTANT!! **
  85. Any time in the message field that you want to use an apostrophe,
  86. you must preface it by TWO BACKSLASHES. For example, you could say
  87.  
  88. bob.message = "Eat at Bob\\'s!";
  89.  
  90. If you do not do this, the script will come crumbling down around you.
  91.  
  92. **********************************************************/
  93.  
  94.  
  95. // Insert ads here
  96.  
  97.  
  98. var apcstart = new ad("468", "60");
  99. apcstart.pic = "../ads/apc/apcstad1.gif";
  100. apcstart.location = "../ads/apc/startad.htm";
  101. apcstart.message = "apcmag.Start - the best place to start on the Web";
  102. apcstart.delay = 30;
  103.  
  104. var apcsub = new ad("468", "60");
  105. apcsub.pic = "../ads/apc/apsbad.gif";
  106. apcsub.location = "../ads/apc/subsad.htm";
  107. apcsub.message = "Subscribe to APC - save time and money!";
  108. apcsub.delay = 30;
  109.  
  110. var wpock = new ad("468", "60");
  111. wpock.pic = "../ads/apc/w98pb_a.gif";
  112. wpock.location = "../ads/cdwin983.htm";
  113. wpock.message = "Windows 98 Pocketbook";
  114. wpock.delay = 30;
  115.  
  116. var lpock = new ad("468", "60");
  117. lpock.pic = "../ads/apc/banlinux.gif";
  118. lpock.location = "../ads/cdlinpb.htm";
  119. lpock.message = "Linux Pocketbook";
  120. lpock.delay = 30;
  121.  
  122. var cdweek = new ad("468", "60");
  123. cdweek.pic = "../ads/apc/cdw_bar1.gif";
  124. cdweek.location = "../ads/subs.htm";
  125. cdweek.message = "CD Week";
  126. cdweek.delay = 30;
  127.  
  128. var gateway = new ad("468", "60");
  129. gateway.pic = "../ads/gateway/home.gif";
  130. gateway.location = "../ads/gateway/prodline.htm";
  131. gateway.message = "Gateway";
  132. gateway.delay = 30;
  133.  
  134. var ozemail = new ad("468", "60");
  135. ozemail.pic = "../isp/ozemail/100_free.gif";
  136. ozemail.location = "../isp/ozemail/index.htm";
  137. ozemail.message = "OzEmail";
  138. ozemail.delay = 30;
  139.  
  140. var aol = new ad("468", "60");
  141. aol.pic = "../isp/aol/aol_ba.gif";
  142. aol.location = "../isp/aol/index.htm";
  143. aol.message = "AOL";
  144. aol.delay = 30;
  145.  
  146. var iprimus = new ad("468", "60");
  147. iprimus.pic = "../isp/primus/ipban.gif";
  148. iprimus.location = "../isp/primus/index.htm";
  149. iprimus.message = "iPRIMUS";
  150. iprimus.delay = 30;
  151.  
  152. var telstra1 = new ad("468", "60");
  153. telstra1.pic = "../isp/bpbanner.gif";
  154. telstra1.location = "../isp/bigpond/bigpond.htm";
  155. telstra1.message = "Telstra Bigpond";
  156. telstra1.delay = 30;
  157.  
  158. var tpgi = new ad("468", "60");
  159. tpgi.pic = "../isp/tpgi/tpgban.gif";
  160. tpgi.location = "../isp/tpgi/contents.htm";
  161. tpgi.message = "TPGI";
  162. tpgi.delay = 30;
  163.  
  164. var planet = new ad("468", "60");
  165. planet.pic = "../isp/planet/planetad.gif";
  166. planet.location = "../isp/planet/index.htm";
  167. planet.message = "Planet Internet";
  168. planet.delay = 30;
  169.  
  170. var dbell = new ad("468", "60");
  171. dbell.pic = "../isp/dbell/dbnwad.gif";
  172. dbell.location = "../isp/dbell/index.htm";
  173. dbell.message = "Dynamic Bell";
  174. dbell.delay = 30;
  175.  
  176. var onenet = new ad("468", "60");
  177. onenet.pic = "../isp/onenet/onenet.gif";
  178. onenet.location = "../isp/onenet/index.htm";
  179. onenet.message = "One.Net";
  180. onenet.delay = 30;
  181.  
  182. // All ad definitions should be above this point
  183.  
  184. var ads = new Array();
  185.  
  186. /*******************************************************
  187.  
  188. This is where you define the order that the ads will appear in.
  189. The general form is something like this:
  190.  
  191. ads[(next number)] = (ad name);
  192.  
  193. ** NOTE! The first ad is ALWAYS number 0. If you forget that,
  194. no more script.
  195.  
  196. ********************************************************/
  197.  
  198.  
  199.  
  200. ads[0] = ozemail;
  201. ads[1] = aol;
  202. ads[2] = iprimus;
  203. ads[3] = onenet;
  204. ads[4] = telstra1;
  205. ads[5] = tpgi;
  206.  
  207. // You should not need to change anything below these lines
  208.  
  209. // End Script -->
  210. </script>
  211. </HEAD>
  212.  
  213. <FRAMESET COLS="100%" ROWS="31,*" frameborder="0" framespacing="0" border="0">
  214. <FRAME NAME="Top" SRC="front/frtop.htm" SCROLLING="NO" marginwidth="0" marginheight="0">
  215. <FRAMESET COLS="124, *">
  216. <FRAME NAME="Directory" SRC="front/frdir.htm" SCROLLING="NO">
  217. <FRAMESET ROWS="*,67">
  218. <FRAME NAME="Page" SRC="!" SCROLLING="AUTO">
  219. <FRAME NAME="Banner" SRC="front/frban.htm" SCROLLING="NO" frameborder="1" marginwidth="0" marginheight="0">
  220. </FRAMESET>
  221. </FRAMESET>
  222. </FRAMESET>
  223. </HTML>