Can't Get My Answer To Display / Why I Sthis?
Mar 25, 2011
I am obviously new to Javascript, etc me by pointing out what is wrong with my code while changing as little as possible ... and if you could also please explain the part that says code...
as I copied that portion from someone and I really don't understand it. code...
View 7 Replies
ADVERTISEMENT
Oct 6, 2009
I have some complex (to me) JS code that displays time and date for the selected location from a drop-down. It can handle half hours and DST adjustments. But it only displays the results in IE. Here is where I call it in html. code...
View 6 Replies
View Related
Oct 16, 2010
I need to make a button that will display my name in the answer box of my calculator.
Can anyone please show me the code to do this?code...
View 1 Replies
View Related
Nov 1, 2011
I need to alert the answer 31 but keep getting 34. It has to go like this ticket*reward+cost. It would be 24+4+3=31. I would need to times the tickets by rewards then add the cost after. How would I alert this? code...
View 3 Replies
View Related
May 26, 2009
when I click the check box the answer appears. When i click of it, it does not disappear....
<IMG src="/ukassets/images/75/CM%20new%20template/index_r2_c1.jpg" border=0>
<style type="text/css">
#container {
[code]...
View 3 Replies
View Related
Aug 13, 2010
what is the function of code...
View 2 Replies
View Related
Dec 9, 2010
I have created a checkDelete function to ask the user if he wants to delete the selected entries from a database. The problem is that choosing cancel still deletes those entries.
This is the function code...
View 9 Replies
View Related
Aug 13, 2009
m just a beginner in java scripting.I just made the following code for calculating the factorial of a number [code] however when i try to run it the result is not displayed in the field.
View 2 Replies
View Related
Mar 28, 2009
Radio button to text answer
View 2 Replies
View Related
May 1, 2009
I already found some cool stuff here, but I'm looking for a script that, if somebody send me a e-mail, he/she automaticaly receive a reply from me, including a required access code.
View 3 Replies
View Related
Feb 6, 2010
I need a java script code that it allow users to post their questions and I can answer them .
How can I do so ?
View 4 Replies
View Related
Jul 6, 2011
//I can't figure out how to highlight the correct answer, I wrote a highlight function but it doesn't seem to work.
var useranswers = new Array();
var answered = 0;
function renderQuiz() {
[code]....
View 1 Replies
View Related
Nov 5, 2010
I am trying to place a Body Mass Index Calculator on a web page. I need a prompt box that asks the user to enter their weight and height (in pounds and inches, respectively). The box should calculate BMI as follows:BMI = (Weight / (Height * Height) ) * 703;After the BMI is calculated, I would like the box to display the user's status (obese, overweight, normal, underweight). After the user has entered all information, use the document.write function to display the following, with the customized information:
Height
Weight
BMI
Status
View 3 Replies
View Related
Jun 10, 2009
The application works fine but it makes the user enter the answer twice before it brings up the question "Would you like to continue?". I thought the fix would be to just call "myMH.checkAnswer(studentAnswer);" straight from the method in the "appclass" but that didn't fix it I m so lost on this problem. This problem most likely is right in front of my face but don't see it lol. I have another question as well but I think if I get this one figured out first it might answer my other one.
View 2 Replies
View Related
Jun 19, 2009
My program generates 10 random questions with random wrong answers in radio and one correct answer also in radio. When I click checkAnswer it should check the right answer and compare to the user provided answer. Please check out isCorrect() function (and see comment). I tried diff things and couldn't get the value out from the radio checked value.
<HTML>
<HEAD>
<TITLE>Experiments with Simple Objects.</TITLE>
<SCRIPT Language="JavaScript">
<!--
checkedResults = 0
checkSummary = 0
questions = new Array()
for (i = 0; i < 10; i++)
{ .....
View 2 Replies
View Related
Apr 14, 2009
I am working on a calculator page for a clients site. I am using dreamweaver and form calculator made by Kaosr as behavior / plugins in dreamweaver. The way I have it set up is first the user enters some numbers in boxes, clicks a get refund now button and a div element appears with the answer. The whole calculator works..but I cant get the answer to appear in currency format. I've found tons of applets for javascript that change it into currency format upon clicking a button or clicking elsewhere on the page.. but none that automatically will make a text box display currency when the answer appears..
View 1 Replies
View Related
Sep 15, 2009
ser is able to create queries and issue them. The query is sent to the web-app by means of an ajax call. Then, the server computes the result set and a small subset (100) of tuples are sent back to the client for visualization.
These thing works with queries that are simple and do not require to the database long computations. As soon as I try a more complex query (computation requires ~ 7secs), the answer returned to the client is empty.
I suspect that this is a problem of timing out the connection, is that possible?
(edit) I have almost forgot, I'm using Prototype as JS library
View 1 Replies
View Related
Apr 22, 2010
any way that i can track what the answer that the visitor type?
[Code]...
View 2 Replies
View Related
May 9, 2011
How can i pass the name of a radio button set that supplied an answer to a Rails 3 controller?view:
<%
[
1
[code]....
View 1 Replies
View Related
Feb 24, 2010
I am relatively new to Java and am going to be taking a class on it next fall. For now though, I am trying to code for a client I am currently working with and am hopelessly lost. The client I am working with has an ecommerce site with Network Solutions which uses aspx. It allows you to code html and link to css, java (pretty much anything except php). The problem I am having is that they currently have their product descriptions coded in div tags:
<div id='alternatebg'>
<div id='detailsgreybox'><div id='alternatename'><p>Alternate Name</p></div></div>
<div id='pd2'><p>Not Available</p></div>
</div>
<div id='usebg'>
<div id='detailsgreybox'><div id='use'><p>Use</p></div></div>
[Code]....
What they want to happen is for the sections that have 'Not Available' as the answer to not show up on the live page. I have tried to use <ns:if condition="..."> but do not know how to call for it to see if the div says 'Not Available'.
View 16 Replies
View Related
Mar 26, 2009
I am trying to set up a simple web page that requests two inputs and upon these input, determines and angle (basically taking a Spur Gear Pitch � and threads pitch to get a cam angle). Here is what I have but it is not working. I actually want it to work onClick of a button but I can deal with that later. I just am not sure how to get this to work properly.
<html>
<head>
<script language="JavaScript"><!--
function getCirc(dia){
return dia*Math.PI;
}
function getRad(x,y){
[Code]....
View 4 Replies
View Related
Mar 19, 2011
if radio button checked display div #something else display nothing if un checkedcurrently I have this and it works but when I click another radio option the div that was activated before stays there. Want a div to show only if certain radio button is checked and if not checked to hide.
$(function(){
$('#offer_2').click(function(){
$('#total2').show();
[code]....
View 4 Replies
View Related
Jul 28, 2011
I need to have three text boxes, user will enter a number in each box.Then i have four buttons, add, subtract, divide and multiply.When i click on each button, the numbers in the first two text boxes should match the answer in the third text box.ex. (first box has a 4, second box has a 4, and the third box has an 8. if i click the add button, i should get a "correct" answer in the div below with a green background and if i hit the multiply button the div should say "wrong" with a red background.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>[code].....
View 3 Replies
View Related
Jul 21, 2011
I am building a simple "accordion-like" interface in jQuery. The HTML looks like this-
<div class="mediaList accordion">
<div class="mediaListItem item $alt">
<div class="mediaTitle head group">$head</div>
[code]....
View 7 Replies
View Related
Apr 8, 2011
I have an onclick that triggers ajax which calls a php script to pull data from MySQL. This information is then displayed in a div. The problem I am having is that sometimes pulling the data from MySQL takes 2-3 seconds, so the div is empty for about 2-3 seconds. How would I go about adding an animated "Loading" gif to display in the div while it is waiting to display the content?
[Code]...
View 2 Replies
View Related
Aug 31, 2011
I need a JavaScript (or something else) that will fade out the web site, on load, and display a series of images, then display a "Continue" button to go back to the web site. I have an idea for a cute (and funny) way to get people interested in my site that has a weird name. I searched high and low (Google!, amongst others) for anything that would be close to what I need, to no avail.
View 1 Replies
View Related