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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 14686 - 14715 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14686
I am very, very new to Javascript and have a form I need help with. I have created a vehicle quote form with three combo boxes. The user selects the first box,...
dendyke
Offline Send Email
Jan 1, 2007
6:52 pm
14687
First, if you need help with your code, you should post it here so smeone can take a look at it. No one will really be able to help you unless you put the code...
shobuz99
Online Now Send Email
Jan 1, 2007
9:41 pm
14688
Hi All, I am facing a challenge in retreiving the HTML Form ELements using JavaScript. My requirement is, I am looking for an API which retrieves all the...
K Aravinda Reddy
reddyaravinda
Offline Send Email
Jan 2, 2007
6:47 am
14689
I know, 'what's that subject mean?' hahah let me explain. I have combined a couple of .js libraries that I am using for a construct that i would like to build....
Chris
loony2nz
Online Now Send Email
Jan 2, 2007
6:49 am
14690
... Try myForm.elements to get all the form elements in the form, where myForm is a reference to the form object: var myEls = myForm.elements; Then to get the...
Jon Stephens
jdwayside
Offline Send Email
Jan 3, 2007
3:01 am
14691
how can I make table visible or unvisibale by javascript...
fog6831
Offline Send Email
Jan 3, 2007
4:34 pm
14692
... Set the table object's style.visibility or style.display property. var myTable = document.getElementById("theTableIWantToShowOrHide"); ...
Jon Stephens
jdwayside
Offline Send Email
Jan 4, 2007
3:31 am
14693
Hi all. Is there a function in javascript to know how much time a page takes to load. Also, what are the diffrent ways of doing the same. Thanks & regards ...
rockmohit
Offline Send Email
Jan 4, 2007
5:08 pm
14694
I am just starting with JavaScript. Is this the only forum for JavaScript beginners? Activity seems very low and queries that I have asked have mainly been...
Robin Chapple
d9790
Offline Send Email
Jan 4, 2007
5:39 pm
14695
I've got a few div layers setup, that show on a hover over of an image. Here is the css for the div's. .HelpDiv { position:absolute; visibility:hidden; ...
Mike Lichter
ogtizedo
Offline Send Email
Jan 4, 2007
10:46 pm
14696
Hi rockmohit, Try this : <script> var tempoInicio = new Date() function inicializaTempo() { var tempoFim = new Date() alert(tempoFim.getTime() -...
marcelo Meyer
m5meyer
Offline Send Email
Jan 4, 2007
10:48 pm
14697
... 67 messages in December and 11 so far in January? Sounds fairlyt active to me. ... I can only see three recent messages from you - all on the 27th - and...
David Smart
smartware_co...
Offline Send Email
Jan 5, 2007
10:56 am
14698
hi all, i'm trying to globally change the color of visited links using CSS but nothing i've tried has worked. i've tried it 3 diff ways in the stylesheet. ...
tomdcarden
Online Now Send Email
Jan 5, 2007
6:57 pm
14699
I am writing script to upload a file to server. I need to check on client side whether file exists or user has entered a fake file to save overhead at server...
Arslan Ali
arslanali786
Offline Send Email
Jan 5, 2007
7:00 pm
14700
Hi, I recently learned CSS and applied it to my website, however in IE 6 the photos are "squished", or on some pages, made wider. I looked for a work around...
cheapskate100
Offline Send Email
Jan 5, 2007
7:00 pm
14701
Hi, Does any one know which Javascript function will invoke "Organize Bookmarks" in Firefox? In IE I was using...
vinaysimha79
Offline
Jan 5, 2007
7:01 pm
14702
Elaine, First, what do you mean by "squishes"? Horizontally, vertically, or both? How are you specifying the size for the pictures? You need to specify sizes...
Tim Sabin
timsabin
Online Now Send Email
Jan 5, 2007
7:26 pm
14703
Google search for: css hyperlink visited color For example http://www.projectseven.com/tutorials/pseudoclasses/index.htm or Google search for: vlink css to get...
David Smart
smartware_co...
Offline Send Email
Jan 5, 2007
11:19 pm
14704
... <URL:http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes> -- Jonas Raoni Soares Silva http://www.jsfromhell.com...
Jonas Raoni
jonasraoni
Online Now Send Email
Jan 5, 2007
11:36 pm
14705
... but nothing i've tried has ... the right syntax? ... Easy! a:visited { color: #666666; } Good luck! -Nick...
Nick
nickj6282
Offline Send Email
Jan 5, 2007
11:59 pm
14706
... but nothing i've tried has ... the right syntax? ... Hey This is Easy to use and handle a:visited { color: #CC6634; } this is the right way you can search...
lahiruwijerathna
lahiruwijera...
Offline
Jan 6, 2007
11:29 pm
14707
Sir, I want to know the version number of JavaScript supported by Current Browser,SO How to get it. And what are the files(especially config file to get JS...
Ravi Kumar
rex.ravi
Offline Send Email
Jan 6, 2007
11:43 pm
14708
How do you close windows media player in a web page after its played. I have added a windows media player to my web page as: <object id="Player"...
n8900498
Offline
Jan 8, 2007
7:11 pm
14709
No answers from anyone? Does anyone know if you can get the coordinates of the bottom of the screen (what's showing at the bottom of the window without...
Mike Lichter
ogtizedo
Offline Send Email
Jan 8, 2007
10:30 pm
14710
You have to develop an interactive page using JavaScript that takes 5 Names in an Array .This page should take 5 Names from the user and then display them in a...
unbousom
Offline Send Email
Jan 10, 2007
5:11 pm
14711
This is homework. You need to do it yourself. Regards, Dave S ... From: "unbousom" <unbousom@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Jan 11, 2007
6:54 am
14712 sherrysurya
Offline Send Email
Jan 13, 2007
8:50 pm
14713
hi , this is anji... i am joined in this gruop.. my query is how to kill a session in javascript or jsp.. plz send me information.. Thanking u ... Everyone is...
anji 4u
anji4u_19
Offline Send Email
Jan 13, 2007
8:53 pm
14714
Hi, I'm new to this group and frightfully ignorant in Java Script. I do know that I want to do, but am unsure of how to do it, so if anyone was willing to...
Emma De Bruin
farligan
Offline Send Email
Jan 14, 2007
8:45 am
14715
In JSP you have an interface Session with method close(). Just use it :) ... <% session.close(); %> In javascript you can not do this but you can remove...
Bartek
snorri696
Offline Send Email
Jan 14, 2007
8:46 am
Messages 14686 - 14715 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