I got there ---
*********************************************************************
The following code as HTML side on a Web server store:
nm.htm
*********************************************************************
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>NetMeeting Web Interface</title>
</head>
<body style="line-height: 100%">
<p align="center"><font face="Verdana" size="5"><i><b>NetMeeting Interface
Page</b></i></font>
</p>
<p align="center"><font face="Arial Narrow" size="2"><b>Please note that
this page
only works in Internet Explorer 4.x or later on Windows 95, 98, NT 4.x, ME,
2000 an XP.</b></font><br>
<font face="Arial Narrow" size="2"><b>If you do not have NetMeeting
installed already,
it will download when you open this page.</b></font><br>
<br>
</p>
<div align="center">
<center>
<table border="0" width="480" cellspacing="0" cellpadding="0" height="36"
bgcolor="#C0C0C0">
<tr>
<td align="center" width="248" height="20" bgcolor="#00FFFF">
<font face="Verdana">Remote Video</font></td>
<td align="center" width="237" height="20" bgcolor="#00FFFF">
<font face="Verdana">My Video</font></td>
</tr>
<tr>
<td align="center" width="240" valign="middle" height="230">
<font face="Arial Narrow">
<object ID="NetMeeting" CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17"
width="196" height="200" codebase="/netmeeting/nm30.exe">
<param NAME="MODE" VALUE="RemoteOnly">
</object>
</font></td>
<td align="center" width="240" valign="middle" height="230">
<font face="Arial Narrow">
<object ID="NetMeetingPreview"
CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17" width="196"
height="200">
<param NAME="MODE" VALUE="PreviewOnly">
</object>
</font></td>
</tr>
<tr>
<td align="center" width="240" valign="middle" height="64"
bgcolor="#FFFFCC">
<font face="Arial Narrow" size="2">This is the image the other person is
sending.</font>
<br>
<font face="Arial Narrow" size="2">This is blank if the other person has no
cam.</font></td>
<td align="center" width="240" valign="middle" height="64"
bgcolor="#FFFFCC">
<font face="Arial Narrow" size="2">This is your cam and what the other
person
sees.</font> <br>
<font face="Arial Narrow" size="2">This is blank if you have no
cam.</font></td>
</tr>
<tr>
<td colspan="2" align="center" width="491" height="1">
<p align="center">
<input type="button" value="callto:" id="CallToBtn"
onclick="NetMeeting.CallTo(CallToAddress.value)">
<input type="text" id="CallToAddress" size="20">
<input type="button" value="Hangup" id="HangUpBtn"
onclick="NetMeeting.LeaveConference()">
<input type="button" value="Undock" id="UndockBtn"
onclick="NetMeeting.UnDock()">
</p>
</td>
</tr>
<tr>
<td colspan="2" align="center" width="491" height="27">
<font face="Arial Narrow" size="2">You can put the IP address or hostname
of the person you wish to call in the white box above and press
"<b>callto:</b>"
to start the connection. Press <b>Hangup</b> to end the
connection.
Pressing <b>Undock</b> will start NetMeeting in standalone mode so you do
not need to stay on this webpage.</font><br>
<br>
</tr>
</table>
</center>
</div>
<p> </p>
<p><font face="Arial Narrow"><b>This page was created using the
<a
href="http://www.microsoft.com/windows/NetMeeting/Authors/default.ASP" target="_blank" rel="nofollow">www.microsoft.com/.../default.ASP">NetMe
eting
SDK</a> from <a href="http://www.microsoft.com">Microsoft</a>.</b></font>
<br>
<br>
<br>
</p>
</body>
</html>
*******************************************************************
A Web part provide with contents contents of HTML and content left on above
side (Nm htm) 3. Finished
*******************************************************************