Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2624 - 2653 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2624
I have written a ebook and need some help. I know this is stupid but i have been searching online for 3 days to find something like what I am trying to do....
Matthew Brown
matthewsbrow...
Offline Send Email
Nov 3, 2006
8:53 am
2625
This is a beginner question. I am in college, and just learning javascript. The book does not really help me for the order/layout I should use. This is a...
jen694169
Offline Send Email
Nov 3, 2006
8:57 am
2626
There are three types of dilogs. 1.Alert 2.Confirm 3.Prompt. Above three are called by using window object. 1.Alert: It will give a lert with some text. ...
parameshwara reddy
param0404
Offline Send Email
Nov 3, 2006
10:28 am
2627
Jen, there are lots of JavaScript Tutorials around the web, which will also help. This is the one I used to learn JavaScript :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 3, 2006
10:43 am
2628
Matthew, you should find this piece of code does what you want. Let me know if you don't understand anything. <html> <head> <title>Roll Fields</title> <script>...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 3, 2006
10:51 am
2629
I got to this point and I am stumped. I need the alert to read the amount entered(dollaramount) is converted amount Norway Kroners. That is the currency I am...
jen694169
Offline Send Email
Nov 5, 2006
11:55 am
2630
<html> <head> <script type="text/javascript"> function prompter() { var nokamount=6.49434 var dollaramount = prompt('Enter amount in U.S. dollars',"") ; alert...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 6, 2006
9:28 am
2631
How can I extract in JS the value out of a textfield and stock it in a variable please? EXAMPLE <form> <input name=userInput type=text value="something"> ...
Willy
willee27
Offline Send Email
Nov 15, 2006
9:29 am
2632
You first need to give your INPUT tag an ID :- <input ID="userInput" name=userInput type=text value="something"> Then :- <script> content =...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 15, 2006
10:06 am
2633
<form name="form1"> <input name=userInput type=text value="something" onBlur="testok();"> </form> <script> function testok() { content = document.form1.value;...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 15, 2006
11:39 am
2634
Hi, I do not know much about javascript. Basically I have a number of html pages located at my local disk. This is nothing related to client server concept. I...
ramabharti
Offline Send Email
Nov 17, 2006
8:41 am
2635
Rama. Because JavaScript does not have any functions to access the files on your local drive, it cannot be used to read and display data from them. This is by...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 17, 2006
8:56 am
2636
Please can someone explain to me why this code will not work: <a href="ed_img/gallery/army/army1.gif" onClick="window.open ('army1.gif', 'blackmagictop -...
contact me
godwyns
Offline Send Email
Nov 19, 2006
2:42 pm
2637
You can't use spaces in the window name. Change it to 'blackmagictop_army'. Rob. ________________________________ From: 1stJavaScript@yahoogroups.com on behalf...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 19, 2006
7:17 pm
2638
i also tried using only 'blackmagictop'... and remove spaces between all the other parameters but it aint work ...
Godwin Onwuchekwa
godwyns
Offline Send Email
Nov 20, 2006
8:48 am
2639
It might be that you're wrapping the code - it's hard to tell in this email. Have a look at the working version at http://hpug.org.uk/test/popup_test.html Rob....
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 20, 2006
8:55 am
2640
Friends, I found some of the very useful (free) magazines on net.. For computer, telecom, electronics, feed & beverage, business, call center, offshoring and...
Michael Johnson
michael_john...
Offline Send Email
Nov 20, 2006
9:26 am
2641
Hi Guys, I have some very pesky code. I have tried for a few days now to get my button to link to a page on my computer in the same folder. This script is...
kingd121
Offline Send Email
Nov 23, 2006
8:58 am
2642
Perry, the code looks fine, apart from a couple of possible problems. - the 'onclick' part of the code must all be on the same line - the name of the window...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 23, 2006
9:31 am
2643
let u see it , i hope it is usefull to you <input type="button" value="Example1" onClick="window. open('dimension_ spacing.htm')"> <input type="button"...
parameshwara reddy
param0404
Offline Send Email
Nov 25, 2006
1:18 pm
2644
Hello, I want to create a form which will allow users to e-mail a page from my site to other people. Can this be done using HTML/Javascript/CSS or do I need...
yeahhoo86
Offline Send Email
Dec 4, 2006
2:06 pm
2645
HI Can someone please tell me html code how to make snow fall on my website ? Sandra...
LegalEase_123
Offline Send Email
Dec 8, 2006
8:40 am
2646
hi! can someone please tell me how to set a clock in a web page? thanx in advance...
mailhimanshudec
Offline Send Email
Dec 8, 2006
10:26 am
2647
H1! CAN ANYONE PLEASE TELL ME ABOUT HOW TO SET A CLOCK IN A WEB PAGE? I WANT TO KNOW IT AS QUICKLY AS POSSIBLE. THANKS IN ADVANCE ...
himanshu garg
mailhimanshudec
Offline Send Email
Dec 8, 2006
11:28 am
2648
http://www.javascript-page.com/clock.html ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of mailhimanshudec Sent: 08...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 8, 2006
11:28 am
2649
http://www.dynamicdrive.com/dynamicindex3/snow.htm...
Robert Atkinson
ratkinsonuk
Offline Send Email
Dec 8, 2006
11:34 am
2650
Hello, Sandra ! I can give you a javascript, but have no time to do this before this Friday evening (due to heavy work load). Regards, Bruno ... Von:...
Bruno R. Blunier
rosenkavalier_6
Offline Send Email
Dec 8, 2006
11:36 am
2651
Hi Mailhimanshudec ! I can give you code and nice analogue clocks (.swf), but have no time to do this before this Friday evening (heavy work load). Regards, ...
Bruno R. Blunier
rosenkavalier_6
Offline Send Email
Dec 8, 2006
11:47 am
2652
Hi ! As promised earlier, I send you HTML-File plus SWFs for analogue clocks. Have fun ! Bruno ... Von: mailhimanshudec An: 1stJavaScript@yahoogroups.com ...
Bruno R. Blunier
rosenkavalier_6
Offline Send Email
Dec 10, 2006
1:37 pm
2653
Hi, Sandra ! As promised earlier, I send you HTML-File plus Pics for "Falling Snow". Have fun ! Bruno ... Von: LegalEase_123 An: 1stJavaScript@yahoogroups.com ...
Bruno R. Blunier
rosenkavalier_6
Offline Send Email
Dec 10, 2006
1:41 pm
Messages 2624 - 2653 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help