
Re: How To Deal With An Empty Page...
mmm, test this file and replace where it's SCRIPT CODE HERE with your script
Hey thanks it works... or better: the script now works and the page loads
What should I do now to make it appear like the portal with the script in the middle instead of xsnews?
I'd like the script to be in the middle of the page, with normal blocks in left and right columns...
Ah by the way, I get some errors:
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /chat.php:2) in /includes/sessions.php on line 428
Warning: Cannot modify header information - headers already sent by (output started at /chat.php:2) in /includes/sessions.php on line 429
Warning: Cannot modify header information - headers already sent by (output started at /chat.php:2) in /includes/page_header.php on line 1227
Warning: Cannot modify header information - headers already sent by (output started at /chat.php:2) in /includes/page_header.php on line 1229
Warning: Cannot modify header information - headers already sent by (output started at /chat.php:2) in /includes/page_header.php on line 1230
Could they be due to the script?
The script is quite simple I think, it just recalls a java applet:
- <!-- Begin Azzurra JavaCR Code -->
- <center>
- <applet align="center" archive="http://javacr.azzurra.org/java/cr.zip" codebase="http://javacr.azzurra.org/java/" code="ConferenceRoom.class" width="670" height="390">
- <param name="cabbase" value="http://javacr.azzurra.org/java/cr.cab">
- <param name="ssp" value="http://javacr.azzurra.org/params/javaazzurra.prm">
- <param name="joinSound" value="drip.au">
- <param name="nick" value="kope_guest">
- <param name="restricted" value="false">
- <param name="room" value="#kope">
- <param name="roomsWidth" value="0">
- <param name="simple" value="false">
- <param name="ticker" value="">
- Questa applicazione necessita di un browser abilitato Java
- </applet>
- </center>
- <center>
- <a href="http://www.azzurra.org" target="_blank">
- <img src="http://www.azzurra.org/aznetlogo.gif" border="0">
- </a>
- </center>
- <!-- End of Azzurra JavaCR Code -->
-
-