javascript

  1. M

    How do I make a javascript quiz?

    Hi everybody, so I would like to make a quiz for myself that has all my cities police codes so I can test myself on them. What I wanted it to be like would be an openable file (exe) where when I click on it, a simple message thing would appear with a spot for me to put an answer. Then when I put...
  2. G

    Javascript quiz not working!!!?

    <html> <head><title>Quiz</title> </head> <body> <form name="form"> What is the difference between haha and hehe? <input type="radio" value="1" onclick="answer(this);" />2 E's <input type="radio" value="2" onclick="answer(this);" />2 A's <input type="radio" value="3" onclick="answer(this);"...
  3. G

    Javascript quiz not working!!!q?

    <html> <head><title>Quiz</title> </head> <body> <form name="form"> What is the difference between haha and hehe?<br /> <input type="radio" value="1" onclick="answer(this);" />2 E's <input type="radio" value="2" onclick="answer(this);" />2 A's <input type="radio" value="3"...
  4. K

    I need help: How to make a simple Javascript Quiz?

    I am a beginner in Javascrip and I'm trying out for the first time in making a simple javascript quiz. Basically I have a question with a multiple choice of 3 radio buttons, and I want an alert to come out once the user selects/clicks a choice in the radio buttons. This alert would tell if the...
  5. D

    Can you detect a bluetooth device using javascript?

    or any other scripting language that I can upload to a website?
  6. V

    enable javascript from samsung intercept?

    Hello. I try to go online with my samsung intercept, but it wont let me. It says to enable javascript.How do i enable that? Thanks:)
  7. X

    How do I turn JavaScript on on my laptop?

    I have a Linux laptop, and my YouTube has just stopped working, whenever I go to play a video, a message comes up saying 'hello, you have either turned JavaScript off or need to download the flash player to this video' People have told me that I need to go on the 'Tools' tab at the top of my...
  8. X

    How do I turn JavaScript on on my laptop?

    I have a Linux laptop, and my YouTube has just stopped working, whenever I go to play a video, a message comes up saying 'hello, you have either turned JavaScript off or need to download the flash player to this video' People have told me that I need to go on the 'Tools' tab at the top of my...
  9. M

    JavaScript in desktop gadget httpRequest?

    Hi, i'm writing a simple gadget... what it does, is pulls a source of a website, checks the text between few tags, and if they match what i need, displays them in my gadget. Now, the problem is, that i notices that this website i pull the source from, keeps giving me the same source since...
  10. C

    Bluetooth DUN connection to MacBook doesn't tolerate web pages that use Javascript?

    Sometimes I connect to the internet using a MacBook Pro tethered to my Motorola Droid's 3G connection via Bluetooth DUN. It's screwy and unreliable and I have just figured out that the main reason for this is JavaScript. If I uncheck "Allow Javascript" in Safari, webpages load fine. If it's...
  11. B

    how to enable javascript on nokia 5800?

    i have a nokia 5800 with the latest software and i have comes with music, allowing me to download music for free. however when i go to download a song as i click download it comes up with Javascript is not enabled.(Therefore not letting me download any music). ive looked everywhere on my phone...
  12. Fred

    Making a javascript quiz?

    Need to create a quiz which will display ten questions with the potential answers showing to the user, they then type the answers in and the end has a submit button which compares the answers and displays to the user how many they got correct and the percentage
  13. U

    Newbie JavaScript Array question. Please help?

    I'm new to JavaScripting and I'm currently just trying out new things and seeing how they function to get a feel for the script syntax and functionality. With the script listed below, I was trying to create an array that would match up a person's name with their job title, and when the user...
  14. U

    2 newbie questions regarding JavaScript Arrays?

    First Question -- I am running through a 2 dimensional array, and in the array I am adding an image to img sources in the body based on whether the array reads as true or false. My question is concerning an example I found that runs through the row and column to check whether it is true or...
  15. B

    Why doesn't my Adobe JavaScript work after installing Internet Exp. 8?

    I updated IE to the new IE8, and after restarting I noticed I needed to update my Adobe Java. After updating it as well, none of the flash players work....youtube player, etc. What happended or what do I do to fix it??
  16. C

    i need help with my javascript ?

    i need to know how to turn it on and off my computer is windows vista
  17. D

    JavaScript on internet Explorer 7?

    How do you enable javascript on internet explorer because I have never done it before
  18. M

    My internet will not allow JavaScript to run properly!?

    Hi I am a mac user and I just got onto my computer to find that any site that requires JavaScript such as youtube will not work. On youtube every time I click on a video it says: Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player...
  19. A

    Do any one know that HTC mobile support the javascript or not?

    I have developed a javascript that is working fine on all the browsers.. However i want to know at how much extent it will run in successfully on mobile phones browser? e.g>I have put javascript for KeyUp event.Will that work on htc mobile if key is pressed by touching on keypad?
  20. M

    Does anyone have a free source for Javascript obfuscation + pop up?

    Someone said that I could protect my JS code source, albeit minimally from non-coders, by obfuscating the code. They also mentioned that I could have it so that the code ONLY functioned on my domain and if it were used else where, users could see an alert window saying it was from my site...
Back
Top