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 12837 - 12866 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12837
... It seems that it exists on IE since the version 5.0, I don't know about the other browsers, but every modern browser must support this... Anyway, you...
Jonas Raoni
jonasraoni
Offline Send Email
Feb 1, 2006
8:06 am
12838
!e is the same as saying NOT e I.e., if e is false, !e is true. --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Feb 1, 2006
2:54 pm
12839
to complete it: <a href="someURL.html" onmouseover="window.status='Yahoo!'" onmouseout=" "> </a> try it it will work ... is...
acebeentura
Offline Send Email
Feb 1, 2006
4:57 pm
12840
HI i create a iframe dynamically using createelement ,but it does not load scr document in that frame how to solve this problem plz help me....urgent Tim Sabin...
deepak pal
deepak_javas...
Offline Send Email
Feb 1, 2006
4:57 pm
12841
try this window.status='yahoo' ... is...
acebeentura
Offline Send Email
Feb 1, 2006
5:02 pm
12842
Hi Folks! I have created a form that adds up check boxes with a set value in each. Also, I have boxes in the form that you can manually input numbers into. On...
Cory
technomageca
Offline Send Email
Feb 1, 2006
7:46 pm
12843
... Take a look on my example to always have a number from the input :) <input type="text" onblur="alert(+this.value || 0);" /> -- Jonas Raoni Soares Silva ...
Jonas Raoni
jonasraoni
Offline Send Email
Feb 1, 2006
9:24 pm
12844
Is there a js way to achieve a mouseover/mouseout style type effect when an html page is opened to a specific location, ie a reference to an aname/hash...
mballai
Offline Send Email
Feb 1, 2006
9:34 pm
12845
I have developed an Alarm Console program in Javascript, which includes playing a sound message whenever a new event occurs. Each even uses a unique sound...
Thomas Hilbig
thilbig
Offline Send Email
Feb 1, 2006
11:00 pm
12846
I'm sure that would work with a single URL. What I want to make is a function that would extract the description for any given url on a page and place it into...
Michael Ballai
mballai
Offline Send Email
Feb 1, 2006
11:02 pm
12847
Hi! I have many HTML links <a> on my page, and I want to change them from time to time (I am going to use setInterval() for that) from one place to another and...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 1, 2006
11:04 pm
12848
Hi Jonas! Where exactly should that script go? As part of the options boxes, or the total boxes? Thanks! Cory ... could...
Cory
technomageca
Offline Send Email
Feb 1, 2006
11:04 pm
12849
... I don't know, I didn't looked your code, I just gave you a hint :) You can't sum field values directly "fieldA.value + fieldB.value", since both are...
Jonas Raoni
jonasraoni
Offline Send Email
Feb 1, 2006
11:36 pm
12850
... Since you're already using a proprietary technology, why don't you change to flash? You can interact flash with javascript easily and I think the result...
Jonas Raoni
jonasraoni
Offline Send Email
Feb 1, 2006
11:36 pm
12851
... May be you have to trun to some scripting like PHP for this. -- http://www.programminghelp4u.com/ - Help on programming (C/C++, Java, C# or any other...
PH4U
programmingh...
Offline Send Email
Feb 2, 2006
1:37 am
12852
I think you'll need an id attribute for any single link. Then you'll have to use the getElementById method. I'm just not sure. ... function that would extract...
acebeentura
Offline Send Email
Feb 2, 2006
1:37 am
12853
Thanks to http://www.w3schools.com/js/tryit.asp?filename=try_dom_anchor_href I've found a way to deal with set of links. Currently I only read the text and...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 2, 2006
1:38 am
12854
All of my clients use IE, so it was natural to look there first. It's the only part that has not been ported to Firefox, so perhaps looking at flash could ...
Thomas Hilbig
thilbig
Offline Send Email
Feb 2, 2006
1:38 am
12855
... Hmmm, that's bad... But all the softwares have minimal requirements, this could be a minimal requirement for your one, the best alternatives for...
Jonas Raoni
jonasraoni
Offline Send Email
Feb 2, 2006
7:50 am
12856
I figured out that I probably did not explain good what I want to do. I want to shuffle links on my page. It would be perfect if I could to change color for...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 2, 2006
7:50 am
12857
... Java, C# or any other programming language) for homework, assignments, course works and projects ... And refresh location in cycle? Hm... The speed would...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 2, 2006
7:51 am
12858
It is good to talk to myself in this group. Next question I have to ... myself? The javascript console (NS 7.2) gives following: Error: i is not defined Line:...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 2, 2006
7:53 am
12859
<a id="myLInk" href="somepage.html">text</a> var theLink = document.getElementById("myLink"); theLink.style.color = "#F00"; theLink.style.backgroundColor =...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2006
8:32 am
12860
That's because, (a) once the page has loaded, calling document.write() clears all content from the page, (b) setInterval() causes the callback function to be...
Jon Stephens
jdwayside
Offline Send Email
Feb 2, 2006
9:10 am
12861
you must set the color of your links. you can do this my using the random() method....
acebeentura
Offline Send Email
Feb 2, 2006
9:31 am
12862
How do you people use PHP with Ajax? I have been using this code, but there must be something wrong because it takes too long to get the answer from the...
Fernando (UK)
fernandosouz...
Offline Send Email
Feb 2, 2006
4:37 pm
12863
hello i have developed a "class Library" in visual studio(C#). i want to use this dll's methods on my webpage through javascript. i have tried to register this...
mubbashir15
Offline Send Email
Feb 2, 2006
4:38 pm
12864
Jon, I did not understand what is your program doing and I tryed it and didn't see any changes on the screen :( Meantime I wrote this: var times=10; function...
Gershon Aizikowich
gregaizi
Offline Send Email
Feb 2, 2006
4:38 pm
12865
That makes sense. I'll give it a whirl and see what happens. Cory ... boxes, or ... you...
Cory
technomageca
Offline Send Email
Feb 2, 2006
4:59 pm
12866
Okay, I used the script that Jonas provided (thanks Jonas!). It shows that one of the boxes is not coming up as a number (surprise, surprise). Then I went...
Cory
technomageca
Offline Send Email
Feb 2, 2006
9:41 pm
Messages 12837 - 12866 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