Search Results

1
vote

When is JavaScript’s eval() not evil?

Only if the parameter you pass it is "alert('No!')"... …
0
votes

Is it possible to disable AJAX without disabling JavaScript completely?

No more than you can disable any other function - there may be some kludges or hacks to be found that could interfere with or break javascript, but we would hope not to find such vulnerabilities. …
1
vote

Maximum number of cookies allowed

IIRC, it's 20 for the majority general, more for some, and 10 for one particular browser (again IIRC, IE5.5?). Up to 10 is considered a safe number. You don't really need more than one anyw …