csotelo
csotelo

Reputation: 1485

disable javascript alerts in dreamweaver CS4

every time I do not complete a portion of javascript code, it always appears alert messages in Dreamwaver and is really annoying. How do I disable these alerts?

Upvotes: 1

Views: 1674

Answers (2)

Samad Aghaei
Samad Aghaei

Reputation: 15

View > Live View Options > Disable JavaScript

Upvotes: 1

Delton
Delton

Reputation: 46

I'm in Dreamweaver CS6, this was bugging the heck out of me too.

It's called the "Syntax Error Alerts in Info Bar".

In the "View" menu under "Code View Options" you can turn this off.

Upvotes: 3

Related Questions