In HTML, how do you show an HTML without scrollbar? how do you also show a HTML in...

  • Thread starter Thread starter clueless
  • Start date Start date
C

clueless

Guest
...full screen ? this is upright showing of HTML ( like your main page ).
for the full screen, how do you show it in such a way that it is similar to pressing f11. another application is calling this HTML page and its not user triggered.
 
To do something like this you need more than html. You need to add javascript to get it the way you want. It may annoy some visitors to your site if you force them to view a page in full screen.
 
Back
Top