Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
Introduction>Accessing Pages from your Browser
Caravan Business Server>Help>Introduction>Accessing Pages from your Browser
Introduction http://IP ADDRESS:PORTNUMBER/FILENAME
Text We can have access to all files which are residing in template directory. On browser we need to type IP address and port number on which CBS is installed.
Sample http://192.168.0.99:8182/homepage.html
Here http://192.168.0.99 is ip address of computer on which CBS installed.
8182 is port number.
homepage.html is name of the page.
Back