javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kalaivanan

    #1

    javascript

    hi,
    this is regarding web application.

    my requirement is that, for a particular page i want the javascript to
    be disabled and make it enabled for all other pages in my application.

    so how do i enable or disable javascript using either javascript or c#
    ?
    i need ur help.

    kalaivanan

  • Ciaran O''Donnell

    #2
    RE: javascript

    Why cant you just not have javascript on this page?

    Ciaran O'Donnell

    "kalaivanan " wrote:
    hi,
    this is regarding web application.
    >
    my requirement is that, for a particular page i want the javascript to
    be disabled and make it enabled for all other pages in my application.
    >
    so how do i enable or disable javascript using either javascript or c#
    ?
    i need ur help.
    >
    kalaivanan
    >
    >

    Comment

    • Laurent Bugnion

      #3
      Re: javascript

      Hi,

      kalaivanan wrote:
      hi,
      this is regarding web application.
      >
      my requirement is that, for a particular page i want the javascript to
      be disabled and make it enabled for all other pages in my application.
      >
      so how do i enable or disable javascript using either javascript or c#
      ?
      i need ur help.
      >
      kalaivanan
      Thankfully, it is totally impossible. Noone allows you to mess with my
      browser's settings.

      That said, if you don't want to use JavaScript on a page, just don't
      include any JavaScript on that page. You're the page creator, aren't you?

      HTH,
      Laurent
      --
      Laurent Bugnion, GalaSoft
      Software engineering: http://www.galasoft-LB.ch
      PhotoAlbum: http://www.galasoft-LB.ch/pictures
      Support children in Calcutta: http://www.calcutta-espoir.ch

      Comment

      Working...