Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

JavaScript_Official · JavaScript . AJAX . ActionScript

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7411
  • Category: JavaScript
  • Founded: Aug 27, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 16518 - 16547 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
16518 Mordecai Dotan Hegykozi
lunarslover1979 Send Email
Jan 2, 2009
6:14 pm
Which ActiveX Object should I search for to cover for versions IE 6-8? I was told IE switched their ActiveX Obkect in IE 7 from "Microsoft.XMLHTTP" to...
16519 Anand Subramanian
axsubram Send Email
Jan 2, 2009
6:14 pm
Hi, I want to implement a dual slider control in JAva script to let the user to pick 2 dates from a date range. The min an max woudl be 2 dates that were...
16520 javediq_143 Send Email Jan 2, 2009
6:15 pm
Hi All, This post is related to my earlier one where I have discussed my problem relating to uploading the THUMBNAIL image. Since I cant waste my time, so I've...
16521 Jon Stephens
jdwayside Send Email
Jan 4, 2009
5:35 am
See comments in quoted code below. ... If there's only one record, then name is an array with a single element, and name.length is equal to 1. IIRC,...
16522 abhijit_dutta2003
abhijit_dutt... Send Email
Jan 7, 2009
12:02 am
It is Msxml2.XMLHTTP. You should better use one of the many JavaScript libraries like Prototype or jQuery that encapsulates ajax functionalities....
16523 Maha Lakshmi
harikavi_2008 Send Email
Jan 7, 2009
12:02 am
Hi i need some javascript notes and programs. please send immediately. try to send vb.net programs   ________________________________ From: javediq_143...
16524 spylogic3 Send Email Jan 7, 2009
12:03 am
I'm just a beginner, so bear with me. I am experimenting and trying to figure out what conditions I need (for the "if" statement) to make it display "Happy New...
16525 Tim Sabin
timsabin Send Email
Jan 7, 2009
4:09 am
What you need is 3 Date objects: <script type="text/javascript"> <!-- var curDt = new Date (); // Year is set to 2000 no matter what (hack) so this will work...
16526 osman
osmanwilson Send Email
Jan 8, 2009
12:59 am
Ok roup, here is the script if (screen.width==800||screen.height==600) //if 800x600 window.location.replace("http://adworldcorp.com/800x600.html") else if...
16527 spylogic3 Send Email Jan 8, 2009
12:59 am
Thanks for your ideas ... I had to set the month and day to Jan 1, too ... the...
16528 ed.blinn@...
ed.blinn... Send Email
Jan 8, 2009
12:59 am
I am only getting the first image to play over and over, what am I missing here? var imageSequence = new Array(); imageSequence[0] = "images/imageLoad1"; ...
16529 David Smart
smartware_co... Send Email
Jan 8, 2009
2:05 am
You are using || which is "OR" not "AND". So the first IF will succeed if the width is 800 OR the height is 600. If you want AND, then use &&. Regards, Dave S ...
16530 Tim Sabin
timsabin Send Email
Jan 8, 2009
2:07 am
This is a simple case of wrong logic. Pseudo-code for the first test, as written, is IF ((width EQ 800) OR (height EQ 600)) THEN which is wrong, because it...
16531 David Smart
smartware_co... Send Email
Jan 8, 2009
2:08 am
Actually, a second thought too ... You are going to 1280x1024 if you don't get a match on your resolution check. Shouldn't you be going to 800x600 if you...
16532 comphilip@...
comphilip Send Email
Jan 8, 2009
10:04 pm
Your programming language is not JavaScript but ActionScript. I am not familiar with Flash. I guess the problem is the following code: for (var i = 0; i<12;...
16533 Paul Donahue
scramjetter Send Email
Jan 8, 2009
10:05 pm
Hi Ed, Actually this is ActionScript not Javascript but I'll take a swing. There are a couple of things going on here. In the "for" loop, it looks like you...
16534 Watson L
phpmks Send Email
Jan 12, 2009
9:10 pm
Dear all, How to get data from mysql database and the data shown automatically ? For example : I have two input text (code and quantity) Code...
16535 david.smart@...
smartwarecon... Send Email
Jan 13, 2009
4:59 pm
JavaScript is not used to access databases. You need server-side code in ASP or similar. Regards, Dave Smart ... From: JavaScript_Official@yahoogroups.com ...
16536 comphilip@...
comphilip Send Email
Jan 13, 2009
4:59 pm
I wonder if you want to do the job under JavaScript. If you do. The solution will be difficult. Since JavaScript is ran in client's browser, it has no...
16537 Watson L
phpmks Send Email
Jan 14, 2009
11:51 pm
Thanks for your solution. I will use php to get the data from server and it will be a variable. But how to show the variable with javascript ? Please give me a...
16538 Sándor Tamás ...
santa750602 Send Email
Jan 14, 2009
11:51 pm
You should consider using temp tables. When I have to change visible information depending on users' choice, I usually fetch all datas in the Javascript (using...
16539 Vijayavelan Rajendran
vijayraj_72899 Send Email
Jan 22, 2009
1:31 am
yeah its new ActiveXObject("Msxml2.XMLHTML"); Vijayavelan Rajendran On Thu, Jan 1, 2009 at 2:31 AM, Mordecai Dotan Hegykozi < ... -- VIJAYAVELAN RAJENDRAN ...
16540 Martin
martinf2001uk Send Email
Jan 22, 2009
10:47 pm
I'm working on an html page that is 3 or 4 screens wide. How can I find out how far from the left or right edge of the window a user clicks? (preferably in a...
16541 David Smart
smartware_co... Send Email
Jan 23, 2009
2:36 am
I'm not following what you are asking about here. Is the page 3 or 4 screens wide - as in actual screens - or is it thousands of pixels wide but will still be...
16542 Martin
martinf2001uk Send Email
Jan 23, 2009
10:51 pm
... Sorry, Dave. I'm trying to use a tool tip script on a page that is 4000 plus pixels wide. I want the tool tip to appear to the right of elements near the...
16543 Aliu Raimi
raimialiu Send Email
Feb 12, 2009
1:48 am
who are you and how can i identify u? ... From: Martin <martinfrey@...> Subject: Re: [JavaScript] Event coordinates To:...
16544 Jack Straw
jkernix Send Email
Feb 12, 2009
1:48 am
I need some behaviors for Dreamweaver - specifically Image Viewer - but being that I have an older version, I can't seem to get them from Adobe. Does anyone...
16545 David Smart
smartware_co... Send Email
Feb 12, 2009
8:48 am
Sorry, no idea what you mean. Regards, Dave S ... From: "Aliu Raimi" <raimialiu@...> To: <JavaScript_Official@yahoogroups.com> Sent: Thursday, February...
16546 Martin Frey
martinf2001uk Send Email
Feb 13, 2009
5:36 pm
Dave and Aliu I'm Martin Frey - and I'm holding a copy of the Daily Telegraph so you'll be able to identify me. I'm trying to program tooltips on a very large...
16547 shadeoh Send Email Feb 17, 2009
5:31 pm
Hi All: Can anyone send me a simple complete example of how to prevent the execution of a form's default action in the case of invalid form data? My form works...
Messages 16518 - 16547 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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