Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-21-2004, 08:43 PM
docquesting's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 1,228
iTrader: 0 / 0%
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
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #2 (permalink)  
Old 07-21-2004, 08:47 PM
No Longer Here
Latest Blog:
None

 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
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.
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #3 (permalink)  
Old 07-21-2004, 08:54 PM
Jim's Avatar
Jim Jim is offline
Senior Member
Latest Blog:
None

 
Join Date: 07-05-04
Location: İstanbul
Posts: 186
iTrader: 0 / 0%
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]
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #4 (permalink)  
Old 07-21-2004, 08:59 PM
No Longer Here
Latest Blog:
None

 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
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
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #5 (permalink)  
Old 07-23-2004, 02:30 PM
docquesting's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 1,228
iTrader: 0 / 0%
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!
Digg this Post!Add Post to del.icio.us
Reply With Quote
  #6 (permalink)  
Old 07-23-2004, 04:40 PM
No Longer Here
Latest Blog:
None

 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
iTrader: 0 / 0%
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
Digg this Post!Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > 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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS drop down menu http Coding Forum 1 12-06-2006 12:23 AM
DHTML Menu | Drop Down Menu Pen Tongue SEO Forum 4 01-06-2005 06: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 10:49 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 06:52 PM.
© Copyright 2010 V7 Inc
Powered by vBulletin
Copyright © 2000-2010 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.