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 10721 - 10750 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10721
i want to make a flag animation. is there anybody else have code? thans for help -- O Åžimdi Aker...
omur.yavuz@...
sus_ve_dinle
Offline Send Email
Mar 1, 2005
3:27 pm
10722
A bit curious. I have it working: 1) without the 'slider-puzzle.js' file called for around line 377 2) it is working for me on a (resized) jpg file You may...
Peter Gum
phgyh
Offline Send Email
Mar 1, 2005
3:29 pm
10723
Hello, You have missed a ) , where u inserted your image: see at this line, you have done this puz = new Puzzle(100, 120, 'puz', 201, 201, '#ffcc00',...
Banwari Lal Sharma
banwari_lal_...
Offline Send Email
Mar 1, 2005
3:29 pm
10724
Thanks for all the help! I inserted the picture and it works. Now, is there anyway to make the puzzle larger? (I've seen larger puzzles, but they demand the...
one_sultrydiva@...
one_sultrydiva
Offline Send Email
Mar 1, 2005
5:52 pm
10725
I don't know what I'm doing wrong. Where did you put your picture? I assumed it went in place of (puzzle1.gif) in line 355. Thanks, Consuella Peter Gum...
Consuella E. Jackson
one_sultrydiva
Offline Send Email
Mar 1, 2005
5:53 pm
10726
Help! I'm trying to create a javascript to handle a form with 2 buttons... each button should do something different. "layoutSubmit" button should take you to...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 1, 2005
9:21 pm
10727
Whoops! Forgot to mention the problem exactly....Well, the page just seems to reload itself... it doesn't go to the second form when I click the first button. ...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 1, 2005
10:15 pm
10728
The code works correctly on my machine (IE6) exactly as posted for the "layout" button. For the "report" button, there is other code that is executed first,...
David Smart
smartware_co...
Offline Send Email
Mar 1, 2005
11:44 pm
10729
hi could somebody help me how to make a table of 2 cell flash with the same color....on the same time.. and then stop blinkin at the same time.... ok let's...
Cady
iatomboy
Offline Send Email
Mar 1, 2005
11:53 pm
10730
Hi Dave, Code works fine... its the programmer (me) that doesn't. : \ Seem to be having a cashing problem on my machine. Got up to walk about and when I came...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 2, 2005
9:08 am
10731
Hi all, I know this is’nt a C# question but I have the following requirement and I’m not sure how to fill this. We have a flash standalone application...
Paul Cowan
dagda6000
Offline Send Email
Mar 2, 2005
9:25 am
10732
Glad you got it working OK. Caching can be a frustration on occasion, can't it? Re your 23 x 24 column selection - there are a couple of ways to do this ... ...
David Smart
smartware_co...
Offline Send Email
Mar 2, 2005
9:49 am
10733
... Oy! Worst part was how many hours I wasted that morning. ... The first way you mention was what I was thinking. With so many data elements, I hesitate to...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 2, 2005
4:39 pm
10734
Have you tried 3rd party intallation software, such as Install Anywhere ( http://installanywhere.com )? There are free and paid versions. --Tim Sabin ... and...
Tim Sabin
timsabin
Online Now Send Email
Mar 2, 2005
4:42 pm
10735
Hi, Consuella First, here is an example of the script in action: http://www.hvraptors.com/hvpuz.htm An easy thing to do is save the above page and then change...
Peter Gum
phgyh
Offline Send Email
Mar 2, 2005
4:47 pm
10736
I am developing a web app using html, php, svg, and Javascript in a Windows environment. I'm using the IIS web server. Most of the code is Javascript. The...
Jan
janlmiller61
Offline Send Email
Mar 2, 2005
7:36 pm
10737
Does anyone know how to execute a COM or COM+ object from a Javascript client web app? I would also like to return the results back to my web client. Jan...
Jan
janlmiller61
Offline Send Email
Mar 2, 2005
11:11 pm
10738
anyone help me out to solve this pblm and get me a soln i cant able to send mail from jsp with apache tomcat server also i dont know about how to use and...
murali
dmuralee
Offline Send Email
Mar 3, 2005
4:33 pm
10739
I have an HTML link on a web page that links to a Microsoft Excel spreadsheet. I want the "Save As" dialog box to pop-up. It works in Netscape/Mozilla/Firefox....
Brian L. Simonin
bsimonin
Offline Send Email
Mar 4, 2005
2:53 am
10740
I just love it when I think I'm done and then the boss wants to "add something small."<groan> What I'm adding is: When you submit the form, if the "save"...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 4, 2005
9:25 pm
10741
Either zip the file, or send it as the binary data content type and with a Content-Disposition: attachment; header. You'll need to do some server-side...
Jon Stephens
jdwayside
Offline Send Email
Mar 5, 2005
8:53 am
10742
function formSubmit(btn) { var form = btn.form; var warning = "Any changes will be saved. Do you want to continue?"; if(form.save.checked && !confirm(warning))...
Jon Stephens
jdwayside
Offline Send Email
Mar 5, 2005
10:59 am
10743
Hello again! I've been able to do away with the other script, but I REALLY need to get the checkbox validation to work. Here's the script: <script...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 6, 2005
6:20 pm
10744
Hi Hope, What u can do is, call the function confirmSubmit on onSubmit event. And modify this function as follows: function confirmSubmit() { // put your...
Banwari Lal Sharma
banwari_lal_...
Offline Send Email
Mar 6, 2005
6:25 pm
10745
The name of the button is saveChanges (i.e. with a capital C). Your script has a lower-case c. BTW for completeness, you should put an "else return true" on...
David Smart
smartware_co...
Offline Send Email
Mar 6, 2005
8:54 pm
10746
Um, did the solution I posted a day or two ago not work?...
Jon Stephens
jdwayside
Offline Send Email
Mar 7, 2005
3:29 pm
10747
Hi Jon, for some reason (prolly the network here) your solution didn't come through before I sent out that last email. I see it now and will give it a try...
Martin, Hope CTR NAV...
hopemartin6152
Offline Send Email
Mar 7, 2005
4:49 pm
10748
Hello All, I'm new to this group...and I would really appreciate it if I could get help from all those JavaScript experts out there. I need to create a form...
rdl410
Offline Send Email
Mar 7, 2005
4:57 pm
10749
function popWin (_Url) why does this parameter contain an underscore? Does it mean something special? Thanks, Barry...
bef218
Offline Send Email
Mar 7, 2005
8:10 pm
10750
So far as the JavaScript language itself goes, it doesn't mean anything special. Since JavaScript, like PHP (before PHP 5, at least) and some other languages, ...
Jon Stephens
jdwayside
Offline Send Email
Mar 8, 2005
10:57 am
Messages 10721 - 10750 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