Menu

[af1ed2]: / checkoutconnectivity.htm  Maximize  Restore  History

Download this file

103 lines (103 with data), 5.7 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
<html>
<head>
<title>VoiceShot API v5.0 - Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a:hover { color: #C00000 }
.newbdytxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 125% }
.chklsttxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt }
.titletxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
.bluelink{ color: #0000CC; }
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<p>&nbsp;</p>
<table width="500" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#999966">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="center" class="titletxt">
<tr>
<td height="35"><b>Test Configuration</b></td>
<td height="35" align="right"><b>Outbound example</b></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#999966">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#F4F4E1">
<td>
<form method="post" action="checkoutconnectivity.php">
<table width="90%" border="0" cellspacing="0" cellpadding="2" align="center" class="newbdytxt">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="right">
<table width="80%" border="0" cellspacing="0" cellpadding="0" class="newbdytxt" align="center">
<tr>
<td height="30">View XML without sending</td>
<td align="center" width="75" height="30">
<input type="submit" name="submit" value="View">
</td>
</tr>
<tr>
<td height="30">Send XML to VoiceShot</td>
<td align="center" width="75" height="30">
<input type="submit" name="submit2" value="Send">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td class="chklsttxt">After clicking Send, seeing
<b>errorid=0</b> indicates your application can
successfully communicate with VoiceShot.
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr align="center">
<td class="chklsttxt"><a href="#" onClick="history.back(-1); return false" class="bluelink">Back</a></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<div align="center">
<font color="#666666" class="chklsttxt">
Copyright ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
VoiceShot LLC
</font>
</div>
<p>&nbsp;</p>
</body>
</html>