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 16518 - 16547 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16518
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...
Mordecai Dotan Hegykozi
lunarslover1979
Offline Send Email
Jan 2, 2009
6:14 pm
16519
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...
Anand Subramanian
axsubram
Offline Send Email
Jan 2, 2009
6:14 pm
16520
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...
javediq_143
Offline Send Email
Jan 2, 2009
6:15 pm
16521
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,...
Jon Stephens
jdwayside
Offline Send Email
Jan 4, 2009
5:35 am
16522
It is Msxml2.XMLHTTP. You should better use one of the many JavaScript libraries like Prototype or jQuery that encapsulates ajax functionalities....
abhijit_dutta2003
abhijit_dutt...
Offline Send Email
Jan 7, 2009
12:02 am
16523
Hi i need some javascript notes and programs. please send immediately. try to send vb.net programs   ________________________________ From: javediq_143...
Maha Lakshmi
harikavi_2008
Offline Send Email
Jan 7, 2009
12:02 am
16524
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...
spylogic3
Offline Send Email
Jan 7, 2009
12:03 am
16525
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...
Tim Sabin
timsabin
Offline Send Email
Jan 7, 2009
4:09 am
16526
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...
osman
osmanwilson
Offline Send Email
Jan 8, 2009
12:59 am
16527
Thanks for your ideas ... I had to set the month and day to Jan 1, too ... the...
spylogic3
Offline Send Email
Jan 8, 2009
12:59 am
16528
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"; ...
ed.blinn@...
ed.blinn...
Offline Send Email
Jan 8, 2009
12:59 am
16529
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 ...
David Smart
smartware_co...
Offline Send Email
Jan 8, 2009
2:05 am
16530
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...
Tim Sabin
timsabin
Offline Send Email
Jan 8, 2009
2:07 am
16531
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...
David Smart
smartware_co...
Offline Send Email
Jan 8, 2009
2:08 am
16532
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;...
comphilip@...
comphilip
Offline Send Email
Jan 8, 2009
10:04 pm
16533
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...
Paul Donahue
scramjetter
Offline Send Email
Jan 8, 2009
10:05 pm
16534
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...
Watson L
phpmks
Offline Send Email
Jan 12, 2009
9:10 pm
16535
JavaScript is not used to access databases. You need server-side code in ASP or similar. Regards, Dave Smart ... From: JavaScript_Official@yahoogroups.com ...
david.smart@...
smartwarecon...
Offline Send Email
Jan 13, 2009
4:59 pm
16536
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...
comphilip@...
comphilip
Offline Send Email
Jan 13, 2009
4:59 pm
16537
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...
Watson L
phpmks
Offline Send Email
Jan 14, 2009
11:51 pm
16538
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...
Sándor Tamás ...
santa750602
Offline Send Email
Jan 14, 2009
11:51 pm
16539
yeah its new ActiveXObject("Msxml2.XMLHTML"); Vijayavelan Rajendran On Thu, Jan 1, 2009 at 2:31 AM, Mordecai Dotan Hegykozi < ... -- VIJAYAVELAN RAJENDRAN ...
Vijayavelan Rajendran
vijayraj_72899
Offline Send Email
Jan 22, 2009
1:31 am
16540
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...
Martin
martinf2001uk
Offline Send Email
Jan 22, 2009
10:47 pm
16541
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...
David Smart
smartware_co...
Offline Send Email
Jan 23, 2009
2:36 am
16542
... 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...
Martin
martinf2001uk
Offline Send Email
Jan 23, 2009
10:51 pm
16543
who are you and how can i identify u? ... From: Martin <martinfrey@...> Subject: Re: [JavaScript] Event coordinates To:...
Aliu Raimi
raimialiu
Online Now Send Email
Feb 12, 2009
1:48 am
16544
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...
Jack Straw
jkernix
Offline Send Email
Feb 12, 2009
1:48 am
16545
Sorry, no idea what you mean. Regards, Dave S ... From: "Aliu Raimi" <raimialiu@...> To: <JavaScript_Official@yahoogroups.com> Sent: Thursday, February...
David Smart
smartware_co...
Offline Send Email
Feb 12, 2009
8:48 am
16546
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...
Martin Frey
martinf2001uk
Offline Send Email
Feb 13, 2009
5:36 pm
16547
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...
shadeoh
Offline Send Email
Feb 17, 2009
5:31 pm
Messages 16518 - 16547 of 16817   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