Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Changing background colours

0 views
Skip to first unread message

Timothy

unread,
Jun 9, 2001, 9:31:18 PM6/9/01
to
Does anybody know how to change the background colour of a applet while it
is running?

I tryed this

<html>
<body bgcolor="aqua">
<applet code="TimsWorldClock.class" width="132" height="135" border=1>
<param name="bgcolor" value="00FFFF" id="clockbackground">
Your browser does not support applets
</applet>
</body>
</html>

and then you could change it using the clockbackground object
I worked in theory, not practice

Does anyone know where I went wrong, or a better way to do it?


0 new messages