Bill, no. I mean that the two sets of code [one is native html and the
other is JHS produced html] are identical when I look at the browser raw
code, except that the JHS version does not produce the text at all, and
except that the JHS html code is wrapped in a <form>..</form>, while the
native code has no <form>.

The identical code is as follows.

<body>
<div id="game">
<div class="screen" id="splash-screen">
<h1 class="logo">Jewel <br/>Warrior<h1>
<span>Click to continue</span>
     </div>
<div class="screen" id="main-menu"></div>
<div class="screen" id="game-screen"></div>
<div class="screen" id="high-scores"></div>
</div>
</body>

So why is there no text. No "Jewel <br/>Warrior". No "Click to continue".

Thanks for asking,



On Tue, Feb 4, 2014 at 9:20 AM, bill lam <bbill....@gmail.com> wrote:

> You meant there were codes after the </body> tag?
>
> Пн, 03 фев 2014, Brian Schott писал(а):
> > Now I have a new issue (if I ignore the need for workarounds with the
> > libraries). The splash screen for my does not show any of the text
> > contained in the html, only the darkened rectangle shows. According to my
> > browser viewing the source code, my HBS code produces exactly the same
> > inside the <body>...</body> as does the code in Jacob's example *except*
> > that in JHS that code is inside some other code that I report below.
> >
> > <body onload="jevload();" onunload="jevunload();"
> > onfocus="jevfocus();"><form id="j" name="j" method="post"
> > action="tgsj"><input type="hidden" name="jdo"     value=""><input
> > type="hidden" name="jlocale" value="tgsj"><input type="hidden" name="jid"
> >   value=""><input type="hidden" name="jtype"   value=""><input
> > type="hidden" name="jmid"    value=""><input type="hidden" name="jsid"
> >  value=""><input type="submit" value="" onclick="return false;"
> > style="display:none;width:0px;height:0px;border:none">
> >
> > [in here is the identical code which I will add below for more
> completeness]
> >
> > </form></body>
> >
> > Next is the identical code.
> >
> > <div id="game">
> > <div class="screen" id="splash-screen">
> > <h1 class="logo">Jewel <br/>Warrior<h1>
> > <span>Click to continue</span>
> >     </div>
> > <div class="screen" id="main-menu"></div>
> > <div class="screen" id="game-screen"></div>
> > <div class="screen" id="high-scores"></div>
> > </div>
> >
> > So, where is the "Jewel Warrior" and the "Click to continue" hiding?
> >
> > Thank you,
> >
> >
>
-- 
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to