This may just be my lack of Javascript skills, but when I try
concatenating as you suggest, it doesn't work. I've copied the code
I've been playing with below. Any help very gratefully received.
Ben
Part 1/ concatenating function:
function deliverCallerAddress()
{
var Address = address.value;
var CallToAddress = 'ils.btinternet.com/' + Address;
}
Part 2/ callto command
<script language="vbscript">
Sub CallToBtn_onclick()
NetMeeting.CallTo(CallToAddress.value)
End Sub
</script>
Part 3/ user input:
<input type=text name="address" onBlur="deliverCallerAddress();" value="e-mail
address here" >
----- Original Message -----
From: Brian Sullivan
To: [EMAIL PROTECTED]
Sent: Friday, November 10, 2000 1:44 PM
Subject: RE: [NetMeeting] forcing ils address
> Ah, I see; so you want to determine the ILS address, but have the caller
> input the e-mail address. Hmm, not too sure if/how that could be done...
>
>
You should be able to do this with javascipt. The sdk has web samples where
the callto address is specified -- just concatenate the ils server to the
supplied email address before the call is made.
-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------
-----------------------------------------------------------------------
http://www.meetingbywire.com/Mailinglist.htm for unsubscribe information
-----------------------------------------------------------------------