|
Posted by Dif on 08/13/07 19:28
[CUT]
> Your server is Apache, good possibility you have PHP available. To test
> in a text editor insert following:
> <html>
> <head>
> <title>PHP Info</title>
> </head>
> <body>
> <?php phpinfo(); ?>
> </body>
> </html>
>
> save file as phpinfo.php
>
> upload to server and check with browser
>
> http://marcodifresco.interfree.it/test/phpinfo.php
>
> If you have PHP then you will see tables of PHP settings. If you have
> PHP then dump the hack with OBJECTs and use PHP includes
Tested, but as I suspected PHP is not supported (usually, here in
Italy at least, when ISPs bundle free web space with the connection,
it is just free space - ergo no sever-side scripting, but just the
plain HTML and eventually client-side scripting [like Javascripts]). :-
(
> MSIE will always put scrollbars on the object it seems. Really kludgy
> way to do includes.
Uhm, too bad. I could have lived with the extra space (due to the
first problem), but those scroll bars are very ugly. :-(
Anyway, thank for the help. :-)
BTW does anyone have any consideration for the second problem (pages
opened by links of the page rendered with OBJECT nested on a cell are
rendered inside the cell instead of loading a full new page)?
Navigation:
[Reply to this message]
|