11
billo
Re: Page loading script
  • 2005/7/12 23:35

  • billo

  • Just popping in

  • Posts: 20

  • Since: 2004/10/17


Thank You, much appreciated. The advise given was very good unfortunitly not clear enough for me, newbie when it comes to this stuff, but your explanation was very clear.

12
billo
Re: Page loading script
  • 2005/7/13 0:17

  • billo

  • Just popping in

  • Posts: 20

  • Since: 2004/10/17


Ok, this is becoming fustrating for such a simple thing

<body bgcolor=#000000 <body onLoad="StatusLauftext();return true">
<!-- Load indicatior -->
<div id="waitDiv" style="position:absolute; right:0%; top:50%; visibility:hidden; text-align:center;">
<table cellpadding="3" cellspacing="3" class="waitbox"><tr>
<td align="center">
<b><big>数据转换中,请等待。。。big></b><br />
<img src="<{$xoops_imageurl}>/images/await.gif" alt="" />
<br />Please Wait.</td></tr>
</table>
<script type='text/javascript'>
<!--
toggle_visibility('waitDiv', 1);
//-->
</script>

</div>
<!-- End Load Indicator -->>



this is how I entered part 1


Part 2

</table>
<!-- Page Loaded Indicator Stop -->
<script type='text/javascript'>
<!--
toggle_visibility('waitDiv', 0);
//-->
</script>
<!-- End -->
</body>


After all this nothing happens

13
Bassman
Re: Page loading script
  • 2005/7/13 2:50

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


That's because you have the <body> opening tag in there twice. Change
Quote:

<body bgcolor=#000000 <body onLoad="StatusLauftext();return true">


to:

Quote:

<body bgcolor=#000000 onLoad="StatusLauftext();return true">

Login

Who's Online

120 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 120


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits