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 14876 - 14905 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14876
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...
Bob
twingirls1999
Offline Send Email
Mar 1, 2007
2:13 pm
14877
Hello every one I want to include drag and drop functionality in my web page. I have <div id = "DraggableItems" width="200" height="200" ...
Muhammad Arslan Ali
arslanali786
Offline Send Email
Mar 3, 2007
1:48 am
14878
Is your script on the internet? for my drag item and drop I'm using separate divs <div id="mediaDiv0">MediaDiv 1.</div> <div id="mediaDiv1">MediaDiv 2.</div> ...
Michael
ripple_27
Offline Send Email
Mar 3, 2007
5:19 pm
14879
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....
scyfiles
Offline Send Email
Mar 5, 2007
2:09 am
14880
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...
Raymond Ojinaga
healthyhiker...
Offline Send Email
Mar 5, 2007
8:15 am
14881
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...
David Smart
smartware_co...
Offline Send Email
Mar 5, 2007
11:11 am
14882
http://www.javascriptkit.com/ http://www.javascriptkit.com/domref/index.shtml ... Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. ...
loony2nz
Offline Send Email
Mar 6, 2007
5:14 pm
14883
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...
sunitha semval
ss_semval
Offline Send Email
Mar 6, 2007
5:15 pm
14884
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...
Antoine de Mussy
antoinedemussy
Offline Send Email
Mar 6, 2007
5:17 pm
14885
Another one: http://www.devguru.com/technologies/javascript/home.asp --Tim Sabin ... want to ... That's ... -> ... design. ... ~-> ... --Tim Sabin...
Tim Sabin
timsabin
Online Now Send Email
Mar 6, 2007
6:49 pm
14886
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...
lonescripter
Offline
Mar 7, 2007
5:08 pm
14887
Here is the simple test file: ==================html======================= <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
dingdingzhu_03
Offline Send Email
Mar 7, 2007
5:09 pm
14888
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...
Satheesh
satheesh_jey
Offline Send Email
Mar 7, 2007
5:11 pm
14889
I upgrade my system. and all parts (Ram [kingston], Harddisk [seagate 80gb baracuda], Motherboard [asus], Processor [celeron]) are new and in warranty. my...
Raghib Khesal
khesal2003
Offline Send Email
Mar 7, 2007
5:18 pm
14890
... 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 ...
Emmanuel
emmanuel92130
Offline Send Email
Mar 7, 2007
8:48 pm
14891
... Did you try: anc.setAttribute("onclick", "alert('script works'); return false"); (do not forget "return false" otherwise you're loading the href) Emmanuel...
Emmanuel
emmanuel92130
Offline Send Email
Mar 7, 2007
8:49 pm
14892
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...
Alan K Baker
wurlitzerwilly
Offline Send Email
Mar 7, 2007
8:49 pm
14893
This is a JavaScript list....
Tim Sabin
timsabin
Online Now Send Email
Mar 8, 2007
2:49 am
14894
... 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...
Jon Stephens
jdwayside
Offline Send Email
Mar 8, 2007
12:31 pm
14895
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 = ...
ogtizedo
Offline Send Email
Mar 8, 2007
9:18 pm
14896
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...
David Smart
smartware_co...
Offline Send Email
Mar 9, 2007
10:29 pm
14897
... anc.onclick = function(){alert("Boo!");}; HTML isn't case-sensitive, but JavaScript is. ... -- This message has not been scanned for viruses. Since I do...
Jon Stephens
jdwayside
Offline Send Email
Mar 10, 2007
1:43 am
14898
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...
usman latif
usman.latif
Offline Send Email
Mar 11, 2007
7:17 am
14899
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 ...
kjain92
Offline Send Email
Mar 11, 2007
7:18 am
14900
... 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....
Emmanuel
emmanuel92130
Offline Send Email
Mar 11, 2007
7:03 pm
14901
... 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...
Emmanuel
emmanuel92130
Offline Send Email
Mar 11, 2007
7:14 pm
14902
... 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...
Jon Stephens
jdwayside
Offline Send Email
Mar 12, 2007
1:17 am
14903
... 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...
Jon Stephens
jdwayside
Offline Send Email
Mar 12, 2007
1:19 am
14904
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...
Alan K Baker
wurlitzerwilly
Offline Send Email
Mar 12, 2007
10:02 am
14905
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...
adamsbriand
Offline Send Email
Mar 13, 2007
12:37 am
Messages 14876 - 14905 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