Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Easy Date   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 07-21-2004, 08:43 PM   #1 (permalink)
Contributing Member
 
docquesting's Avatar
 
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 3,471
iTrader: 0 / 0%
Latest Blog:
None

docquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the rough
Send a message via Yahoo to docquesting
HELP DROP DOWN MENU CODE AGAIN GONA KILL IT

I wanna cuss this time have spent so much into doing this and it still wont work and I tried code that does work I no it does. http://www.brentwoodchildcare.net . I even changed the special offers link within code to see if it would work click view source. I am about to give on thing. Please evryone reply that veiws messages if they know anything regardless. Thanks, in advance.

Doc
docquesting is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 07-21-2004, 08:47 PM   #2 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Your page is missing the script that tells the drop down what to do.
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-21-2004, 08:54 PM   #3 (permalink)
Jim
Inactive
 
Jim's Avatar
 
Join Date: 07-05-04
Location: İstanbul
Posts: 362
iTrader: 0 / 0%
Latest Blog:
None

Jim is on the right pathJim is on the right path
You are trying to set the location like this:
[code:1:202bc874e8]location=document.form1.menu.options[document.form 1.menu.selectedIndex].value[/code:1:202bc874e8]
But you don't have a form named "form1". Here's the modified code. I've just added a form for you.
[code:1:202bc874e8]
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Brentwood Childcare</title>
</head>

<body bgcolor="#003300">

<div align="center">
<center>
<table border="0" cellspacing="1" width="70%" id="AutoNumber1" bgcolor="#003300" background="images/feetNhands.jpg">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellspacing="1" width="100%" id="AutoNumber2">
<tr>
<td width="56%">
<div align="center">
<center>
<table border="0" cellspacing="1" width="92%" id="AutoNumber3">
<tr>
<td width="49%" align="center">
<script>
Now = new Date();
if (Now.getHours()>17)
{
document.write('<B>Good evening</B>');
}
else if (Now.getHours()>12)
{
document.write('<B>Good afternoon</B>');
}
else
{
document.write('<B>Good morning</B>');
}
</script>
</td>
</tr>
</table>
</center>
</div>
</td>
<td width="44%">
<p align="right">
<form name="form1">
<select style="font-size:12px;color:#006699;font-family:verdana;background-color:#ffffff;" name="menu">
<option value="index.htm">Home</option>
<option value="index1.htm">About Brentwood</option>
<option value="index2.htm">Our Location</option>
<option value="index3.htm">Newsletter</option>
<option value="index4.htm">Menu</option>
<option value="index5.htm">Pictures</option>
<option value="index6.htm">Upcoming Events</option>
<option value="index7.htm">MeettheStaff</option>
<option value="index8.htm">Policies</option>
<option value="index9.htm">Services</option>
<option value="index10.htm">Rates</option>
<option value="index11.htm">Licensed/vs.Unlicensed</option>
<option value="index12.htm">Contact</option>
<option value="www.brentwoodchildcare.net/index13.html">Special
Offers</option>
<option value="index14.htm">Links</option>
</select>
<input style="font-size:12px;color:#ffffff;font-family:verdana;background-color:#006699;" type="button" onClick="location=document.form1.menu.options[docu ment.form1.menu.selectedIndex].value;" value="click here"></td>
</form>
</tr>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td width="100%">
<p align="center">
<img border="0" src="images/Logo1copy.gif" width="464" height="373"></td>
</tr>
<tr>
<td width="100%">
<p align="center"><font color="#800000" size="4">Site is currently under
reconstruction.<br>
<a href="mailto:docquesting@yahoo.com">E-mail Webmaster.</a></font></td>
</tr>
</table>
</center>
</div>

</body>

</html>
[/code:1:202bc874e8]
Jim is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-21-2004, 08:59 PM   #4 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Same thing you did here: http://www.v7n.com/forums/ftopic11692.html
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-23-2004, 02:30 PM   #5 (permalink)
Contributing Member
 
docquesting's Avatar
 
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 3,471
iTrader: 0 / 0%
Latest Blog:
None

docquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the roughdocquesting is a jewel in the rough
Send a message via Yahoo to docquesting
Thanks Jim thats exactly what I needed except I have still more problems now that it does work it just pulls up blank pages.
__________________
Inexpensive Hosting with Quality!
docquesting is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-23-2004, 04:40 PM   #6 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
http://www.v7n.com/forums/ftopic11855.html
Jazzee is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS drop down menu http Coding Forum 1 12-06-2006 01:23 AM
DHTML Menu | Drop Down Menu Pen Tongue SEO Forum 4 01-06-2005 07:18 PM
drop down menu code doesnt work help! docquesting Coding Forum 5 07-21-2004 01:58 AM
Drop Down Menu AJBurnett34 Coding Forum 12 06-27-2004 07:01 PM
Drop down menu Johan007 SEO Forum 6 12-14-2003 11:49 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:44 AM.
© Copyright 2008 V7 Inc