S
Sonnich Jensen
Hi!
Not sure whether it is the right solution, but this is what I cam up
with.
A header and an image for waiting...
<img src="bigrotation2.gif" name="load1">
then, when loaded, it should set the height to 0, or something.
But
<body onload="load1.height=0;">
does not work - though executed (tested with an alert as first thing)
And trying this
</table><p>
<script language="JavaScript" type="text/JavaScript"><!--
load1.height=0;
--></script>
when the table has loaded, did not work - the script (again tested
with an alert) is excuted _before_ the table is loaded. Not sure how
that is possible, as the code is not even sent to the user yet. (why?)
I usually work in PHP.
Basically, I want to set the height to 0 once loaded. Any ideas?
BR
Sonnich
Not sure whether it is the right solution, but this is what I cam up
with.
A header and an image for waiting...
<img src="bigrotation2.gif" name="load1">
then, when loaded, it should set the height to 0, or something.
But
<body onload="load1.height=0;">
does not work - though executed (tested with an alert as first thing)
And trying this
</table><p>
<script language="JavaScript" type="text/JavaScript"><!--
load1.height=0;
--></script>
when the table has loaded, did not work - the script (again tested
with an alert) is excuted _before_ the table is loaded. Not sure how
that is possible, as the code is not even sent to the user yet. (why?)
I usually work in PHP.
Basically, I want to set the height to 0 once loaded. Any ideas?
BR
Sonnich