Surf Requests

Within any Flash, HTML, or ASP web page can be embedded a certain string that Surf Touch will recognize as a Surf Request thus executing the function that was called. Below are a few of these particular strings.

Embedded HTML Example:........<a href="surf_request:showkeyboard>Touch Here</a>

 
COMMAND DESCRIPTION
surf_request:logoff
surf_request:exitapplication
surf_request:printpage
surf_request:showkeyboard
surf_request:executedialer
surf_request:executedialer||#######
surf_request:executebrowser||www.website.com;X
surf_request:execute||c:\application.exe||argument
surf_request:movetorow||X
surf_request:launchslection
surf_request:printcoupon||c:\couponpath
Closes browser and returns to idle mode.
Closes browser and returns to Selection screen.
Prints the current web page.
A popup keyboard is displayed.
Executes Dial Pad to make a phone call.
Where ### is a number that is speed dialed.
Start Browser, where X is starting row.
Launches an application.
Move from current row to browser row X.
Launches the Selection Menu.
Prints a coupon.


BACK