|
|
Web Call
|
We own the unique core technology VAVCS.
We have created VAVCS communication service agreement,shich is the basic of VAVAA global telecom. |
|
|
|
|
| |
These ones who browse you website can give you a FREE VIDEO call
, as long as he/she click
which embedded in your website . |
| |
 |
Web call to gateway switch |
 |
|
| Web call means activating a phone call by clicking web link. Technically, it's not complicated. It makes you start a call just by clicking the link, not dialing numbers one by one. It makes you feel the improvement of technology and brings your lives more convenient .
after you download VAVAA, a
control named vavaax.ocx is installed in your
computer , you can add the following codes at
the beginning of the web: |
|
|
|
|
<SCRIPT
LANGUAGE="JavaScript">
function VAVAA_command( cmd )
{ about = VAVAA.about ;
if( about == null )
{
location = "http://www.vavaa.com" ; }
else
{/VAVAA.command( cmd ) ;
}
}
</SCRIPT>
<object classid="clsid: 8A 3D3492-5E 6A
-4FAA-BF81-7AB716196321" id="VAVAA"
width="1" height="1" > </object> |
|
You can modify the download
pointing as you like. While someone click
, a dialogue box will pop up ."please download
VAVAA first", click"yes", and then come to
downloading web , if directly pointing to
downloading web ,
For example:" location = http://www.vavaa.com/download/headsetup.exe"
. it's a surprise to users .
Right now, you can put wherever
you like on the web by using VAVAA_command
. E.g.: the following link code says the word
dial?839123xxxxx, which means dialing
839123xxxxx
<a href="javascript:vavaa_command(
'dial?839123xxxxx' )">dial: 839123xxxxx</a>
According to this instruction , you can look
up its source code.
note: a business web cannot
embed the code of VAVAA control without VAVAA
permission |
|
|
|
|