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: 7410
  • Category: JavaScript
  • Founded: Aug 27, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 14876 - 14905 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
14876 Bob
twingirls1999 Send Email
Mar 1, 2007
2:13 pm
Hi All, I have a VBScript that I wrote which works well but only in IE, Opera, Firefox, and Netscape of course are a no go. I need to convert the VBScript that...
14877 Muhammad Arslan Ali
arslanali786 Send Email
Mar 3, 2007
1:48 am
Hello every one I want to include drag and drop functionality in my web page. I have <div id = "DraggableItems" width="200" height="200" ...
14878 Michael
ripple_27 Send Email
Mar 3, 2007
5:19 pm
Is your script on the internet? for my drag item and drop I'm using separate divs <div id="mediaDiv0&quot;>MediaDiv 1.</div> <div id="mediaDiv1&quot;>MediaDiv 2.</div> ...
14879 scyfiles Send Email Mar 5, 2007
2:09 am
Hi to all member! I am just a new member here and I really want to learn JavaScript. Can anyone please send me a guide explaining all commands of JavaScript....
14880 Raymond Ojinaga
healthyhiker... Send Email
Mar 5, 2007
8:15 am
Hi All: The unobstrusive dynamic page works as expected in Firefox, Opera, and Netscape. That is, the message toggles. The page does not work as expected in...
14881 David Smart
smartware_co... Send Email
Mar 5, 2007
11:11 am
This appears to be a known limitation / problem. I read the following page: http://p2p.wrox.com/topic.asp?TOPIC_ID=20989 But there were other hits from my...
14882 loony2nz Send Email Mar 6, 2007
5:14 pm
http://www.javascriptkit.com/ http://www.javascriptkit.com/domref/index.shtml ... Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. ...
14883 sunitha semval
ss_semval Send Email
Mar 6, 2007
5:15 pm
Hi Jon, Thanks for your advice on the following: But I have tried to run the code, and I was getting few errors which I tried to debug and now I am fixed at a...
14884 Antoine de Mussy
antoinedemussy Send Email
Mar 6, 2007
5:17 pm
Hi SCY http://www.w3schools.com scyfiles <scyfiles@...> wrote: Hi to all member! I am just a new member here and I really want to learn JavaScript. Can...
14885 Tim Sabin
timsabin Send Email
Mar 6, 2007
6:49 pm
Another one: http://www.devguru.com/technologies/javascript/home.asp --Tim Sabin ... want to ... That's ... -> ... design. ... ~-> ... --Tim Sabin...
14886 lonescripter Mar 7, 2007
5:08 pm
Hi, We've recently upgraded from IE6 to IE7 in our company. Now we've found that our Intranet which uses CoolMenu4 is no longer working properly. What is the...
14887 dingdingzhu_03 Send Email Mar 7, 2007
5:09 pm
Here is the simple test file: ==================html======================= <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
14888 Satheesh
satheesh_jey Send Email
Mar 7, 2007
5:11 pm
How to Make the JavaScript Drop Down List to appear on top of all frames. We have a shortcut menu at the top of the page. But this appears one top of all the...
14889 Raghib Khesal
khesal2003 Send Email
Mar 7, 2007
5:18 pm
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
14890 Emmanuel
emmanuel92130 Send Email
Mar 7, 2007
8:48 pm
... Setting the z-index dynamically should not be a problem: theDiv.style[zIndex] = 10000 Otherwise, maybe you could simply move the Menu block down in the ...
14891 Emmanuel
emmanuel92130 Send Email
Mar 7, 2007
8:49 pm
... Did you try: anc.setAttribute("onclick&quot;, "alert('script works'); return false"); (do not forget "return false" otherwise you're loading the href) Emmanuel...
14892 Alan K Baker
wurlitzerwilly Send Email
Mar 7, 2007
8:49 pm
Sorry Raghib, but you're asking in totally the wrong forum. This is a JavaScript forum, NOT a "fix PC" forum, unless your BSOD is JavaScript related, which is...
14893 Tim Sabin
timsabin Send Email
Mar 8, 2007
2:49 am
This is a JavaScript list....
14894 Jon Stephens
jdwayside Send Email
Mar 8, 2007
12:31 pm
... Issue #1: These need to be declared inside the function so that they'll be local to it. Declared outside the function, they're global and so they won't be...
14895 ogtizedo Send Email Mar 8, 2007
9:18 pm
What browser are you using? I know IE6 will have a problem because it doesn't like onclick's in an anchor. First try to set the onclick = ...
14896 David Smart
smartware_co... Send Email
Mar 9, 2007
10:29 pm
I doubt that this is a z-index problem. The div will belong to a frame. It cannot extend outside that frame. Frames and drop-down menus don't really go well...
14897 Jon Stephens
jdwayside Send Email
Mar 10, 2007
1:43 am
... anc.onclick = function(){alert("Boo!");}; HTML isn't case-sensitive, but JavaScript is. ... -- This message has not been scanned for viruses. Since I do...
14898 usman latif
usman.latif Send Email
Mar 11, 2007
7:17 am
Hello all, Can some one help me on this issue, actually i want to refresh the web page on inserting a value in a text box. is it possible? any help in this...
14899 kjain92 Send Email Mar 11, 2007
7:18 am
Hi, I am new to the group and need to do this Write a regular expression that matches the format "1-800-888-8134"? What I came up with is ...
14900 Emmanuel
emmanuel92130 Send Email
Mar 11, 2007
7:03 pm
... You've got to install Javascript handlers in your text <input>. Search for the events sent to text <input>, which include onkeyup, onkeydown, onpaste, etc....
14901 Emmanuel
emmanuel92130 Send Email
Mar 11, 2007
7:14 pm
... You're not making very clear what you call match that format. Do you mean, matching the format: 1-800-abc-defg where each letter stands for a digit? That...
14902 Jon Stephens
jdwayside Send Email
Mar 12, 2007
1:17 am
... To test a regular expression, use the RegExp object's test() method. /^1[\-]+800+[\-]+[8]{3}+[\-]+8134/.test("1-800-888-8134") returns true if the string...
14903 Jon Stephens
jdwayside Send Email
Mar 12, 2007
1:19 am
... You can call the window.reload() method from an onchange handler assigned to the text input or textarea element, yes. -- This message has not been scanned...
14904 Alan K Baker
wurlitzerwilly Send Email
Mar 12, 2007
10:02 am
I have a different but similar problem. I have a web page which has embedded sound which plays as soon as the page is loaded, but does not 'loop'. Also in the...
14905 adamsbriand Send Email Mar 13, 2007
12:37 am
i am having trouble making a web site, http://www.touchspin.com/chem/asppages/index.asp , display the same for both ms ie and firefox. the pages display fine...
Messages 14876 - 14905 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