Need some HTML help ... kinda quick!

Maverick2002

Diamond Member
Jul 22, 2000
4,694
0
0

Ornery

Lifer
Oct 9, 1999
20,022
17
81
I don't get it. Are you just trying to make a pull down box with links to the articles? Why not just snitch that code?

  • <p align="center"> <SELECT name=menu1
    onchange="MM_jumpMenu('parent',this,1)" size="1"> <OPTION>QuickJump to Page...</OPTION>
    <OPTION selected value=review.php?ID=89&page=1>Introduction</OPTION> <OPTION
    value=http://www.mikhailtech.com/articles/cases/xwing101/page2.shtml>test</OPTION> <OPTION
    value=page3.shtml>test2</OPTION> <OPTION
    value=review.php?ID=89&page=4>Configuration</OPTION> <OPTION
    value=review.php?ID=89&page=5>Conclusion</OPTION></SELECT>
    <p align="center">
    <p align="center">
    <p align="center"> <form name="form1"><div align="right"><select name="select" onchange="MM_jumpMenu('parent',this,0)" style="background-color: #1A4971; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt; list-style-type: disc" size="1">
    <option selected>Select</option>
    <option value="http://www.mikhailtech.com/articles/cases/xwing101/index.shtml">Page
    1 - Introduction, first impressions</option>
    <option value="page2.shtml">Page 2 - Case overview, specifications</option>
    <option value="page3.shtml">Page 3 - Internals, external cooling</option>
    <option value="page4.shtml">Page 4 - Top blowhole, bottom cooling</option>
    <option value="page5.shtml">Page 5 - Clear fans, included goodies</option>
    <option value="page6.shtml">Page 6 - Front ports, cables, bezel</option>
    <option value="page7.shtml">Page 7 - Case skeleton, motherboard tray</option>
    <option value="page8.shtml">Page 8 - Installation problems,
    conclusion</option>
    </select></div></form>

Oops, I see PHP in there. You should still be able to make an old fashioned HTML equivilent.
 
Apr 5, 2000
13,256
1
0
<form name="boogie">
<select name="surf" onChange="location=document.boogie.surf.options[document.boogie.surf.selectedIndex].value;" value="GO">
<option selected>Choose Destination</option>
<option value="book.html">Web Site Design Made Easy</option>
<option value="magic.html">Background Magic</option>
<option value="news.html">Almost a Newsletter</option>
</select>
</form>


Stolen from: http://www.boogiejack.com/howx033.html