Hi again.
I'm playing around with the code in the NetMeeting SDK , and realise I
need to learn some 'vbscript' to do what I want to do. Can anyone
direct me to an introductory resource on vbscript (and, for that
matter, jscript and javascript).
Thanks,
Ben
--------------------------
PS if anyone happens to know how to do this, and has the time to help,
here's my problem. The sample code in the SDK that enables you to
both start NetMeeting AND instruct it what e-mail address to call,
goes something like this:
part 1/-
<script language="vbscript>
Sub
CallToBtn_onclick()
NetMeeting.CallTo(CallToAddress.value)"
End Sub
</script>
part 2/-
<input type=text style="position:absolute; top:270; left:420;"
id="CallToAddress" size="18" value="[EMAIL PROTECTED]" >
part 3/-
(and of course there's a CallToBtn by the input box in question)
I want to change the instruction so that instead of the
"NetMeeting.CallTo" command taking the input value of a complete
e-mail address from the input at 2/- above, it just takes the username
that will be input, and then combines it with a default ISP address,
to deliver a complete CallToAddress. That is, I want to be able to
input, say, "bendavidson", rather than "[EMAIL PROTECTED]",
and have the programme turn that into "[EMAIL PROTECTED]" for
me.
I also need to find a command (if there is one) which will instruct
NetMeeting what ILS server to go to (and even change NetMeeting's
default ILS server, if possible).
...but as I say, just some introductory resources that might explain
and give examples of these sorts of commands (if they exist) would be
great!
Thanks,
Ben
----- Original Message -----
From: Ben Davidson
To: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Sent: Saturday, September 02, 2000 8:38 AM
Subject: Re: [NetMeeting] Fw: Create a NetMeeting Hyperlink on a Web
Page
Derek, thanks. I've got hold of the SDK and found there's a section
with all the sample code I need called 'mainteam.'. It's what Eric
has used on his site.
I'll play around with it and see what I can do.
-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------