Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? 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 16462 - 16491 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16462
Hi dear i downloaded all pages from w3schools .. so enjoy w3school in your computer . download it and enjoy...
@wais Mirza
mirzaawaisj
Offline Send Email
Dec 2, 2008
5:17 am
16463
Dear all, I want to make online test, so every exam has a time duration. How to check the time and show that to the student every second. Please assist me......
Watson L
phpmks
Offline Send Email
Dec 2, 2008
5:21 am
16464
Do you want to just show the user the current time? If so, all they have to do is look on their desktop. But, I don't think this is the case, so: 1) Define a...
Tim Sabin
timsabin
Online Now Send Email
Dec 2, 2008
1:05 pm
16465
There's one more thing. Make sure that the variable that you have that defines the timeout value for the page is defined *outside* of the function. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Dec 2, 2008
1:15 pm
16466
Hi, I have a onblur handler in a input text. This handler check if the entry is valid, and, if it is not, focus on the text field again. This works fine,...
Jeronimo
jeronimohome
Offline Send Email
Dec 4, 2008
1:45 am
16467
You can use setTimeOut() function .. Hope this will help Thanks ... [Non-text portions of this message have been removed]...
Bipool
bipooll
Offline Send Email
Dec 4, 2008
1:45 am
16468
Hi group, I want link that illustrate me the concept of creating simple upper menu. I need the concept, how does really the menu works ? does it depend on the...
Abdulla Abdelhaq
abdulla_abde...
Offline Send Email
Dec 4, 2008
1:46 am
16469
Hi, Where is the zip file to download ? Thanks....
arun
lundsamrat
Offline Send Email
Dec 4, 2008
1:46 am
16470
To get the current time: var current_time = new Date(); To get the correspondent string: current_time.toString(); To get a time in the future (maybe the final...
Jeronimo
jeronimohome
Offline Send Email
Dec 4, 2008
1:46 am
16471
AFAIK you can't get your onBlur handler to stop submission. You'll need to grab the onSubmit event and return false from that. E.g. onSubmit='return validate...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2008
2:12 am
16472
If I'm understanding you correctly, you are asking about menus generated on a page? If so, then there is no "concept". There are as many ways of doing it as ...
David Smart
smartware_co...
Offline Send Email
Dec 4, 2008
2:16 am
16473
Thanks for the answer. That's I want. But I am a beginner in javascript. Could you give me the javascript code for eachsec function ? Please assist me. Thx. ...
Watson L
phpmks
Offline Send Email
Dec 4, 2008
2:26 am
16474
Yes. Return false, and have onSubmit return that value, as well. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2008
2:42 am
16475
The code truly depends on what you want to do. Read up on JavaScript at http://www.devguru.com/javascript, and HTML at w3schools.com. Pay special attention to...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2008
2:57 am
16476
Instead of making your button of type="submit", make it type="button". Then on your validation, programmatically submit() the form only if the form is valid;...
shortestpath@...
shortestpath
Offline Send Email
Dec 5, 2008
1:23 am
16477
I have this code below which gets me a value of the date field function checkdate() { var SDate = $('marketingPeriodFrom').value; var EDate =...
sudarshancin
Online Now Send Email
Dec 5, 2008
1:23 am
16478
... ... Create a new Data object from the text: var fromDate = new Date(SDate); var toDate = new Date(EDate); You can then compare the two dates: ...
tresschwartzs
Offline Send Email
Dec 5, 2008
10:02 pm
16479
i'm using microsoft front page to create a website...in that website i created a pop-up menu....once i click the option in the pop-up menu, i want it to...
shirinfurhana_85
shirinfurhan...
Offline Send Email
Dec 9, 2008
6:41 pm
16480
I need some help. I am new to javascript. I want to have a dropdown list with some options. When an option is chosen, then some checkboxes show up for the user...
Darth Mikey D
darth_mikeyd
Offline Send Email
Dec 9, 2008
6:43 pm
16481
Mike, First you need to key on when a new option is chosen: (in the select tag) onChange="chgCkboxes ();" Put together a <div id="ckboxDiv"> to hold your...
Tim Sabin
timsabin
Online Now Send Email
Dec 9, 2008
7:21 pm
16482
What is the code supposed to do? What is it actually doing? Please provide detailed information. I do note that your test for July has "3" instead of "6". ...
David Smart
smartware_co...
Offline Send Email
Dec 9, 2008
8:30 pm
16483
Is there a way to make an iframe that is size (height, width) adjustable by the user. The user should be able to click and drag to a new desired size. I know...
kap567
Offline Send Email
Dec 11, 2008
9:08 pm
16484
Hi, I'm a bit stumped with this, I'm trying to get the innerHTML on a page within an iframe on the same domain, and the process works fine for the regular...
Bryan Garaventa
bgaraventa11@...
Send Email
Dec 11, 2008
9:08 pm
16485
... checkboxes ... And ... with ... hopefully...
ardsmra
Offline Send Email
Dec 11, 2008
9:08 pm
16486
... website i ... menu, i ... and...
ardsmra
Offline Send Email
Dec 11, 2008
9:08 pm
16487
Hi replace with this code and dear do some R&D on javascript so u can easly write d code.. <html> <head> <script language="JavaScript"> function...
dhaval vekariya
dhaval_vekariya
Offline Send Email
Dec 11, 2008
9:08 pm
16488
Dear all, How to add text field by javascript ? I want to enter some data, and for first time, only there is one text field, when I enter the first text field,...
Watson L
phpmks
Offline Send Email
Dec 12, 2008
7:52 pm
16489
thanks for the code.... Do u know,  wht is meant by Javascript functions and looping? can please explain to me regards, farhana ... From: dhaval vekariya...
Shirin F
shirinfurhan...
Offline Send Email
Dec 12, 2008
7:52 pm
16490
Wow, you did say you're a beginner... What appears to be a good JavaScript tutorial is at http://www.echoecho.com/javascript.htm This will answer your...
Tim Sabin
timsabin
Online Now Send Email
Dec 12, 2008
8:17 pm
16491
1) Insert a span into your HTML so you can set the contents: <input type="text" ...> <span id="anotherTextBox"> </span> 2) Set the contents of the <span> with...
Tim Sabin
timsabin
Online Now Send Email
Dec 12, 2008
8:23 pm
Messages 16462 - 16491 of 16813   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