PC Review


Reply
Thread Tools Rate Thread

Clearing Cache ?

 
 
Trevor L.
Guest
Posts: n/a
 
      30th Mar 2005
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


 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      30th Mar 2005
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
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Trevor L." <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
|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
|
|


 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      31st Mar 2005
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


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      31st Mar 2005
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.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Trevor L." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      31st Mar 2005
Ron

Thank you so much. It was simple once pointed out.

I did remove it at one stage today when testing and it worked , but I didn't
know why.
Now I just have to remember:
<!-- --> for HTML
// for Javascript
/* */ for Javascript and CSS.
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Clearing the DNS cache occam Windows XP Basics 3 8th Nov 2007 01:52 AM
Clearing the cache =?Utf-8?B?V2ViZm9yZA==?= Microsoft Frontpage 2 6th Mar 2006 11:00 PM
Clearing Cache Greg Windows XP Internet Explorer 1 27th Nov 2003 12:34 AM
clearing the cache ed Windows XP Accessibility 1 19th Sep 2003 05:17 AM
clearing cache Oxymel of Squil Windows XP New Users 1 5th Sep 2003 07:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:02 PM.