Deutsch | |||||||||||
MM3-WebAssistant Configuration | |||||||||||
| |||||||||||
|
You can control the Queries of settingsThe query of values is carried out via the URL about the syntax: Example
You use for the query, whether the Query: http://127.0.0.1:8080/?isOnline
Control of settingsValues are set with the URL about the syntax: Example
Setting the surf mode: "Online"
http://127.0.0.1:8080/?isOnline=yesSetting the surf mode: "Offline" http://127.0.0.1:8080/?isOnline=no
Example
The
http://127.0.0.1:8080/?isOnline=switch
BookmarksEnter the required URLs as bookmarks on your browser. Example
Create for every surf set one bookmark, for the surf set "hobby" you enter the URL:
http://127.0.0.1:8080/?surfSet=hobbyWith this bookmark you then simply can switch to the surf set "hobby".
Example
You read a page in the offline mode and would like to update these. To this you must do:
javascript:location.href='http://127.0.0.1:8080/?isOnline=switch&at;url='+document.URL | |||||||||||
|