I know that I can open html links in a new window using target = "_ blank", but how can I hide / disable all browser toolbars?
You should use window.open('url to open','window name','toolbar=no');
window.open('url to open','window name','toolbar=no');
window.open ('your url here', 'name', 'toolbar = 0, status = 0');
With Javascript. But it is better and useful if you create a fake window with javascript.
I believe the only way to do this is to use the JavaScript function Window.open. I do not know any HTML / CSS method for hiding browser controls.
Do not do this. Jokes aside. This is one of the best ways to remove users.
Source: https://habr.com/ru/post/1285787/More articles:Explore macros in a circuit with Lisp - macrosecho nested quotes in tcsh - tcshTemplate problems with Barton and Nakman - c ++How to check if ajax function from previous call is busy - javascriptIn UIKit, how to detect when a UISlider stopped moving but wasn’t released - iphoneApache logs - what's the difference between% a and% h? - apacheHow can I rotate the image in response to the iPhone accelerometer? - iphoneHow to name Microchip PIC USB DLL with Delphi 2009 - unicodeSpecified or default maximum value for the Y axis in the SSRS diagram - reporting-servicesIs it possible to declare AS3 vectors with a type reference? - genericsAll Articles