View Single Post
Old 10-07-2012, 05:19 PM   PM User | #11
fireplace_tea
New Coder

 
Join Date: Sep 2012
Location: Boulder, CO
Posts: 56
Thanks: 5
Thanked 0 Times in 0 Posts
fireplace_tea is an unknown quantity at this point
I am getting a better picture of what you are trying to do. The BEST thing you can do is learn Java and write a client application. Java is designed and allowed to dive into the OS file system, where JavaScript\HTML\CSS are not designed to dive into the OS file system (thus physically can not do it). There may be some weird way to do it with another small language...I suggest you do a google search and see what you can find out. You will want a language that can access the OS file system and talk to your webpage.

OH, and as far as getting rid of frames, try using normal CSS layout techniques and see if iFrames will do the trick for you.

Last edited by fireplace_tea; 10-07-2012 at 05:21 PM..
fireplace_tea is offline   Reply With Quote