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...
Show off your group to the world. Share a photo of your group with us.

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 9620 - 9650 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9620
Thanks. This function will be very useful for login. Hope there's other way to warn the user that the CAPS is on even before the login isn't it? Regards, AJ...
AJ Batac
ajbatac
Offline Send Email
Aug 1, 2004
9:27 am
9621
Sure you, can do this using JavaScript instead of VBScript, but it will still require the ActiveX control -- there's no way to get away from that in this...
Jon Stephens
jdwayside
Offline Send Email
Aug 1, 2004
9:18 pm
9622
Depends on how you want to use it. Simply calling the replace() method as I've shown will cause the new page to be loaded as soon as replace() is encountered...
Jon Stephens
jdwayside
Offline Send Email
Aug 1, 2004
9:29 pm
9623
No, there really isn't. The capslock key doesn't generate any events, there's no ASCII code or Unicode equivalent for it, and there's no event property or...
Jon Stephens
jdwayside
Offline Send Email
Aug 1, 2004
9:35 pm
9624
Hi, There is another method of capturing caps-lock (although not 100% foolproof)... Check it out... <SCRIPT LANGUAGE="JavaScript"> function checkCapsLock( e )...
Venkat V
venkat2cool
Offline Send Email
Aug 2, 2004
5:34 am
9625
Only with ActiveX are such things possible, vinny, thanks to M$ and their bad defeat at the API wars, if you know what I am talking about. When JavaScript (or...
Rakesh Pai
rakesh314
Offline Send Email
Aug 2, 2004
5:34 am
9626
I need to check to see if the Visitor is at a resolution of 1024x768 when they first Visit our page if anything less popup a box, and tell them that we need to...
Brian E Boothe
codemage67
Offline Send Email
Aug 2, 2004
2:18 pm
9627
You can do that...but they won't... Mark Roberts Sr. Systems Analyst ... From: Brian E Boothe [mailto:subrian@...] Sent: Monday, August 02, 2004 8:09 AM...
Roberts, Mark (Tulsa)
gmark_roberts
Offline Send Email
Aug 2, 2004
3:10 pm
9628
use object screen: <script> alert(screen.width+"x"+screen.height); </script> ... From: "Brian E Boothe" <subrian@...> To:...
ATM
mplus@...
Send Email
Aug 2, 2004
3:10 pm
9629
Hey guys, I'm trying to create a form and send it directly to my email, i'm using dreamweaver and using the mailto: tag but when i send it to my email it...
d_nachilous
Offline Send Email
Aug 3, 2004
2:41 am
9630
OK! ATM <mplus@...> wrote: use object screen: <script> alert(screen.width+"x"+screen.height); </script> ... From: "Brian E Boothe" <subrian@...> To:...
meccai azkaban
osrsx
Offline Send Email
Aug 3, 2004
2:37 pm
9631
The *available* screen height and width (which takes into account OS taskbars and the like) are: screen.availWidth and screen.availHeight BTW, I agree with...
Jon Stephens
jdwayside
Offline Send Email
Aug 3, 2004
5:43 pm
9632
What's wrong is trying to use mailto: in order to transmit a form. It's theoretically possible but just not reliable, because you don't know what email client...
Jon Stephens
jdwayside
Offline Send Email
Aug 3, 2004
5:54 pm
9633
I made a print button outside the datagrid so that it can print the datagrid. The code that I wrote is <input class="btnSmall" onclick="window.print()"...
Rinki Agarwal
vinki05
Offline Send Email
Aug 3, 2004
6:23 pm
9634
I would like to do a URL lookup within my JavaScript to verify that a URL is valid. The code would look something like this: ===== CODE FOLLOWS === // Set up...
stephen_g16
Offline Send Email
Aug 3, 2004
7:48 pm
9635
Unfortunately, Rinky, that is not possible at all. This issue has been debated, and is probably going to part of the CSS 3 specs. But we don't have CSS3...
Rakesh Pai
rakesh314
Offline Send Email
Aug 3, 2004
7:49 pm
9636
Hi all, Is there any main mistake I can be making for my page fields to be erased as soon as the page is submited again? I have a method, called on the onBlur...
Vini ®
viniskywalker
Offline Send Email
Aug 3, 2004
9:35 pm
9637
Hi, Try this code... It shd work if the client has Outlook Express or Microsoft Outlook. I'm not sure about the other email clients... <HTML> <HEAD> <script> ...
Venkat V
venkat2cool
Offline Send Email
Aug 4, 2004
4:22 pm
9638
Hi, Herez the code: <!-- Paste between the <HEAD></HEAD> tags. --> <!-- ultimatephp.com --> <script> re =...
Venkat V
venkat2cool
Offline Send Email
Aug 4, 2004
4:22 pm
9639
I'm making a website with mp3 downloads in it. How can I make the mp3 downloadable without right-clicking and save as the link (coz if it's enabled, the...
Louie Fung
www_perfects...
Offline Send Email
Aug 4, 2004
4:22 pm
9640
Hi, There is NO way you can control the printer settings of the local computer using JavaScript. All you can do is, may be, install an ActiveX component on the...
Venkat V
venkat2cool
Offline Send Email
Aug 4, 2004
4:22 pm
9641
Hi guys, I know one of you can help me this problem ... I have an external .js file named banners.js this is the code in banners.js var pics = [ "<a...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:22 pm
9642
can anyone tell me where I can find a really easy and free php tutorial? Preferably one that you learned from yourself and felt was easy...
Michael Hall
bsmbahamas
Offline Send Email
Aug 4, 2004
4:28 pm
9643
Try this script: <script> //global variables var items = [1,2,3,4,5,6,7,8,9]; var rotator = eval("["+items+"]"); //function that picks a unique random item ...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Aug 4, 2004
6:07 pm
9644
Michael, When I first started using PHP (about 5 years ago), I used a tutorial from DevShed.com. That specific tutorial is long gone, but this one looks...
Jeff Gannaway
jrgsas
Offline Send Email
Aug 4, 2004
6:37 pm
9646
Use a regular expression and the the test() method: var isURL = /^[a-z0-9\-\.]+\.[a-z]{2,6}(\/\S*)*$/i; if( isURL.test(foo) ) msg = "foo is a valid URL"; else ...
Jon Stephens
jdwayside
Offline Send Email
Aug 4, 2004
9:57 pm
9647
HI, YOU CAN USE THE www.w3schools.com WEB SITE FOR PHP VERY SIMPLE AND EASY COAD AT THE W3SCHOOL WEB SITE. SALEEM AHMED ... __________________________________ ...
Saleem Ahmed
msaleemahmed
Offline Send Email
Aug 5, 2004
1:58 pm
9648
Hello I'm looking for the equivalent of PHP instruction "include(file) " in JavaScript. Someone can help me? Thank you...
tlemcenvisit
Offline Send Email
Aug 5, 2004
2:57 pm
9649
Hi, I have a parent window that calls a popup to request more information from the user. My problem is that the parent window continues and completes it's...
wayne_rader
Offline Send Email
Aug 5, 2004
3:56 pm
9650
Well that gets tricky in JavaScript If you wish to include a second code its easy you just add <script src=myscript.js></script> but if you are trying to...
Richard Rehll
rich54110
Offline Send Email
Aug 5, 2004
4:19 pm
Messages 9620 - 9650 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