Link to home
Start Free TrialLog in
Avatar of rVini
rVini

asked on

Disabling javascript

Is it possble to disable java script in jsp through code with out using the browser feature.
ASKER CERTIFIED SOLUTION
Avatar of sajid_bwp
sajid_bwp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
 Hello,
  Because JavaScript is Client-Side script, we must use borwser setting to disable it. However, if you want to use jsp to complete this task, you can output from your jsp page no JavaScript code.

  Tri