|
|
|
Opening Local HTML pages
Added on 4/3/2001
|
|
Compatibilities:
|
This item has not yet been rated
|
How can I open a HTML page on a local drive or CD?
File paths on the hard drive are a little different. You need to tell the browser that you are not looking on the web. This works pretty well...
goToNetPage "file:///" & thePathAndFilename
|
|