Learn

The forum of documents and methods for studying - Lượm lặt kiến thức


    Mở 1 trang web bằng popup (no address bar)

    QaniTri
    QaniTri
    Admin

    Nam Libra Monkey
    Tổng số bài gửi : 1568
    Tiền xu Ⓑ : 3891
    Được cảm ơn № : 6
    Ngày khởi sự Ngày khởi sự : 07/01/2013
    Đến từ Đến từ : HCMC
    Côngviệc / Sởthix Côngviệc / Sởthix : Languages, Softwares, Sciences, Martial arts

    Mở 1 trang web bằng popup (no address bar) Empty Mở 1 trang web bằng popup (no address bar)

    Bài gửi by QaniTri 4th July 2017, 20:58

    Open Run window:  + R(⊞ + R)

    Mở 1 trang web bằng popup (no address bar) Run-dialog-box-windows-8

    Internet Explorer

    For Internet Explorer you can use 

    Code:
    -k

     (kiosk mode):
    Starts Internet Explorer in kiosk mode. The browser opens in a maximized window that does not display the address bar, the navigation buttons, or the status bar.
    Example:
    Code:
    iexplore.exe -k http://www.google.com/
    Read more about this:

    • Internet Explorer Command-Line Options (native commands)

    • Open Internet Explorer in Specific Height and Width (script)




    Firefox

    Firefox command line option 

    Code:
    -fullscreen

     didn't work for me:
    Code:
    "firefox.exe" -url http://superuser.com -fullscreen
    But the use of R-kiosk 0.9.0 extension by Kimmo Heinaaro works like a charm.
    Real Kiosk is a Firefox extension that defaults to full screen, disables all menus, toolbars, key commands and right button menus. Alt+Home still takes you home.


    Chrome/Chromium

    Code:
    --app=http://address.com

     flag.
    You would use it by calling 

    Code:
    chromium-browser --app=http://some.website.org

     or 

    Code:
    google-chrome --app=http://www.google.com

     or 

    Code:
    chrome.exe --app=http://you.get.it

     etc.
    All available switches: http://peter.sh/experiments/chromium-command-line-switches/


    P/s: You might also want to take a look at the 

    Code:
    --kiosk

     flag.

    superuser.com



    Hướng zẫn tạo shortcut: link


      Hôm nay: 28th March 2024, 16:42