Jump to content

Website Coding HELP!!


Recommended Posts

Yes I cheated using This

<html>
<head>

<script type="text/javascript">

function go()
{
location=document.forms[0].gowhere.value;
}

</script>

</head>
<body>

<form>
<select id="gowhere" onchange="go()">
<option>-Team Directors/Member Location-
<option value="/north central/default.asp">North Central-ND, SD, NE, MN, IA, MO, WI, IL, MI, IN
<option value="/south central/default.asp">South Central-AZ, CO, NM, KS, OK, TX, AR, LA
<option value="/south east/default.asp">South East-TN, MS, AL, GA, FL, NC, SC
<option value="/mid east/default.asp">Mid East-OH, PA, WV, VA, KY, MD, DE
<option value="/north east/default.asp">North East-ME, VT, NH, MA, RI, CT, NJ
<option value="/west/default.asp">West-WA, OR, AK, HI, CA, NV, UT, ID, MT, WY
</select>
</form>

</body></html>

^That is my code, v-- are my pages

http://teamdbs.webs.com/west.htm has drop down menu on it (testing making sure it worked on the site)

http://teamdbs.webs....orthcentral.htm

http://teamdbs.webs....outhcentral.htm

http://teamdbs.webs.com/northeast.htm

http://teamdbs.webs.com/mideast.htm

http://teamdbs.webs.com/southeast.htm

I dont know where to link my pages to

I have searched all over this site and cant or dont know where to look.... Somebody please help me peazzzz!!!!

Link to comment
Share on other sites

here since i told you i was going to help you before.. coded by hand in 1 minute

html>

<head>

<script type="text/javascript">

function go()

{

location=document.forms[0].gowhere.value;

}

</script>

</head>

<body>

<form>

<select id="gowhere" onchange="go()">

<option>-Team Directors/Member Location-

<option value="/northcentral.htm">North Central-ND, SD, NE, MN, IA, MO, WI, IL, MI, IN

<option value="/southcentral.htm">South Central-AZ, CO, NM, KS, OK, TX, AR, LA

<option value="/southeast.htm">South East-TN, MS, AL, GA, FL, NC, SC

<option value="/mideast.htm">Mid East-OH, PA, WV, VA, KY, MD, DE

<option value="/northeast.htm">North East-ME, VT, NH, MA, RI, CT, NJ

<option value="/west.htm">West-WA, OR, AK, HI, CA, NV, UT, ID, MT, WY

</select>

</form>

</body></html>

too lazy to use the other website for the code so i made one big ass post by hand.. enjoy

Team sundownWESTCOASTSPL.COM we're throwing dbdrag events very soon visit the website for details

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Who's Online   1 Member, 0 Anonymous, 512 Guests (See full list)

×
×
  • Create New...