Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Disabled javascript

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41600
    vin308
    Member

    Hi All,
    If my browser is disabled javascript, then what is the way to run script without enabling it.

    #119017
    vin308
    Member

    Thanks joshuanhibbert,
    Is this the only way to deal with this issue?

    #119103
    vin308
    Member

    Can I restrict user to login to my application if javascript is disabled?

    #119104
    EkingRDL
    Member

    That’s not very nice to do but you can with noscript

    #119177
    EkingRDL
    Member

    @Eric, how can you do this with css:

    <noscript>
    Sorry, to experience the application/website fully you must enable javascript.
    </noscript>

    That’s what @vin308 was asking right?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.