[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Jon Spivey

4/27/2004 10:48:00 PM

Hi Chris,
I think you should probably contact Mike himself at http://WebsUnl...

--
Cheers,
Jon
Microsoft MVP - FP

chris martin wrote:
> Why does the code below work perfectly in the "preview" pabe of Front
> pAGE BUT GIVE AN ERROR IN ie6.0?
>
> This line below causes error:
> document.FrontPage_Form1.btnStart.onblur = new Function("
>
> <script language=javascript name="CookieDisplay" ><!--
> // Webs Unlimited's J-BOTS FrontPage 2002 JavaScript Generator
> version 4.0 // Copyright Webs Unlimited 1998, 1999, 2000, 2001 All
> rights reserved - http://WebsUnl...
> document.write(GetCookie("SWPAWEB", "Auto Refresh On" ));
> //--></script><!--webbot bot="COOKIEVALUEDISPLAY" endspan
> i-checksum="34179" --></FORM><p><!--webbot bot="COOKIEFIELD"
> WIP="yes" startspan Preview="[ Cookie Field Value - SWPAWEB ]"
> s-cookielength="0" tag="p" s-cookiekey="SWPAWEB"
> s-cookieform="FrontPage_Form1" s-cookietimeunit="1"
> s-cookiefield="btnStart (button)" clientside --><script
> language=javascript ><!-- // Webs Unlimited's J-BOTS FrontPage 2002
> JavaScript Generator version 4.0 // Copyright Webs Unlimited 1998,
> 1999, 2000, 2001 All rights reserved - http://WebsUnl...
> document.FrontPage_Form1.btnStart.onblur = new Function(" var expdate
> = new Date; expdate.setTime (expdate.getTime() + (1 * 86400000));
> SetCookie('SWPAWEB',
> document.FrontPage_Form1.btnStart.value,expdate,'/');");
> //--></script><!--webbot bot="COOKIEFIELD" endspan i-checksum="60488"
> --></p><p><!--webbot bot="COOKIEFIELD" WIP="yes" startspan Preview="[
> Cookie Field Value - SWPAWEB ]" s-cookielength="0" tag="p"
> s-cookiekey="SWPAWEB" s-cookieform="FrontPage_Form1"
> s-cookietimeunit="1" s-cookiefield="btnStop (button)" clientside
> --><script language=javascript ><!-- // Webs Unlimited's J-BOTS
> FrontPage 2002 JavaScript Generator version 4.0 // Copyright Webs
> Unlimited 1998, 1999, 2000, 2001 All rights reserved -
> http://WebsUnl...
> document.FrontPage_Form1.btnStop.onblur = new Function(" var expdate
> = new Date; expdate.setTime (expdate.getTime() + (1 * 86400000));
> SetCookie('SWPAWEB',
> document.FrontPage_Form1.btnStop.value,expdate,'/');");
> //--></script><!--webbot bot="COOKIEFIELD" endspan i-checksum="38422"
> --></p><p>&nbsp;</p></body></html>