Creating A Times Table From User Input?

Mar 14, 2011

I am trying to create a js script that will prompt the user for a times table (example the 5 times table, the 7 times table, etc.) & prompt the user for 2 more values; the 'start' number and 'end' number. So there would be 3 numbers total the user must input. The script should present a 'warning' message if the user inputs letters or negative numbers. I have come very close to getting it too work but can't quite get past the last hurdle. Upon entering the 3 numbers, the output should look similar to this: (the 5 times table starting with 1 and ending with 12)

The 5 times table
5 * 1 = 5
5 * 2 = 10

[code]....

View 16 Replies


ADVERTISEMENT

Creating A Table That Allows Input?

Nov 16, 2011

I am trying to have a table that can have data added to it when a user input there age and data. So far this is my attempt, but it is not working.

<html>
<head>
<script language=javascript>
function sort(){

[Code]....

View 1 Replies View Related

Creating A Form That Will Change The Number Of Fields Based On User Input

Jan 4, 2006

I have a form that collects information about up to 5 items. I would
like the user to be able to select from a drop down menu how many items
for which they want to compare information, and then have the form
change the number of input fields accordingly.

In other words, if the user selects enter info for 3 items, then input
fields for only 3 items are shown, if they change it to 4 items, then a
fourth column shows up in the table with the appropriate input fields.

View 2 Replies View Related

Create User Input Table And Add Total?

Dec 1, 2011

I am trying to modify the table found in the following Link (section 4, Post Event Calculated tonnes) to recreate an identical table that I require:Special Event Follow UpSomeone prior to me create this sheet and I would like to modify the formula and the headings in that specific table only. How can I recreate an identical table with different headings to represent the items I require.

View 1 Replies View Related

User Input Restrictions - User To Input Age Greater Than 17

Feb 24, 2009

I need help with user input. I need to restrict the user to input age greater than 17 and weight restricted to the range of 80-300.

My code is not working:

View 6 Replies View Related

JQuery :: Addon - User Registration - Click The Box Serveral Times

Feb 5, 2008

The little addon you have for user registration where they have to click the box serveral times - is that something you made, or is that something you found?

It would be awesome if you guys would let me convert that into a drupal module - as my site has been getting hit by several spammers, and im not a fan of captcha as much as I am your module.

View 7 Replies View Related

JQuery :: TimePicker - Prevent User Form Selecting Passed Times?

Aug 10, 2011

I am looking for a TimePicker that will prevent users form selecting times that have already passed, is this possible?

View 4 Replies View Related

IFrame DOM - Generating Multiple IFrames Based On How Many Times The User Clicks An Add Button

Jul 15, 2009

Im generating multiple iFrames with javascript based on how many times the user clicks an Add button. Each click generates one iFrame. All the iFrames are being generated with the same id/name. What Im having Javascript trouble with is A) figuring out which iframe is which by number (myframe[0], myframe[1], myframe[2],etc) and B) how many iframes are on the page. For A) is there a way to tell what the number value is besides hard coding it? Right now Ive been playing with this in the src page.. window.frameElement.id but that just returns "myframe" and not the number. Ideally I would like to find the number as its being created on the parent page instead of getting it from the src page, here's what I have now for that...

[Code]...

View 1 Replies View Related

Create A Text Area Input Filed For User Input?

Jun 15, 2011

I am trying to create a text area input filed for user input, and i want to be able to allow the user to format thier text, just like the ones used in this user forum. I am writing my website in html, php, javascript and css with a MySql database. I am trying to understand how to create such an format-able text area for input.

View 1 Replies View Related

Creating Form To Allow User To Enter Various Words?

Sep 30, 2009

