arzl
11-08-2004, 11:20 AM
When you visit my site at http://marzlist.com (http://marzlist.com/)
you will see a liitle "Go" box that I named it
"Other Interest A - Z".
I know plenty of you have other links that your are
targetting to implant your website development.
Well to place all into one place may look 'ugly'
but if you spend some time understanding this
useful tools, you may have save all the trouble
In between your <head> and </head> tags,
place this script;
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.
selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
In between your <body> and </body> tags,
place this;
(change all the bold links and italics text
to your own)
<form name="form">
<select name="site" size=1>
<option value="">Other Interest...A - Z
<option value="http://www.marzlist.com/LiftOff">Achieving Lift Oft
<option value="http://www.marzlist.com/AXGold">AX Gold Softwares
<option value="http://www.marzlist.com/Embarrassing">Embarrassing Way
<option value="http://www.marzlist.com/EzineExp">Ezine Experiment
<option value="http://www.marzlist.com/AHM">Hits Machine!
<option value="http://www.marzlist.com/IMC">Internet Marketing
<option value="http://www.marzlist.com/plog">PayPal Lock Generator
<option value="http://www.marzlist.com/SafelistDirectory">Safelist Directory
<option value="http://www.marzlist.com/Paperless_Copywriting">WritingSales
</select>
<input type=button value="Go!" onClick=
"javascript:formHandler(this)">
</form>
you will see a liitle "Go" box that I named it
"Other Interest A - Z".
I know plenty of you have other links that your are
targetting to implant your website development.
Well to place all into one place may look 'ugly'
but if you spend some time understanding this
useful tools, you may have save all the trouble
In between your <head> and </head> tags,
place this script;
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.
selectedIndex].value;
window.location.href = URL;
}
// End -->
</SCRIPT>
In between your <body> and </body> tags,
place this;
(change all the bold links and italics text
to your own)
<form name="form">
<select name="site" size=1>
<option value="">Other Interest...A - Z
<option value="http://www.marzlist.com/LiftOff">Achieving Lift Oft
<option value="http://www.marzlist.com/AXGold">AX Gold Softwares
<option value="http://www.marzlist.com/Embarrassing">Embarrassing Way
<option value="http://www.marzlist.com/EzineExp">Ezine Experiment
<option value="http://www.marzlist.com/AHM">Hits Machine!
<option value="http://www.marzlist.com/IMC">Internet Marketing
<option value="http://www.marzlist.com/plog">PayPal Lock Generator
<option value="http://www.marzlist.com/SafelistDirectory">Safelist Directory
<option value="http://www.marzlist.com/Paperless_Copywriting">WritingSales
</select>
<input type=button value="Go!" onClick=
"javascript:formHandler(this)">
</form>