The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> drop down menu
tudsy
post Aug 15 2016, 07:41 PM
Post #1


Advanced Member
****

Group: Members
Posts: 246
Joined: 30-September 14
Member No.: 21,611



)Hi

I am still having problems in trying to come up with a drop down menu. I have attached the full code and the resulting output (screenshot).

The main problem is that I am not generating the options in the drop down menu. Can anyone help?


Thanks.


Attached thumbnail(s)
Attached Image

Attached File(s)
Attached File  code.txt ( 5.36k ) Number of downloads: 983
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies
CharlesEF
post Sep 21 2016, 05:53 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 1,981
Joined: 27-April 13
From: Edinburg, Texas
Member No.: 19,088



This line of code is still wrong:
CODE
<img src= personpath id='PersonImage' width='450' height='450'>
Actually, there are 2 problems. Problem 1: there needs to be quotes around the 'src' attribute. Problem 2: the javascript variable 'personpath' will not get converted to the value of the variable. In fact, I'm not even sure you can put javascript code inside HTML tag attributes, like you can with PHP. The best way to write this line is:
CODE
<img src='' id='PersonImage' width='450' height='450'>
And let this line of code set the 'src' attribute:
CODE
document.getElementById('PersonImage').src = personpath;
which is found in the setVar() function.

As for the sound problem, I can't help with that at this time. The computer I'm using has no sound (the motherboard sound system died). I may buy a add-in sound card or maybe even a new computer. But, for now I have no sound.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic
tudsy   drop down menu   Aug 15 2016, 07:41 PM
CharlesEF   I have no idea what are valid values for $pna...   Aug 17 2016, 12:05 AM
tudsy   Hi Thanks for that. Graphicw has permissions se...   Aug 17 2016, 12:52 AM
CharlesEF   So, does that mean the problem was permissions? O...   Aug 17 2016, 02:43 PM
tudsy   Hi I am having the same problem but I put the url...   Aug 18 2016, 05:56 AM
CharlesEF   Sorry to hear that. I looked over your code but I...   Aug 18 2016, 08:54 AM
tudsy   Hi I used glob() and it works!. It creates th...   Aug 20 2016, 11:51 AM
CharlesEF   I think what you need to do is this. The <sele...   Aug 20 2016, 09:37 PM
CharlesEF   Maybe, since you are not uploading an image to the...   Aug 21 2016, 05:20 AM
Christian J   Maybe, since you are not uploading an image to th...   Aug 21 2016, 04:17 PM
tudsy   Hi My problem is now using JS to update the image...   Aug 30 2016, 10:43 PM
CharlesEF   This is just an outline of what needs to be done. ...   Sep 1 2016, 01:24 AM
tudsy   Hi again I have adopted the changes from the l...   Sep 5 2016, 12:01 AM
Christian J   I have adopted the changes from the last post ...   Sep 5 2016, 06:52 AM
CharlesEF   Christian J has already pointed out some problems....   Sep 5 2016, 09:09 AM
CharlesEF   I forgot to say that the code I posted is not test...   Sep 5 2016, 12:13 PM
tudsy   Hi I got it to work by putting the absolute path...   Sep 6 2016, 07:29 AM
CharlesEF   Hi I got it to work by putting the absolute pat...   Sep 6 2016, 01:16 PM
tudsy   Hi The path was the only problem.   Sep 9 2016, 02:52 AM
tudsy   Hi I was wondering. Can I use the same type of co...   Sep 9 2016, 02:58 AM
CharlesEF   When using the audio tag, there was a time when IE...   Sep 9 2016, 10:18 AM
CharlesEF   BTW, you never answered my question. Why do you i...   Sep 9 2016, 01:46 PM
tudsy   BTW, you never answered my question. Why do you ...   Sep 10 2016, 11:46 PM
CharlesEF   [quote name='CharlesEF' post='130221' date='Sep 1...   Sep 11 2016, 06:52 AM
tudsy   [quote name='CharlesEF' post='130221' date='Sep ...   Sep 13 2016, 11:13 AM
CharlesEF   Does the page have a .php extension? Have you loo...   Sep 13 2016, 11:57 AM
tudsy   Hi Thanks for that. I m trying to let the user ...   Sep 16 2016, 12:03 AM
CharlesEF   I'm not sure where you came up with 'click...   Sep 16 2016, 08:50 AM
tudsy   Hi I am still having problems with the 'sound...   Sep 19 2016, 12:33 PM
CharlesEF   I've never used javascript's Audio command...   Sep 19 2016, 04:56 PM
tudsy   Hi Thanks for that. After some manipulation, I a...   Sep 19 2016, 09:40 PM
CharlesEF   This line of code is wrong: document.getElementByI...   Sep 20 2016, 09:25 AM
tudsy   Hi again Thanks for that. I have got the image w...   Sep 21 2016, 04:14 AM
CharlesEF   This line of code is still wrong: <img src= pe...   Sep 21 2016, 05:53 AM
tudsy   Hi Thanks for that. I got the sound working with...   Sep 21 2016, 06:19 AM
CharlesEF   Great news, glad you got it working.   Sep 21 2016, 06:42 AM
tudsy   Hi I was wondering how do I pass JavaScript varia...   Sep 21 2016, 07:21 AM
CharlesEF   Hi I was wondering how do I pass JavaScript varia...   Sep 21 2016, 01:07 PM
Christian J   New post moved to its own thread: Drop down menu...   Jun 14 2022, 04:38 AM


Reply to this topicStart new topic
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 14th June 2024 - 08:54 AM