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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 14344 - 14373 of 16813   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14344
Ok Ernesto, actually I already have FFmpeg installed in my server, I just dont know how to use it to show the files (.avi, .wvm, .mov, .asf, etc) in flv...
Fernando (UK)
fernandosouz...
Offline Send Email
Oct 1, 2006
5:25 pm
14345
Hi, See the following URL for the concerned page: http://home.scarlet.be/kenya-belgium/list_2_en/a_kenyan_cat_and_a_belgia\ n_cat.html ...
kdgeda
Offline Send Email
Oct 1, 2006
5:30 pm
14346
Hello list Hope someone can help with what I think is a simple problem. I implemented some code on my site to sort tables which I found here: ...
james_godolphin
Offline Send Email
Oct 1, 2006
10:15 pm
14347
James, The problem is that JavaScript is typeless, so you don't know how a variable is represented internally, unless you force it. This can be done with this...
Tim Sabin
timsabin
Online Now Send Email
Oct 2, 2006
3:07 am
14348
I have used the 'sortable' script twice. Everything works good. I can help if you provide a link or the source code.... are you generating your sortable table...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 2, 2006
5:40 am
14349
Try using 'top' and 'left', like: menuwd = window.open(locurl, 'kenbelmenu','toolbar=no,location=no, directories=no, status=no, menubar=no, scrollbars=no,...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 2, 2006
5:40 am
14350
hi how will i able to know that "Enter" key is pressed or not ? avidly waiting 4 reply thanks in advance... ... All-new Yahoo! Mail - Fire up a more powerful...
Dipan Chokshi
dipan_chokshi
Offline Send Email
Oct 2, 2006
5:41 am
14351
... Hmm, it isn't true... The language has a variant internal format, but you can't say it's typeless at all, it just has a great coercion hability that is...
Jonas Raoni
jonasraoni
Online Now Send Email
Oct 2, 2006
5:45 am
14352
... Jonas is spot on. More specific to this case, anything you feed to a regexp is going to be treated as a string. -- This message has not been scanned for...
Jon Stephens
jdwayside
Offline Send Email
Oct 2, 2006
3:19 pm
14353
Use the keyCode of the onkeypress event, which has to be 27 if(event.keyCode==27).... ... -- Ernesto [Non-text portions of this message have been removed]...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 2, 2006
4:03 pm
14354
No, the sorttable sample code I have detects the type of data and uses an appropriate sorting algorthym. The examples on the site work fine...
james godolphin
james_godolphin
Offline Send Email
Oct 2, 2006
4:04 pm
14355
Hi , I am having a page where leave is applied. - In this page 1 new rows is created dynamically everytime the 'Add row' button is pressed - Each row has a...
Philin
philin007
Offline Send Email
Oct 2, 2006
4:05 pm
14356
Ops, ENTER is 13 (not 27, 27 is ESCAPE) Ernesto Mendoza Blan...
Fernando (UK)
fernandosouz...
Offline Send Email
Oct 2, 2006
7:22 pm
14357
... 27? Also I don't know if using just the keyCode is enough, now Firefox supports both keyCode and which, but they have quite different behaviours. I still...
Jonas Raoni
jonasraoni
Online Now Send Email
Oct 2, 2006
7:23 pm
14358
I use JavaScript on my site for data validation. If a user turns off JavaScript data verification is also turned off. I use the <noscript></noscript> in the...
Michael Pakay
pakaymc
Offline Send Email
Oct 2, 2006
7:25 pm
14359
I haven't redirected users with simple html (i use php), but i guess this tag will help <meta http-equiv="refresh" content="0; ...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 2, 2006
8:10 pm
14360
Ups... 27 is for [Esc] 13 is for enter... Try this function (not tested): function isEnterKey(e){ var keynum = window.event ? e.keyCode : e.which return...
Ernesto Mendoza Blanco
panquetofobia
Offline Send Email
Oct 2, 2006
8:12 pm
14361
... If the user doesn't have JavaScript, don't tell him anything, let him free to do what he want, besides the fact that there are browsers without JavaScript...
Jonas Raoni
jonasraoni
Online Now Send Email
Oct 2, 2006
8:12 pm
14362
Are you saying that you are using JavaScript to validate data before using it on your server (e.g. to put it in a database)? Don't. There are always ways to...
David Smart
smartware_co...
Offline Send Email
Oct 2, 2006
10:02 pm
14363
... This is valid code, thus these days it became a kind of deprecated feature. ... If both "keyCode" and "which" aren't valid, it will return 0 :) ... My...
Jonas Raoni
jonasraoni
Online Now Send Email
Oct 2, 2006
11:32 pm
14364
Hi Guys, I have a jsp page which has many includes.. I need a way in such a way that i could set the tab index of all the form elements dynamically. Altogether...
satheesh_jey
Offline Send Email
Oct 3, 2006
7:24 pm
14365
Thanks. I'll try this for sure. :c), BoBi ... screenY=' + ... http://home.scarlet.be/kenya-belgium/list_2_en/a_kenyan_cat_and_a_belgia\ ... ...
kdgeda
Offline Send Email
Oct 3, 2006
8:35 pm
14366
Using Javascript under MSIE on Windows XP Home: I want to list the .xml files that the user has created on his/her disk so they can enter the filenames and...
Jay Lockie
jalockie
Offline Send Email
Oct 3, 2006
11:34 pm
14367
For security reasons, pure JavaScript does not allow this. Microsoft's FileSystemObject ties you down to a single OS family - MS Windows - and a single browser...
Tim Sabin
timsabin
Online Now Send Email
Oct 4, 2006
10:53 am
14368
Just a hunch: try it in 8.3 style (c:\DOCUME~1\OWNER\MYDOCU~1\WEBSIT~1) Alternately, try either enclosing the path in quotes, or setting a variable to the...
John Henry - GMail
lazaruslong.geo
Offline Send Email
Oct 4, 2006
6:02 pm
14369
Hello Jay I agree with Tim, Howerver, if you really want to do some thing like that, you should create an HTA. See...
Apoorv Shrivastava
ab_shri
Offline Send Email
Oct 4, 2006
6:03 pm
14370
Hello Jay I agree with Tim, Howerver, if you really want to do some thing like that, you should create an HTA. See...
Apoorv Shrivastava
ab_shri
Offline Send Email
Oct 4, 2006
6:05 pm
14371
I also use php but my problem is when JavaScript is disabled. Can I test to see if JavaScript has been disabled with php code? I tried <noscript> <meta...
Michael Pakay - www.N...
pakaymc
Offline Send Email
Oct 4, 2006
6:05 pm
14372
... The backslash must be escaped. Maybe it's too basic, but as you didn't put code (I won't read it if you put anyway ^^), that's the only hint I can give...
Jonas Raoni
jonasraoni
Online Now Send Email
Oct 4, 2006
6:06 pm
14373
Actually I'm performing data checking. Making sure a user fills in all required fields. My problem is this. When JavaScript is enabled and a user does not...
Michael Pakay - www.N...
pakaymc
Offline Send Email
Oct 4, 2006
6:06 pm
Messages 14344 - 14373 of 16813   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