|
-
Jan 26th, 2004, 11:38 AM
#1
Thread Starter
Lively Member
File exists in Javascript
Hiya
Is there anyway of seeing if a file exists using javascript
I know i can do this in VBS but really need to use Javascript unless someone knows of a way of calling an ASP function in XSL 
Thanks
Sarah
-
Jan 26th, 2004, 12:14 PM
#2
Frenzied Member
not sure exactly what kind of file you're looking for, but:
http://developer.irt.org/script/52.htm
-
Jan 26th, 2004, 12:22 PM
#3
You cannot test for the existence of a file on the user's system in any web language that a sane person uses.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 27th, 2004, 03:46 AM
#4
Thread Starter
Lively Member
It is to check the existance of a file on the server, an image file to see if we display it
-
Jan 27th, 2004, 05:46 AM
#5
Frenzied Member
client side JavaScript can definately NOt do that. what is this for? a slideshow?
Have I helped you? Please Rate my posts. 
-
Jan 27th, 2004, 05:48 AM
#6
Thread Starter
Lively Member
The link sent worked great - thanks!!
It is being used in a new website, that lists companies, some companies have their logos on the site others dont, so we needed to work out how to do this!
-
Jan 27th, 2004, 05:52 AM
#7
Frenzied Member
Somewhere in your database, you should specify if the image exists?
oh, did you get it working already?
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|