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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 15730 - 15759 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15730
Hi guys, I am new to this club and hope to find your help as soon as possible. I have an order form, where customers can buy single items or multiple items. It...
saminor2002
Offline Send Email
Dec 1, 2007
6:22 pm
15731
Best solution in my opinion would be to set up your own webserver with Ubuntu or anything else. It does not need brand new hardware -- just create a server,...
Kevin Scott
cyberscott8194
Offline Send Email
Dec 1, 2007
6:29 pm
15732
I've got an idea of what you need, but it's hard to say without looking at the code. Please post your entire page (both HTML and JavaScript) and let us have a...
Tim Sabin
timsabin
Online Now Send Email
Dec 1, 2007
8:40 pm
15733
Thanks for the commets guys. Rather than copying the entire thread I'll just give you the short story. The problem is a website. On most servers, it works...
Jim Vezina
jimvezina2001
Offline Send Email
Dec 3, 2007
4:44 pm
15734
Thanks Guys! Here is the code. The first one is which works fine, when a user wants to order a single item. The second one is the one used when a user have to...
saminor2002
Offline Send Email
Dec 3, 2007
4:45 pm
15735
What I see as a problem is that you have defined setmoney () on the first page, but not the second. JavaScript definitions do not carry over from page to page....
Tim Sabin
timsabin
Online Now Send Email
Dec 3, 2007
5:01 pm
15736
Check the network. One possibility: can you break up the file so you must use multiple <script> tags to include it? The reason why I'm asking: At home I've got...
Tim Sabin
timsabin
Online Now Send Email
Dec 3, 2007
5:08 pm
15737
Hi. doing a few web projects for my web design course. used a java script file for mouse over links. now, my sighted friend, saying, that the links do not work...
marvin hunkin
neilmarvin
Offline Send Email
Dec 4, 2007
5:01 pm
15738
Thanks Tim Actually, by 1st file and 2nd file, i mean the phases. Let me explain it all: When a customer orders a single item, the first code is displayed. It ...
saminor2002
Offline Send Email
Dec 4, 2007
5:02 pm
15739
if i have 5 input boxes in a form for users to enter in a rate like 65 o.k How can i get all 5 input boxes to add up Automaticly and put the sum in a 6th Box...
Brian E Boothe
codemage67
Offline Send Email
Dec 4, 2007
5:02 pm
15740
hi all i have form with html first question had radio buttons "yas" , "no" i want when select "yes" appear the second question in the same page befor press...
siham_bakashwain
siham_bakash...
Offline Send Email
Dec 4, 2007
5:02 pm
15741
hi all i have form with html first question had radio buttons "yas" , "no" i want when select "yes" appear the second question in the same page befor press...
siham_bakashwain
siham_bakash...
Offline Send Email
Dec 4, 2007
5:02 pm
15742
Give us some more detail. Show us your code. Are you using anything that is Microsoft-specific? If so, it won't work on Firefox or many other browsers. --Tim...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2007
6:01 pm
15743
So, do I understand correctly that these 2 "phases" are actually 1 file? My suggestions: 1) Get rid of the "single item phase". This is because "single item" ...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2007
6:32 pm
15744
Declare everyhting in your HTML page. Set this attribute in the second question box: style="visibility: hidden" In your JavaScript code, when "yes" is...
Tim Sabin
timsabin
Online Now Send Email
Dec 4, 2007
6:37 pm
15745
hai coders, i need to take the x and y co-ordinate of the mouse location of the browser, i has got that for IE as window.event.clientX and...
jerince peter
jerince_peter
Offline Send Email
Dec 5, 2007
4:40 pm
15746
http://dunnbypaul.net/js_mouse/ jerince peter <jerince_peter@...> wrote: hai coders, i need to take the x and y co-ordinate of the mouse location of...
ripple
ripple_27
Offline Send Email
Dec 6, 2007
3:43 pm
15747
can someone provide javascript code for the following event when the mouse rolls over an image there should be a pop up image which is larger in size than the...
Sudhakar
finals27
Offline Send Email
Dec 6, 2007
3:43 pm
15748
... The event model and property names are different. Only MSIE uses a global event object. Event handlers in Mozilla-based browsers follow the W3C DOM model,...
Jon Stephens
jdwayside
Offline Send Email
Dec 6, 2007
8:06 pm
15749
So I put together this neat little AJAX-handling object that makes it a little easier to do. You can set the event handlers, etc. Nothing too fancy, but it...
dj_segfault
Online Now Send Email
Dec 7, 2007
1:08 am
15750
Hi. how do i create mouseovers in css, instead of java script? cheers Marvin. _________________________________________________________________ Your Future...
marvin hunkin
neilmarvin
Offline Send Email
Dec 7, 2007
4:40 pm
15751
... Use the :hover pseudoclass. If you Google for something like of ":hover pseudoclass" or ":hover CSS", you should find plenty of examples, etc. cheers jon....
Jon Stephens
jdwayside
Offline Send Email
Dec 9, 2007
11:07 am
15752
The following code for some reason does not work in Firefox 2.x. It does work however in IE and Opera. The code is found within an iframe and I am trying to...
caweiten
Offline Send Email
Dec 10, 2007
5:28 pm
15753
It's not often that I run into something that I can't figure out or find the answer to, But! I have 2 arrays. array1 has 210 values in it, and array2 has 3...
ripple_27
Offline Send Email
Dec 10, 2007
5:29 pm
15754
This message can be ignored. I figured it out with nested loops and splice(). ripple_27 <ripple_27@...> wrote: It's not often that I run into something...
ripple
ripple_27
Offline Send Email
Dec 11, 2007
6:03 pm
15755
Hi, There is no way to avoid looping as JavaScript doesn't come with an Array 'intersect' method. You could extend the capabilities of the Array class with...
Paul Donahue
scramjetter
Offline Send Email
Dec 11, 2007
6:04 pm
15756
... Do you get an exception? Have you tried wrapping it in a try/catch and barfing out the exception in an alert? doug...
tresschwartzs
Offline Send Email
Dec 11, 2007
6:05 pm
15757
... Looping through 630 comparisons does not that that long. The alternatives include hash tables, which move the performance hit to the creation of the 213...
tresschwartzs
Offline Send Email
Dec 11, 2007
6:06 pm
15758
If the array elements are sorted ascending, you could do a binary compare and speed things up greatly. Compare with midpoint, if less, compare with midpoint of...
Dave
arpoador1
Offline Send Email
Dec 11, 2007
10:19 pm
15759
I have a list of transactions where the user can select a checkbox in order to 'close' one or more transactions for the period. I assigned the value of each...
Kevin Collins
kcollins1
Offline Send Email
Dec 12, 2007
6:15 pm
Messages 15730 - 15759 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