You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
551 B
23 lines
551 B
<!-- WARNING: Eclipse auto-generated file.
|
|
Any modifications will be overwritten. -->
|
|
<html>
|
|
<body>
|
|
|
|
<script>
|
|
function llamarAplett()
|
|
{
|
|
document.write("Prueba de sonido");
|
|
|
|
alert("Prueba de sonido;")
|
|
}
|
|
</script>
|
|
|
|
<input type="button" onclick="llamarAplett();"/>
|
|
|
|
<!--
|
|
<applet code='com.hammurapi.jcapture.JCaptureApplet.class' archive='lib\jcapture.jar' width='20' height='20'>
|
|
<param name='outputDir' value='C:\_temp'>
|
|
</applet>
|
|
-->
|
|
</body>
|
|
</html> |