find javascript 'include' files?

S

Steve Easton

It will be located in your temporary internet files.

C:\Documents and Settings\%userprofile%\Local Settings\Temporary Internet Files

In one of the folders.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

Murray

It is downloaded and in your temporary internet file folder.

Mine is here -

C:\Documents and Settings\<user>\Local Settings\Temporary Internet Files
 
P

Paul W

Thanks. That's actually where I expected it to be, and for my cnn example,
it IS there. However, for some others, e.g.
<script language="JavaScript" type="text/javascript"
src="functions_index.js"></script>

I simply can't locate the *.js anywhere. Any thoughts?

Paul.
 
M

Murray

You can always browse directly to the file, e.g.,
http://www.domain.com/functions_index.js. This will (at worst) prompt you
to save or open, and at best just open the file in the browser/editor of
your choice.

And that file is *somewhere* on your system unless it has been "FIFO'ed"
outta the file storage area....
 
Top