HighDots Forums  

Iframe to local directory or another way

Javascript JavaScript language (comp.lang.javascript)


Discuss Iframe to local directory or another way in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
devilbear
 
Posts: n/a

Default Iframe to local directory or another way - 11-05-2005 , 11:14 PM







I would like to display a local directory in an iframe or a webpage. I
have tried a number of different paths in an iframe and that doesn't
work. I don't know how to call info from a local directory in html or
java but I know it is possible because I have been to websites that
display my C:\ directory as an example of this but I can't find one
now. Can anyone help!






Sorry i didn't introduce myself.
I'm Matt aka devilbear
admin at funkb.us sports


Reply With Quote
  #2  
Old   
Joshie Surber
 
Posts: n/a

Default Re: Iframe to local directory or another way - 11-06-2005 , 12:12 AM






Quote:
I would like to display a local directory in an iframe or a webpage
You can try pointing to file:///C or in a frameset, but it will only
work on Windoze machines. It also won't (or shouldn't) work in most
browsers (esp when done thru JS) due to security restrictions, and
anything on the users computer is completely off limits to JS in all
but the worst browsers.

Quote:
I have been to websites that display my C:\ directory
Your browser has lax security, or you have changed your security
settings. Are you sure it wasn't a file upload dialog?



Reply With Quote
  #3  
Old   
devilbear
 
Posts: n/a

Default Re: Iframe to local directory or another way - 11-06-2005 , 12:32 AM



Nah that won't work. I guess I need to go about this differently.

I'm trying to make a page so that one you go to it it displays your own
favorites linkable.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.