Atozed Forums

Full Version: Server page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys  Smile

I am a beginner with Intraweb. I use Delphi 11.
I would like to know how to directly launch the web display page without having to interact with this server page 

Thank you
You must use an .iwb file and the option StartBrowser=1
More info here: http://docs.atozed.com/docs.dll/developm...0File.html
With your app running, use your browser with the localhost address and port number

http://127.0.0.1:59400/$/start

[edit] if you are asking how to have the web page automatically launch, see the above message re: StartBrowser.

Dan
Thank you for your help !
Have a good day