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...
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@...
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...
you can however acomplish this ith an applicaton language lke coldfusion, vb or php. ... From: "bobsawyerdotcom" <bobsawyerdotcom@...> To:...
Sean Renet
sean@...
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@...
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@...
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@...
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...
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@...
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 ...
right, I thought he was talking about server directories, not client directories ... From: "Robertson-Ravo, Neil (RX)" <Neil.Robertson-Ravo@...> ...
Sean Renet
sean@...
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@...
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...
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@...
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...
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...
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....
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...
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...
Hi Javascript Group Need some help with some script issues, Browsers like mozilla, firefox and netscape doest not recognize my javascript. Only EI recognizes...
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...
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...
... 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 ...
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 ......
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...
... 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...
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...