[REBOL] Re: Plugin refresh problem
From: pwawood:gm:ail at: 19-Feb-2009 18:35
On 19 Feb 2009, at 17:59, Şemseddin Moldibi [ Bircom ] wrote:
> Hi, How do I force Plugin to refresh script content?
>
> I added the object to my web site like below: (link is not real below)
>
> <OBJECT ID="REBOL_IE"
> CLASSID="CLSID:9DDFB297-9ED8-421d-B2AC-372A0F36E6C5"
> CODEBASE="http://www.rebol.com/plugin/rebolb7.cab#Version=1,0,0,0"
> WIDTH="560" HEIGHT="380" BORDER="1" ALT="Test">
> <PARAM NAME="bgcolor" value="#ffffff">
> <PARAM NAME="version" value="0.0.6">
> <PARAM NAME="LaunchURL" value="http://www.test.com/test.r">
> <PARAM NAME="Args" VALUE="test">
> </OBJECT>
>
> It worked, then I change something in test.r but plugin content
> doesn't
> get refreshed.
> I refreshed the page, changed the "version" in script, changed web
> link,
> uninstalled and reinstalled the plugin, deleted all the temporary
> internet files, deleted all the files under "downloaded program
> files".
> But it stil shows the old version of my script? (and ofcourse I
> tried
> the script as normal (not plugin) it works as expected)
> Where the script downloaded locally? And how do I force it to refresh?
> I'm using XP Pro, with Internet Explorer 7.
> Thx.
Is the Param tag case-sensitive? Perhaps you could try with
NAME="Version" instead of NAME="version"?
Peter