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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 13291 - 13320 of 16817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13291
Considering the user has the appropriate plugin installed, what is the best way to play a sound using javascript? This is not working for me in FF or IE: ...
Fernando (UK)
fernandosouz...
Offline Send Email
Apr 1, 2006
4:48 pm
13292
How would I know if a javascript code contains Active X? And what is Acive X anyway? Thanks. ... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US...
ramil andaya
ramilandaya
Offline Send Email
Apr 1, 2006
4:48 pm
13293
... Maybe if you replace the "ActivexObject" this way, I'm not sure if it will work: ActivexObject = function(name){ alert("Tried to create Activex: " + name);...
Jonas Raoni
jonasraoni
Offline Send Email
Apr 1, 2006
6:17 pm
13294
On Sat, 01 Apr 2006 06:43:26 -0500, Fernando (UK) ... and it shouldn't, u must use bgsound I'm not sure about that being standard, so I wouldnt recommend it. ...
f3l
kyoosho
Offline Send Email
Apr 1, 2006
6:17 pm
13295
On Sat, 01 Apr 2006 02:51:16 -0500, ramil andaya <ramilandaya@...> ... ActiveX is crap. ... if you don't SEARCH THE WEB before you ask questions here,...
f3l
kyoosho
Offline Send Email
Apr 1, 2006
6:18 pm
13296
I have researched this through google and only found some answers on the Dreamweaver site. I have already notified the server admin, but they haven't responded...
shobuz99
Offline Send Email
Apr 1, 2006
11:26 pm
13297
There is a simple way of doing this if your server-side language is JSP. Imclude this tag: <%@ include file="relativeURL" %> If you are using others, such as...
Tim Sabin
timsabin
Offline Send Email
Apr 2, 2006
3:32 am
13298
... An ActiveX control is generally embedded in HTML using an <object classid="..."> tag. In JavaScript, it can also be instantiated by calling the ...
Jon Stephens
jdwayside
Offline Send Email
Apr 2, 2006
5:04 am
13299
Actually the sound is not to annoy anyone, the user can choose if he wants to hear the sound when the message comes or not. And, yes, I am using .mp3 I got to...
Fernando (UK)
fernandosouz...
Offline Send Email
Apr 3, 2006
12:12 pm
13300
... Unrelated issue. (And you're not looking in the right places for info, either. See below.) Did you try clearing your browser cache? You might also want to...
Jon Stephens
jdwayside
Offline Send Email
Apr 3, 2006
12:47 pm
13301
... no. try to avoid cache, using ctrl+f5 ... -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/...
f3l
kyoosho
Offline Send Email
Apr 3, 2006
4:52 pm
13302
Hi guys, help needed again. I need to calculate time diff in hour, minute and second. Let's say I have a long AJAX task, than I want to know how long it took ...
Fernando (UK)
fernandosouz...
Offline Send Email
Apr 3, 2006
11:12 pm
13303
Fernando, You've got it right. Just beware that, when you subtract 2 Date objects, the result is in milliseconds. So, after timeDuration is calculated, you ...
Tim Sabin
timsabin
Offline Send Email
Apr 4, 2006
12:35 pm
13304
... Number.prototype.padl = function(c) { if (this < 1) return c+c; if (this < 10) return c+String(this); return String(this); } var elapsed =...
hj_dhi
Offline Send Email
Apr 4, 2006
4:40 pm
13305
... what if the user statrs its task at 23:58:00 and ends it at 00:02:00, the next day? would that work? given the fact that the JS time is based on the...
f3l
kyoosho
Offline Send Email
Apr 4, 2006
7:06 pm
13306
Hi, I am new to Javascript and know just enough to be dangerous. I inherited a site for maintenance that has a javascript navigation menu on it...
whitefire4001
Offline Send Email
Apr 5, 2006
11:31 pm
13307
Debi, I have limited experience with this kind of menu; however, what I do know is that when you add an item to a menu, it needs to be reflected in the TOTAL...
shobuz99
Offline Send Email
Apr 6, 2006
12:59 am
13308
Is there any tool to debug the annyoing IE to locate in the code where the problems are? I have a code working perfectly well in FF but in IE it says: "Problem...
Fernando (UK)
fernandosouz...
Offline Send Email
Apr 6, 2006
5:43 pm
13309
shobuz99, Thanks for the information...at least it gives me a place to look/start. Debi...
whitefire4001
Offline Send Email
Apr 6, 2006
5:46 pm
13310
Okay...I've looked and looked and looked for a number to change. The ONLY thing I can see is this at the begining of ...
whitefire4001
Offline Send Email
Apr 6, 2006
7:29 pm
13311
getElementsByName does not work in IE when the name attribute is applied to a <div> tag. Is there any workaround to this? My code works wonderfully well in ...
George L Smyth
GLSmyth
Offline Send Email
Apr 6, 2006
7:30 pm
13312
... Well, divs never allowed name attributes, so that's no surprise. IE only supports it for hte purpose it's made for, namely form control names. The...
liorean
Offline Send Email
Apr 7, 2006
3:06 am
13313
The first thing to do is to remember to check what the browser is actually objecting to - i.e. do a view source. Chances are that the row number will be...
David Smart
smartware_co...
Offline Send Email
Apr 7, 2006
3:56 pm
13314
Debi, It looks to me like your adding the following item to the "var example_2=[" menu.. Correct?: ['Face ...
shobuz99
Offline Send Email
Apr 7, 2006
5:16 pm
13315
Hello, i m preparing online project in ASP.net as frontend ans MS sql as backend. I need help from u regarding INSERT coding which i have to write in asp.net...
poonam sharma
sweetpoonam16
Offline Send Email
Apr 7, 2006
5:17 pm
13316
Hello, i m preparing online project in ASP.net as frontend ans MS sql as backend. I need help from u regarding INSERT coding which i have to write in asp.net...
sweetpoonam16
Offline Send Email
Apr 7, 2006
5:17 pm
13317
... [clip] David - Thank you for the extensive comments. I did not realize the difficulty in the support for this and have converted things so that they now...
George L Smyth
GLSmyth
Offline Send Email
Apr 7, 2006
6:51 pm
13318
hi poonam, i m B.Sc IT student. and i am preparing a project in php and mysql. next two or three days i m compliting my project. in this project i use java...
ketan tada
ketantada
Offline Send Email
Apr 7, 2006
8:21 pm
13319
can somebody help me? i m preparing a project in php mysql. i want to put menu by java script. please help me out....
ketantada
Offline Send Email
Apr 7, 2006
10:11 pm
13320
Um... yeah... This makes perfect sense... :) ... -- This message has not been scanned for viruses. Since I do not use a Microsoft operating system or software,...
Jon Stephens
jdwayside
Offline Send Email
Apr 8, 2006
5:49 am
Messages 13291 - 13320 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