I am new to JavaScript and was wonder how I would go about creating a form to allow the user to enter various words, one at a time. These words are added to an array and displayed in the page using the textarea form element. Each time a new word is entered, it is added to the array, and then the array is sorted in alphabetical order before the words in the array are displayed in the textarea, one per line. I have tried lots and lots of different methods to accomplish this, and I can get it half working when I use the alert function, but I need this to display on the page in a textarea rather than in an alert box, I tried to get it to write to the page using a document.write function, but like I said I am new to JavaScript and unfortunately cant get any of it working.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]">
<html xmlns="[URL]">
<head>
<title>JavaScript Page One</title>
</head>
<BODY>
<CENTER>
<FORM name="history">
<INPUT name="command" type="text" value="">
<INPUT type="button" value="Add to List" onclick="f_store(document.history.command.value)">
<INPUT name="history" type="button" value="Show List" onclick="f_print()">
</FORM>
<P>
<SCRIPT language="JavaScript">
function MakeArray( n ) {
if( n <= 0 ) {
this.length = 0;
return this;
} .....

View 3 Replies View Related

User Clicks On Image - Show "X" Multiple Times

Feb 6, 2010

I found this code sample that when a user clicks somewhere on the image, then an "X" will appear. I would like to have the "X"s remain visible even when the user clicks on a different area of the image. As you can imagine, a user clicks clicks clicks then there are "X"s everywhere. How do I do this? Do I need to create more "div" tags with the mouse click locations?

[Code]...

View 3 Replies View Related

Creating A Form Where A User Can Enter Prices For Things?

Dec 10, 2011

today I am creating a form where a user can enter prices for things. I want to use javascript to display a total so far and it should update automatically as the user
nters/changes new prices.I have a form which looks something like this:

<form method="post" action="mailer.php" name="contact">
Price 1 <input type="text" name="stampprice[]" size="5" onchange="calculate_total()">
Price 2 <input type="text" name="stampprice[]" size="5" onchange="calculate_total()">

[code]....

View 1 Replies View Related

MooTools Scroller - Ticker Scrolls Horizontally At Times - Vertically At Times

Feb 11, 2009

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

Is it just extraneous code possibly? It seems to be ok (from right to left) in Firefox 3 but using IE and Opera, it scrolls from btm to top and I cannot figure out why.

View 1 Replies View Related

Creating Table In JS?

Aug 17, 2010

i am fairly new to JS for which i am working jQuery but that is for later.right now i am not getting my table printed out when i put input type="text".

here is my code

[Code]...

moreover i m writing this code to later call in a dialog box. using jQuery. but for now why isn't my code being printed with input type. do i have escape "" inside "" like in php? can i make more hierarchy type html in JS, i see when i put the td in next line the code doesn't execute. i guess white spaces have some significance in JS?

View 1 Replies View Related

Auto-Suggested Words / Creating Textbox From User Entries

May 17, 2010

I want to create a text box that learn form users entries... I know how to use that but with fixed values I set. I want whenever a user type a word it will be added to a text file (or any other way you know) and if the user typed the word again it will be shown from like drop-down list, like google does...

View 5 Replies View Related

All Browsers Are Cool But IE: Div, Form, Table, Input.. Where's The Table?

Jun 2, 2006

I think I can make a good interesting list of postings under this subject header, 'All browsers are cool but IE.'

Anyway, the following code will show a table with an input box labeled, 'name', on all browsers (Gecko, KHTML, Opera) except IE. Is there anybody ever hit on this issue before?

View 6 Replies View Related

Creating And Populating Table?

Mar 12, 2010

I'm basically building a javascript/html calculator but I need the calculation to appear gradually in a table, the table need to be 3 columns accross and add a row each time a calculation button is pressed, the first column can remain blank for now but will need to contain a text field eventually, second column needs to show the calculation symbol, third column shows the number. Here's an example:

4+2+7-5=8
|Blank| | 4 |
|Blank| + | 2 |
|Blank| + | 7 |
|Blank| - | 5 |
|Blank| = | 8 |

[Code]...

View 1 Replies View Related

Creating A Simple Table <div> Using Dom?

Oct 7, 2010

I was wondering if someone could help me. I successfully implemented a number of sortable lists, using a table in html. However I wanted to table cells to be scrollable, which does not apparently work, I tried overflow: auto;, overflow: hidden; and overflow: scroll; in css and it did not work, the table cells kept moving to fit the draggable content. I checked on the internet and found that as stated, table cells cannot be made scrollable. Therefore I decided to do it all with div elements. However I want the div elements structured in a 5 x 3 format. Therefore I thought I would implement it in dom. However I am a newby to dom. I have created the following code, which is simple but repetitive, the function createTable simply creates the div elements (1,2,3,4,5...) and writes the class and id attributes to each. I then appended several of the elements into a div container I created, called divcontainer with a class right. There is also a div element already in the document, class and id = 'right'. I therefore tried to add the divcontainer to this. The function however is causing a page error and none of the dom div elements areI would simply prefer to create the divcontainer and append the div elements. Should I take out the div element right already in the document and instead use something like document.body.appendChild(divcontainer) or something similar. Also the function call createTable() should I use window.onload = function(){} instead.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

[code]....

View 9 Replies View Related

Creating Table Rows<tr> Using Dom In IE

Feb 17, 2007

The following code works great on Firefox and not in IE 6.

If I remove the table elements form the variable expor and just output text, the link and the form element and place a <div> with the if form the table and remove teh table it works great, if i put the div inside the table no error but nithing shows on IE. if it put as shown the id on the <table> works in firefox but not in IE I get an unknown runtime error. Is there someway around it? Becuase I want to keep the table for formating purposes as mor fields will be read and shown:

The idea is that the user insert the persons data so afertwards along with some more data it gets summited and in php i get it in DB, but a project can have none or hundres of persons, and always the names are diferent. Code:

View 1 Replies View Related

JQuery :: Creating A Table From An Array?

Feb 1, 2011

I am pulling 6 pictures using an array. The output is one long horizontal line of pictures. I want the pictures to populate into a table of two rows, with 3 pictures on each row.

How can I do this?

Here is the code:

for (var friendIndex=0; friendIndex<3; friendIndex++)
{
var divContainer = document.createElement("div");
divContainer.innerHTML="<img src='http://graph.facebook.com

[Code].....

View 3 Replies View Related

Creating A Flashing Cell Within A Table?

Feb 11, 2010

im having an issue creating a flashing cell within a table and was wondering if anyone could suggest on how i resolve this.When i do use this the background of the cell stays the original background color and i get no error warning from my degugger.

HTML Code:

<table>
<tr>
<td class='flash'>I am Flashing</td>

[code]....

View 3 Replies View Related

Creating A M*n Table Using Functions And For Loops?

Oct 16, 2011

Write a script to generate two random numbers for variable m and n, the values generated for the variables should range from 1 to 10. We want to make an m * n table (m rows and n columns) with the word Hello in each of its cells. Now define a function f with one parameter n that displays n columns of one row of the table (You need a for-loop). Call this function m times to display m rows of the table. For example if m = 6 and n = 4 we should get the following:

HelloHelloHelloHello
HelloHelloHelloHello
HelloHelloHelloHello

[code]....

(The above is supposed to be a table but did not copy fully)This was my attempt, although i really did not know how to attack this.

<script type="text/javascript">
function f(n)
{

[code]...

View 4 Replies View Related

Creating A Link Out Of Input Value?

Oct 17, 2011

I'm trying to find a code which would take the input value entered in a form field and on click direct you to a page which corresponds with what was entered.So for example:

Enter "5" in field.

Click Submit.

Page opens up (which in fact would be an html file on my server called... 5.html)( i would want to create 10 pages for values entered from 1-10... each value having a unique result when entered and clicked)how to put this all together, i've been searching everywhere.

View 2 Replies View Related

JQuery :: Creating A Grid Of Thumbnails - When A User Hovers Over A Thumbnail - The Image Enlarges ?

Feb 23, 2010

I am creating a grid of thumbnails. When a user hovers over a thumbnail, the image enlarges. The *trick* is, I want the "active area" to only be the size of the thumbnail. That is, the thumbnails are 180x120, and when the mouse leaves that area, I want the large image to shrink back to normal size.

I have a working demo here:[url]

The way I accomplished this feels hacky though, and I's like to know if there's a simpler/more elegant way to accomplish it. The thumbs are an unordered list of images.

Here is my javascript:

In essence, I add an overlay div over each thumbnail which acts as the trigger to shrink the enlarged image. I thought I could use the parent <li>, as it doesn't appear to expand with the image (since I've set its size in my CSS) but that didn't work.

View 4 Replies View Related

Insert Last Input As First Table Record In Table ?

May 4, 2010

I have to implement simple LIFO algorithm ( if i can call it like this .. ) say i have html table and and i fetching data i like thet the last data that fetched to be the first record in the table

For example : im fetching the string "111" so it will be the first record next im fetching the string "222" now the string "111" will be the second and the string "222" will be the first .. and so on

View 2 Replies View Related

Invoice Form - User Can Add - Input Field - After Adding A New Input Field - The Content In The Other Fields Is Deleted

Sep 1, 2011

I'm now working on kind of invoice form which in it the user can add as much input field as he wants.

The problem is that after adding a new input field - the content in the other fields is deleted.

Code:

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved