Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 20652 - 20681 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20652
Does anyone have a script that will read and create a list of the files in a directory on the user's computer? I am trying to set up a simple browser-based FTP...
bobsawyerdotcom
Offline Send Email
Apr 8, 2005
12:24 am
20653
Cannot be do done with JS, it would be a security risk if you could! "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 8, 2005
5:28 am
20654
... Thanks... guess it's time for a different tack... maybe forcing the client to learn FTP is a start. :-) Cheers, -Bob...
bobsawyerdotcom
Offline Send Email
Apr 8, 2005
2:02 pm
20655
you can however acomplish this ith an applicaton language lke coldfusion, vb or php. ... From: "bobsawyerdotcom" <bobsawyerdotcom@...> To:...
Sean Renet
sean@...
Send Email
Apr 8, 2005
6:40 pm
20656
VBScript maybe, but not cf, php, or vb/asp, those are all server side languages. The idea is to allow a user to select files on their own machine. Short of...
Bill Killillay
wjkillay@...
Send Email
Apr 8, 2005
6:43 pm
20657
oh, I thought you were talking about the server. No, flash can't do it either. activeX is your only route. Sean ... From: "Bill Killillay"...
Sean Renet
sean@...
Send Email
Apr 8, 2005
6:55 pm
20658
You cannot even do it with CF or a server side language - any and all local machine routines will require end-user acceptance to function [installation of...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 8, 2005
7:45 pm
20659
Why in the world is IE blocking my ability to run this piece of code? It is on my desktop, for crying out loud. No reference to any site, not sending anything...
JoAnn Schlosser
jojo_super77
Offline Send Email
Apr 8, 2005
7:55 pm
20660
XP Service Pack 2? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 8, 2005
7:59 pm
20661
... can't imagine how that could be. try copying/pasting the entire document into a new file and re-running that one. if you're still getting an error ...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 8, 2005
8:18 pm
20662
right, I thought he was talking about server directories, not client directories ... From: "Robertson-Ravo, Neil (RX)" <Neil.Robertson-Ravo@...> ...
Sean Renet
sean@...
Send Email
Apr 8, 2005
10:06 pm
20663
There is a way to read client hard drives. Of course with Microsoft IE. This is why all the spy wares, search assistants and viruses access our machines unless...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Apr 8, 2005
10:31 pm
20664
This thread http://www.dynamicdrive.com/forums/showthread.php?t=93 seems to be about your problem. It has a resolution, if not an answer. BTW your original...
David Smart
smartware_co...
Offline Send Email
Apr 8, 2005
10:42 pm
20665
This has been the case since Microsoft had to stop Active Content from running. No big deal, just right click the information bar and you will be fine. "This...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Apr 9, 2005
6:39 am
20666
Thanks, and yes, I am running XP sp2 - by corporate fiat, of course. Still don't know why we don't have the option of allowing ActiveX content to run. I have...
JoAnn Schlosser
jojo_super77
Offline Send Email
Apr 13, 2005
2:01 pm
20667
Does anyone know if there is a way to include another .js file from within a .js file? I have a chunk of code that I wrote, and I put it all into a single .js...
davidhuyck
Offline Send Email
Apr 14, 2005
3:15 pm
20668
document.write("<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"/yourJsFileToIncludeGoesHere.js\"><\/SCRIPT>"); Try that... Bill K....
wjkillay@...
Send Email
Apr 14, 2005
4:20 pm
20669
Perfect, Bill! Thank you, DH. ... SRC=\"/yourJsFileToIncludeGoesHere.js\"><\/SCRIPT>");...
davidhuyck
Offline Send Email
Apr 14, 2005
5:21 pm
20670
I'm trying to construct a RegEx that will accomplish the following three requirements: a. Must contain an 1 uppercase letter. [A-Z] b. Must contain 1 digit....
Bosky, Dave
sknyppy
Offline Send Email
Apr 14, 2005
5:53 pm
20671
Got 2 jump menus here: http://www.tacticaltailor.com/new/test.htm The bottom one with the button works fine, but the top one with the image doesn't. Anybody...
Dean Hamack
tactics2337
Offline Send Email
Apr 25, 2005
11:00 pm
20672
try executing a function from the onclick event and then following it with a return statement. probably, the form is submitting, and preventing execution of...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 26, 2005
2:24 am
20673
... Thanks Carlos. That did the trick. Dean Hamack...
tactics2337
Offline Send Email
Apr 26, 2005
5:10 am
20674
Hi Javascript Group Need some help with some script issues, Browsers like mozilla, firefox and netscape doest not recognize my javascript. Only EI recognizes...
ecdavid07
Offline Send Email
Apr 26, 2005
5:55 am
20675
Hi all. I wrote a client-side form evaluation script that works on Firefox, Netscape, and IE on PC but fails on IE 5.2.3 for Mac. The code snippet that does...
Braal
grendel201
Offline Send Email
Apr 26, 2005
5:55 am
20676
I have this great dhtml image viewer and it works perfectly but since I load pics from various sources the size of the box is constantly changing and looks...
Brent Austin
brent1a
Offline Send Email
Apr 26, 2005
5:56 am
20677
... There are a couple of problems with your code. <FORM .... id="form" NAME="Form" ...> "form" is a reserved word, so you need to change the id and name to ...
Stephen Moretti (cfma...
cfdeveloperuk
Offline Send Email
Apr 26, 2005
10:47 am
20678
Hi! Ecdavid07(Nice Name) Plz try putting language attribute in the script tag as <Script Language="JavaScript"> and then try it. Hope it works. Rgds Harsha ......
Harsha Porwal
harshaporwal
Offline Send Email
May 3, 2005
5:17 am
20679
I have some content that is hidden and only displayed using JavaScript. However, when JavaScript is disabled, I want to display all of the content to start...
Stevio
steviorock
Offline Send Email
May 12, 2005
9:38 pm
20680
... I never finished this question. Am I right in saying that you are only supposed to have simple text between the noscript tags? Thanks, Stephen -- No virus...
Stevio
steviorock
Offline Send Email
May 12, 2005
11:55 pm
20681
I think yes is the answer. But you can use the unobtrusive javascript technique to reach what you want. I don't have a link about it right now, so do some...
Rafael Raposo
porrak
Offline Send Email
May 13, 2005
12:07 am
Messages 20652 - 20681 of 21091   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