This is the LAST stretch of the "Browser Cache Busting" exercise which has been given to me in the last week. Meta Tags, Twin <BODY> statements and other suggestions, all with good intentions, have not worked.
This is the fragment that will work no matter how a clients browser cache is configured. (Thanks dang65)
frag1.
<TD>
<SCRIPT LANGUAGE="JavaScript">
document.write('<A HREF="/cgi-bin/myscript.pl?Dummy=' + (new Date()).getTime() + '">Link Text Here</A>')
</SCRIPT>
</TD>
After five hours of trying to fit this sideways into a RollOver image statement (frag2) and trying to understand what ' & " mean to a browser I realised I was not making much progress.
frag2.
<a href="/cgi-jeanwarehouse/viewcart.pl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','toolbar/tb1d.jpg',1)">
<img name="Image20" src="toolbar/tb1u.jpg"></a>
Yes, those are DW3 js function calls.
Could anyone please offer a suggestion on how to combine frag1 with frag2 OR maybe some web resource that adequately explains (to the javascript lay person) what ' & " actually do or don't?
Many thanks to you all
abraxas
This is the fragment that will work no matter how a clients browser cache is configured. (Thanks dang65)
frag1.
<TD>
<SCRIPT LANGUAGE="JavaScript">
document.write('<A HREF="/cgi-bin/myscript.pl?Dummy=' + (new Date()).getTime() + '">Link Text Here</A>')
</SCRIPT>
</TD>
After five hours of trying to fit this sideways into a RollOver image statement (frag2) and trying to understand what ' & " mean to a browser I realised I was not making much progress.
frag2.
<a href="/cgi-jeanwarehouse/viewcart.pl" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image20','','toolbar/tb1d.jpg',1)">
<img name="Image20" src="toolbar/tb1u.jpg"></a>
Yes, those are DW3 js function calls.
Could anyone please offer a suggestion on how to combine frag1 with frag2 OR maybe some web resource that adequately explains (to the javascript lay person) what ' & " actually do or don't?
Many thanks to you all
abraxas