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=3D"REBOL_IE" = > CLASSID=3D"CLSID:9DDFB297-9ED8-421d-B2AC-372A0F36E6C5" > CODEBASE=3D"http://www.rebol.com/plugin/rebolb7.cab#Version=3D1,0,0,0" > WIDTH=3D"560" HEIGHT=3D"380" BORDER=3D"1" ALT=3D"Test"> > <PARAM NAME=3D"bgcolor" value=3D"#ffffff"> > <PARAM NAME=3D"version" value=3D"0.0.6"> > <PARAM NAME=3D"LaunchURL" value=3D"http://www.test.com/test.r"> > <PARAM NAME=3D"Args" VALUE=3D"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 < -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
