Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

java applet doesnt stop!

Hi,
if i try to click back one button on my homepage, after the java applet / game was running, nothing happens, everything is unreachable, blocked. Only the return button of the browser is active. May be someone in this round has a short hint how for the right code. -cheers
------
to2
[298 byte] By [to2] at [2007-11-11 11:59:14]
# 1 Re: java applet doesnt stop!
Welcome to dev-archive :WAVE:

It sounds like the game code is taking control of your browser. Is this game something that you wrote or something you found somewhere?
Hack at 2007-11-11 22:30:25 >
# 2 Re: java applet doesnt stop!
..., thanks a lot for your information!

This way i tried to integrate the applet:

<snip> <td style="padding-top: 20px; padding-left: 20px; vertical-align: top;" colspan="1" rowspan="8"><applet code="breakout.class" height="457" width="466"></applet></td> <snip>

The applet "breakout" i got from this side "JavaBoutique"!

The applet itself runs on my site!

Regards

to2
to2 at 2007-11-11 22:31:26 >
# 3 Re: java applet doesnt stop!
Think i've found the mistake!

Thank you!

------
to2
to2 at 2007-11-11 22:32:29 >
# 4 Re: java applet doesnt stop!
Post what you found and how you fixed it.

It might help someone else in a similiar situation.
Hack at 2007-11-11 22:33:24 >