Browser FAQs
This section provides frequently asked questions (FAQs) related to DWebPro primary web server.
|
How do I change the hostname "127.0.0.1" in the user's browser to something more user friendly? |
|
Open the [Main] HostName=my-dwebpro-site The text in the HostName field now becomes
the text used with the ##DWEBPRO_HOSTNAME## constant. Now open the [Browser] Url=http://##DWEBPRO_HOSTNAME##:##DWEBPRO_WEBSERVER_PORT##/ The user's browser will now show http://my-dwebpro-site:8080/ in the Address bar than the default http://127.0.0.1:8080/. If your Web site does not seem to be using your assigned HostName, it means that the user that is running DWebPro hasn't enough privileges to use this feature. |
|
|
How can I open Internet Explorer in full screen mode (kiosk mode)? |
|
Open the [Browser] OpenUrl=1 Params=-k %s Url=http://##DWEBPRO_HOSTNAME##:##DWEBPRO_WEBSERVER_PORT##/ Path=##IEXPLORER## If you need a more detailed control of Internet Explorer, you can use our MyIE tool. Refer to the My IE Software (My Internet Explorer) topic for additional information. |
|
|
I want to force the user's browser to a open at a specific size and make it centered on their screen. How do I do that? |
|
Specific control of Internet Explorer is possible by using the MyIE tool. Refer to the My IE Software (My Internet Explorer) topic for additional information on the control options available to you. As an example, we will open the user's browser at 800px width
by 600px height and make it centered on the screen. Open the [Browser] Params=--width=800 --height=600 --center=yes --url=%s Path=##DWEBPRO_PATH##\myie.exe An example of how to open the user's browser as non-resizable and without scrollbars is shown below: [Browser] Params=--scrollbars=no --resizable=no --url=%s Path=##DWEBPRO_PATH##\myie.exe | |

