find javascript 'include' files?

  • Thread starter Thread starter Paul W
  • Start date Start date
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
 
It is downloaded and in your temporary internet file folder.

Mine is here -

C:\Documents and Settings\<user>\Local Settings\Temporary Internet Files
 
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.
 
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....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top