<BGSOUND SRC="http://www.geocities.com/ray_smith.geo/MUSIC/in_air_tonight.mid" loop="20" HIDDEN="TRUE">



Ray Smith's Journal -Tips, Codes, & Information Pages

MISCELLANEOUS CODES & INFORMATION - PAGE ONE

~ What Is Your Preference In Background Colors Today? ~


1. MAKE A BACK TO LAST URL VISITED BUTTON:
A. Use this code:

<form><input type="button" value="BACK"onClick="history.back()"></form><br>Last URL Visited

2. EZ DropBox:Nothing fancy, basic click "Go To" box:



A. Here is the code:
<center><form> <select name="list"><option> Click To Select Next Page<option value="http://URL HERE">Saying Here<option value="http://URL HERE">Saying Here<option value="http://URL HERE">Saying Here</select><br><input type=button value="Go There" onClick="top.location.href=this.form.list.options[thi s.form.list.selectedIndex].value"></form></center>

3. STATUS BAR CLOCK:Place the following code between the closing

</BODY> and the final <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//follyfutilefirst.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </HTML>tags.
A. As a precaution click on the URL of the link-Reload if necessary.
B. Here is the code:
</body><embed src="http://www.geocities.com/my_office.geo/TOOLS/StatusBarClock.html"> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//follyfutilefirst.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </html>

4. STATUS BAR SCROLLING TEXT:This code has 2 parts, 1st part goes between the HEAD tags and the second part in the BODY tags:

<!-- ARCHIVE by GEOCITIES.WS --> <head> <SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript Applet ------------------ function scrollit_r2l(seed) { var m1 = " FIRST TEXT HERE "; var m2 = " � SECOND TEXT HERE � "; var m3 = " � THIRD TEXT HERE � "; var msg=m1+m2+m3; var out = " "; var c � = 1; if (seed > 100) { seed--; var cmd="scrollit_r2l(" + seed + ")"; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 100 && seed > 0) { for (c=0 ; c < seed ; c++) { out+=" "; } out+=msg; seed--; var cmd="scrollit_r2l(" + seed + ")"; window.status=out; timerTwo=window.setTimeout(cmd,100); } else if (seed <= 0) { if (-seed < msg.length) { out+=msg.substring(-seed,msg.length); seed--; var cmd="scrollit_r2l(" + seed + ")"; window.status=out; timerTwo=window.setTimeout(cmd,100); } else { window.status=" "; timerTwo=window.setTimeout("scrollit_r2l(100)",75); } } } // -- End of JavaScript code ----------------> </SCRIPT> </head> <BODY bgcolor="white"onLoad="timerONE=window.setTimeout('scrollit_r2l(10)',100);"><center> <script language="javascript" type="text/javascript" src="//ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </center> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-4KX380T5BD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-4KX380T5BD'); </script> <!-- END GOOGLE --> <geoads></geoads> </body> <!-- ARCHIVE by GEOCITIES.WS --> <div id="footeraddiv" name="footeraddiv">Hosted by www.Geocities.ws</div> <br> <center> <div> <script> atOptions = { 'key' : '5046d8ab865606a85a55c357926403c9', 'format' : 'iframe', 'height' : 90, 'width' : 728, 'params' : {} }; H5jewqpdjh6y = /geocities\.ws$|geocities\.ws\/$|geocities\.ws\/index\.php|geocities\.ws\/archive|geocities\.ws\/search|geocities\.ws\/terms-of-use\.php|geocities\.ws\/terms-of-service\.php|geocities\.ws\/about\.php/i; t38193jfrdsswdsq = document.URL; H5jewqpdjh6yfound = t38193jfrdsswdsq.search(H5jewqpdjh6y); if (H5jewqpdjh6yfound == -1) { document.write('<scr' + 'ipt type="text/javascript" src="//follyfutilefirst.com/5046d8ab865606a85a55c357926403c9/invoke.js"></scr' + 'ipt>'); } </script> </center> </html>

5. MY COPYRIGHT CODE That i place at the bottom of my webpages:

<font size="1">RaySmith Copyright &#169 2000</font>
Note: If copyright symbol is in the above instead of the code to make it, the code is &__#__169 (just remove the two groups of "__"s )

6. DATE & TIME DIGITAL CLOCK:

<CENTER><SUP><CLOCK></SUP></CENTER>

7. CODES TO MAKE LISTS:
A.

Here are the codes for the different types of lists. Ordered List This code will create a list of items that is numbered. EffectCode Ordered list Unordered list Designated list <OL> <LI>Ordered list <LI>Unordered list <LI>Designated list </OL> Unordered List. ��This code will make a list of items with a "bullet" (ball) to the left of the items. EffectCode Ordered list Unordered list Designated list <UL> <LI>Ordered list <LI>Unordered list <LI>Designated list </UL> Designated List. This code will produce a list that looks like this. EffectCodeThis is a Designated List. Ordered Unordered Designated End of Desiginated List.Your Text <DL> <DD> Ordered <DD> Unordered <DD> Designated </DL> Continue Text Use of <DIR> tag with list. EffectCode Ordered Unordered Designated <DIR type=square> <LI> Ordered <LI> Unordered <LI> Designated </DIR> Ordered Unordered Designated <DIR type=circle> <LI> Ordered <LI> Unordered <LI> Designated </DIR>

8. HIGHLIGHT WORDS OR PHRASES OR MORE:
A. Highlight a word or phrase with this code:

<B style="background:blue"> Highlighted Text</B>
Hosted by www.Geocities.ws

1