Clearing Cache ?

T

Trevor L.

I was working on some HTML code and it appears that I am not getting the
latest versions of my files

e.g. in about.html I have a call to C:\Documents and Settings\Trevor\My
Documents\My Webs\myweb\trevor.html
but instead the folder C:\Documents and Settings\Trevor\My Documents\My
Webs\myweb is opened in IE

When on line it opened http://tandcl.homemail.com.au\index.html

How do I clear the cache?
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
S

Stefan B Rusynko

No one but you will be able to see any files on your hard disc, so a link to
C:\Documents and Settings\Trevor\My Documents\My Webs\myweb\trevor.html
should not be used
But you can use a link to
http://tandcl.homemail.com.au/trevor.html
--




|I was working on some HTML code and it appears that I am not getting the
| latest versions of my files
|
| e.g. in about.html I have a call to C:\Documents and Settings\Trevor\My
| Documents\My Webs\myweb\trevor.html
| but instead the folder C:\Documents and Settings\Trevor\My Documents\My
| Webs\myweb is opened in IE
|
| When on line it opened http://tandcl.homemail.com.au\index.html
|
| How do I clear the cache?
| --
| Cheers,
| Trevor L.
| Website: http://tandcl.homemail.com.au
|
|
| I choose Polesoft Lockspam to fight spam, and you?
| http://www.polesoft.com/refer.html
|
|
 
T

Trevor L.

Stefan, my apologies.
The link is relative, i.e. to trevor.html. In both cases (disk web and
online), it appears to link back to the previous page and I can't figure out
why

I have changed things a bit.

The story is now that about.html uses spawnJimcoPopup to open picture.html
with 2 parameters picture and caption
<a href=''
onclick="spawnJimcoPopup
('picture.html?picture=trevor.jpg&caption=Trevor',' ',
<!-- ('trevor.html',' ', -->
'toolbar=no,location=no,directories=no,status=no,'
+
'menubar=no,scrollbars=no,resizable=yes','540','500','center','0','pixel');
return false;">
Trevor</a>

picture.html is intended to resolve the 2 parameters using the function
qsobj in scripts/picture.js and then open trevor.html

There are now traces in picture.html and picture.js to see what is happening
but I cannot even get picture.html to open - it always goes back one step.

I have just recopied all files to my website. The javascript files are in
scripts/js.zip in case they are difficult to access

Can anyone explain what is wrong?

--
TIA,
Trevor L.
Website: http://tandcl.homemail.com.au

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
R

Ronx

You cannot place an HTML comment in a JavaScript expression.
Remove <!--(trevor.html,'',--> or try replacing it with
/*(trevor.html,'',*/
The entire function call must be on one line, including the comment.
 

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

Similar Threads


Top