1
Views
3
Comments
Searching for "onlineavl2"
Question
is it possible to build a web application like "onlineavl2" ?
https://www.navmanwireless.com.au/au/support/online-avl-download.html

Notice, it is great how they distribute the system with a link. and no browser status and address bar ...
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Richie,

That looks like a windows fat client application and the OutSystems Agile Platform is used to create open web applications (ASP.NET or JEE) for intranets, extranets or the internet.

Cheers,
Tiago Simões
UserImage.jpg
Richard Chang
Thanks Tiago

I found out some more information. It is application. using ClickOnce in Visual Studio to distribute.

Is there anyway we can pack our web application as a link.
User can click on the link on the desktop. Then start use the web application without having address bar, status bar etc.
Similar to what Prism (https://prism.mozillalabs.com/)
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Richie,

Yes you could use Prism or Google Chrome (https://www.nirmaltv.com/2008/09/03/how-to-set-up-application-shortcuts-in-google-chrome/) to create application shortcuts to open in a browser window without address bar, status bar or toolbar.

Check also this thread that might help you on that - https://stackoverflow.com/questions/1842277/chrome-application-shortcuts-mozilla-prism-installer.

Another option would be to create an introduction page and use the javascript window open function.

Cheers,
Tiago Simões
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.