| Properties |
Data Type |
Accept Values |
Sample Input/Output |
Note |
| BaseHREF |
String (Read Only) |
|
|
Reserved field |
| BeginSearchString1 |
String |
Any string |
<html>;<table>;BeginText |
SBInfo will search the Web page
for the specified string. You can define up to 3 sets of results for a
single Web page. |
| BeginSearchString2 |
| BeginSearchString3 |
| BegStrSkipCount1 |
Integer |
0 to n (where n is
non-negative integer) |
0, 1, 2 |
If same string appears in the Web
page multiple times, SBInfo will ignore the the first n-1 string. |
| BegStrSkipCount2 |
| BegStrSkipCount3 |
| EndSearchString1 |
String |
Any string |
</html>;</table>;EndText |
End pair for the
BeginSearchString |
| EndSearchString2 |
| EndSearchString3 |
| EndStrSkipCount1 |
Integer |
0 to n (where n is
non-negative integer) |
0, 1, 2 |
If same string appears in the Web
page multiple times, SBInfo will ignore the the first n-1 string. |
| EndStrSkipCount2 |
| EndStrSkipCount3 |
| ErrorCode |
Integer |
|
0, 1, 2 |
0: No error
1: Unable to connect to Web Server
2: Begin String Not Found
3: End String Not Found |
| ErrorMessage |
String (Read Only) |
|
Begin String Not Found |
| HostIP |
String (Read Only) |
|
209.203.125.46 |
You need this IP address to register SBInfo. Do not register with a
Dynamic IP address. Because RegKey is generated based on the IP address.
Register the software ONLY with a static IP address.
|
| NoFORM |
Boolean |
|
True |
If true, SBInfo will delete all forms in the
Result string. If false, SBInfo will do nothing with forms in result. |
| NOHREF |
Boolean |
|
False |
If true, SBInfo will delete all hyperlinks in
Result string. If false, SBInfo will keep the links and convert relative
link to absolute link |
| RegKey |
String |
Received from Addsoft after you register the
software with your Static IP address |
1234567890 |
If it is not a valid RegKey, ActiveX control
will delay 5 seconds before sending data. |
| Result1 |
String (Read Only) |
|
|
If SBInfo finds BeginSearchString and EndSearchString, it will return
every thing between these two strings (Not include these two strings
themselves). Empty string if there is an error.
|
| Result2 |
String (Read Only) |
| Result3 |
String (Read Only) |
| RegKey |
String |
Received from Addsoft after you register the
software with your Static IP address |
1234567890 |
If it is not a valid RegKey, ActiveX control
will delay 5 seconds before sending data. |
| ReturnedHTML |
String (Read Only) |
|
|
Entire Web page kept in this string |
| URL |
String |
Any URL on the Internet
(Current version does not support https) |
http://www.addsoft.net |
SBInfo will retrieve Web page from this
URL. |