On click of a button to call an applet

C

Cathey

My web page displays live images of size (640X380) using applet.
On Click of a button I need to display (320X240) in the same place.
How do I write a JavaScipt for this.
Thanks
Karthey


<HTML>
<HEAD>
<meta name="GENERATOR" Content="Microsoft Visual Studio.NET 7.0">
<script id="clientEventHandlersJS" language="javascript">

function Button1_onclick()
{
}

</HEAD>
<body>
<INPUT id="Button1" type="button" value="320X240" name="medimg"
onclick="return Button1_onclick()">
<table width="714" ID="Table1">
<tr>
<td width="640" height="480" rowspan="6">
<APPLET id="Applet1" style="WIDTH: 640px; HEIGHT: 480px"
height="480" width="483" align="top" code="CamView.class"
name="CamViewApplet" viewastext>
<PARAM NAME="imagefile" VALUE="<%=imageFile%>">
</APPLET>
</td>
</tr>
</table>
</body>
</HTML>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,265
Latest member
TodLarocca

Latest Threads

Top