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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15808 - 15837 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15808
i have a form with 2 radio buttons <input name="gender" type="radio" value="Female"> <input name="gender" type="radio" value="Male"> in the javascript i have...
Sudhakar
finals27
Offline Send Email
Jan 2, 2008
9:09 pm
15809
The statement "return valid;" should be *outside* of the if statement, not inside. The way the code is written, the function will never return true. --Tim...
Tim Sabin
timsabin
Online Now Send Email
Jan 3, 2008
3:36 am
15810
I am creating a script that browses an array of web pages in an iFrame. I am looking for away to get the title of the page loaded in the iFrame so I can...
ross.wickman
Offline Send Email
Jan 3, 2008
4:48 pm
15811
onclick/load call sharpen() function sharpen(){ image = document.getElementById("previewImage"); setOpacity(image, 0); fadeIn("previewImage", 0); } function...
ross.wickman
Offline Send Email
Jan 3, 2008
4:48 pm
15812
there is nothing wrong with your code; what exactly is not working?...
shortestpath
Offline
Jan 3, 2008
4:48 pm
15813
There is no problem with the code; what problems are you getting?...
abhijit_dutta2003
abhijit_dutt...
Offline Send Email
Jan 3, 2008
4:48 pm
15814
So, my background is PHP and SQL with some ASP.NET/VB training--I've been asked to build an ASP.NET site. Okay, no problem, but then I realize I'm not sure how...
oxoned
Offline Send Email
Jan 4, 2008
4:29 pm
15815
... general. I ... jpegs, ... one ... in ... could ... hi just copy and paste following one line code on mouseover & mouseoust evet. ...
mit_night1
Offline Send Email
Jan 4, 2008
4:31 pm
15816
If you want to reach the world and have your site accessible to non-MS browsers, use JavaScript. VB is MS-specific. What is usually done is that the guts of...
Tim Sabin
timsabin
Online Now Send Email
Jan 4, 2008
6:55 pm
15817
Its not true that VB is MS specific. Yes, VBScript was MS specific; but VB.Net is not. VB .Net is more of a server side compiled language. The few client side...
abhijit_dutta2003
abhijit_dutt...
Offline Send Email
Jan 7, 2008
9:39 pm
15818
You can use JavaScript in the same way you normally do. The thing is that usually you do not have to, because you can achieve the same effect by using an...
nexus500
Offline Send Email
Jan 8, 2008
4:29 pm
15819
... It is a Windows server. So... what does that mean for Javascript?...
oxoned
Offline Send Email
Jan 11, 2008
11:33 pm
15820
... It is a Windows server. So... what does that mean for Javascript?...
oxoned
Offline Send Email
Jan 11, 2008
11:33 pm
15821
... For clientside JavaScript, it means nothing, since it's executed by the browser, and not on the server. -- This message has not been scanned for viruses. ...
Jon Stephens
jdwayside
Offline Send Email
Jan 13, 2008
1:09 pm
15822
Hi! I would like to check out the sample code like Expedia hotel photos. When clicking one thumbnail, it displays a bigger one on the right. Could anyone...
Shawn Lo
shawn0706
Offline Send Email
Jan 14, 2008
5:24 pm
15823
I just recently downloaded a javascript accordion and I'd like to have more than two of the same accordion on the page, however, only the first accordion works...
mpmountanos
Offline
Jan 14, 2008
5:25 pm
15824
Hi - can anyone give any pointers as to how the swf files keeps on player below the dropdown menu on this site? In our tests, these flash swf appears above the...
win_sen_2007
Offline Send Email
Jan 15, 2008
10:33 pm
15825
I need a form for creating labels and send the details by email. When you complete the fields of this form to have a visual representation of the label you...
marcucosmin
Offline Send Email
Jan 15, 2008
10:33 pm
15826
Which specific parts of this are you having trouble with? Regards, Dave S ... From: "marcucosmin" <marcucosmin@...> To:...
David Smart
smartware_co...
Offline Send Email
Jan 16, 2008
7:54 am
15827
Which site? Regards, Dave S ... From: "win_sen_2007" <win_sen_2007@...> To: <JavaScript_Official@yahoogroups.com> Sent: Tuesday, January 15, 2008 5:42 PM...
David Smart
smartware_co...
Offline Send Email
Jan 16, 2008
7:54 am
15828
Hi, I am writing an app which has a lot of AJAX calls. The result of an AJAX call generally returns HTML and I am setting the innerHTML of a div with the...
Paul Cowan
dagda6000
Offline Send Email
Jan 16, 2008
7:54 am
15829
Friends, I want to develop a software to handle the Internet connection in Intranet as well as in Single PC. In LAN environment,there is a INTERNET connection...
luck_mani1
Offline Send Email
Jan 16, 2008
10:45 pm
15830
Why was parsing the json result no good? What doesn't seem right is returning an http 500 for a form validation error - which isn't a true server error. Is it...
shortestpath
Offline
Jan 16, 2008
10:46 pm
15831
This is not the sort of thing you would do with JavaScript. In addition, you are asking for people to give you information on a very complex development...
David Smart
smartware_co...
Offline Send Email
Jan 17, 2008
8:23 am
15832
You can't really do this with _JavaScript_, since JavaScript works only on the client-side, inside of a browser like IE or Firefox. You need a server-side...
Ian Smith-Dahl
kyldthecat
Offline Send Email
Jan 17, 2008
6:01 pm
15833
What you are describing is similar to software used for an internet kiosk or wifi in some establishments where they either charge access or you must register...
todmin_2000@...
todmin_2000
Offline Send Email
Jan 17, 2008
6:02 pm
15834
Mr.David Smart, Thanks for ur reply. The restriction to use Internet sahring is avilable in Windows server. But I want to develop to enable and disable that...
luckshmanan RMV
luck_mani1
Offline Send Email
Jan 17, 2008
6:02 pm
15835
Hi, Does anyone have efficient URLEncode and URLDecode js functions.Mine are listed below and run very slow: function URLEncode(plaintext){ // The Javascript...
Paul Cowan
dagda6000
Offline Send Email
Jan 18, 2008
3:05 pm
15836
Hmmm. These actually appear to be copyright Albion Research Ltd. 2002, http://www.albionresearch.com/ They give permission to copy those functions, provided...
David Smart
smartware_co...
Offline Send Email
Jan 18, 2008
9:30 pm
15837
... And in XP Pro. Don't know about XP home though. ... What makes you think that? Regards, Dave S ... From: "luckshmanan RMV" <luck_mani1@...> To:...
David Smart
smartware_co...
Offline Send Email
Jan 19, 2008
2:26 am
Messages 15808 - 15837 of 16808   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