Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Working code, after some interactive debugging (a style attribute was not closed correctly).</p> <pre class="lang-html prettyprint-override"><code>&lt;html&gt; &lt;head&gt; &lt;HTA:APPLICATION selection="no" contextmenu="no" /&gt; &lt;title&gt;Splash Screen&lt;/title&gt; &lt;script type="text/vbscript"&gt; Dim oPopup Set oPopup = window.createPopup() Function goContext() Dim oPopupBody Set oPopupBody= oPopup.document.body oPopupBody.innerHTML = oContext.innerHTML call oPopup.show(275, 200, 400, 300, document.body) End Function &lt;/script&gt; &lt;/head&gt; &lt;body onload="goContext()" onmousedown="oPopup.hide"&gt; &lt;!-- Splash Screen --&gt; &lt;div ID="oContext" style="display:none"&gt; &lt;div style="position:absolute; top:0; left:0; width:400px; height:300px; border:1px solid black;background:#eeeeee;"&gt; &lt;div style="padding:20px; background:white; border-bottom:5px solid #cccccc"&gt; &lt;b&gt;&lt;h2 align="center"&gt;&lt;i&gt;Game Launcher&lt;/i&gt; &lt;small&gt;&lt;sub&gt;ver: 1.00&lt;/sub&gt;&lt;/small&gt;&lt;/h2&gt;&lt;/b&gt; &lt;/div&gt; &lt;div style="padding:20px; font-size:8pt; line-height:1.5em; font-family:verdana; color:black;"&gt; &lt;center&gt; &lt;marquee direction="up" height="100" width="300" scrollamount="1"&gt;Le text goes here&lt;/marquee&gt; &lt;br&gt;&lt;br&gt; &lt;b&gt;&amp;#169;2013 Petzl11 Development.&lt;/b&gt; &lt;/center&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- End Splash Screen --&gt; &lt;center&gt; &lt;button onclick="goContext()"&gt;Show Splash Screen&lt;/button&gt;&lt;br&gt; &lt;b&gt;Internet Explorer Only!&lt;/b&gt; &lt;/center&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Note the <code>&lt;HTA:APPLICATION&gt;</code> element and <a href="http://msdn.microsoft.com/en-us/library/ms536495%28v=vs.85%29.aspx" rel="nofollow">read through its documentation</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

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