Note that there are some explanatory texts on larger screens.

plurals
  1. POVB Script in jsp/HTML is no working in IE10 but works in below versions
    text
    copied!<p>VB script is not working in IE10 I have used the below code copying in .html file . when I double click on the .html file below file opens perfectly in IE8 but not in IE 10 . Please help</p> <hr> <p> </p> <pre><code> &lt;STRONG&gt;New version of &lt;SPAN STYLE="background-color:yellow"&gt; v 2.10.12 &lt;/SPAN&gt;, released on &lt;SPAN STYLE="background-color:yellow"&gt; 7th Mar 2008.&lt;/span&gt;. &lt;/STRONG&gt; &lt;BR&gt;&lt;BR&gt; &lt;DIV ID="jwsReady"&gt; &lt;/DIV&gt; &lt;BR&gt; &lt;SCRIPT Language="VBScript"&gt; &lt;!-- Sub JWS ReadyHTML = ReadyHTML &amp; "&lt;br&gt;Please remember to set up the" ReadyHTML = ReadyHTML &amp; "&lt;SPAN STYLE=""background-color:yellow""&gt;Proxy&lt;/SPAN&gt; for Java Web Start&amp;copy;(JWS) as" ReadyHTML = ReadyHTML &amp; "&lt;SPAN STYLE=""background-color:yellow""&gt;None&lt;/SPAN&gt;, either: -" ReadyHTML = ReadyHTML &amp; "&lt;UL&gt;" ReadyHTML = ReadyHTML &amp; "&lt;LI&gt;during first access, when JWS prompts for proxy set up, or,&lt;/LI&gt;" ReadyHTML = ReadyHTML &amp; "&lt;LI&gt;by accessing the JWS program, either through the Start Menu" ReadyHTML = ReadyHTML &amp; "[Start-&amp;gt;Programs-&amp;gt;Java Web Start-&amp;gt;Java Web Start], or " ReadyHTML = ReadyHTML &amp; "its shortcut on the desktop.&lt;BR&gt;" ReadyHTML = ReadyHTML &amp; "In the menu File-&amp;gt;Preferences, General tab, select the Proxy as" ReadyHTML = ReadyHTML &amp; " &lt;SPAN STYLE=""background-color:yellow""&gt;None&lt;/SPAN&gt;.&lt;/LI&gt;" ReadyHTML = ReadyHTML &amp; "&lt;/UL&gt;" ReadyHTML = ReadyHTML &amp; "If you have any questions during setup, please contact the &lt;a href=""mailto:XYZ@gmail.com?subject=Install Support""&gt;dev group&lt;/a&gt;." NotReadyHTML = NotReadyHTML &amp; "&lt;BR&gt;" NotReadyHTML = NotReadyHTML &amp; "&lt;EM&gt;Before Installation, please make sure you have closed all other programs.&lt;/EM&gt;&lt;BR&gt;" NotReadyHTML = NotReadyHTML &amp; "Please choose default options all throughout&lt;BR&gt;" NotReadyHTML = NotReadyHTML &amp; "After installing the runtime environment, you may be required to restart the machine." NotReadyHTML = NotReadyHTML &amp; "If you have restarted, please visit this page again. If you have not restarted," NotReadyHTML = NotReadyHTML &amp; "please refresh this page." NotReadyHTML = NotReadyHTML &amp; "If you have any questions during install, please contact the &lt;a href=""mailto:xyz@gmail.com?subject=Install Support""&gt;dev group&lt;/a&gt;." BothJREJNLP = "JWS installed, but version not detectable. Try &lt;A HREF=""/rca/rca.jnlp"" STYLE=""color:blue;""&gt;Client&lt;/A&gt;. If you get any error(s), try &lt;a href=""http://mpts.ctc.chrysler.com/jre/j2re-1_4_2_07-windows-i586-p.exe""&gt;JRE v 1.4.2_06&lt;/a&gt;." &amp; NotReadyHTML &amp; ReadyHTML On Error Resume Next Document.All.jwsReady.innerHTML = BothJREJNLP End Sub Call JWS --&gt; &lt;/SCRIPT&gt; &lt;/DIV&gt; </code></pre> <p></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload