Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do you know what this means?

Status
Not open for further replies.

Dipesh21

Technical User
Dec 16, 2003
18
GB
Does anyone know what this means? I got it when opening a file that included a popup menu. It might be a reason why the menu isn’t working properly. If you know what this is it would be most appreciated. Cheers

Unable to open script file “ValidateNonBlank.js” (errors).
At line 73 of file “C:\Program Files\Macromedia\Dreamweaver\MX\Configuration\Behaviors\Actions\Advanced Form Validations\Validate_NumberofChors.js”. If (Maximm =”) {

Test for equality (= =) mistyped as assignment (=)?

At line 76 of file “C:\Program Files\Macromedia\Dreamweaver MX\Configuration\\Behaviors\Actions\AdvancedFormValidationsValidate_NumberofChors.js”. If (Maximm =”) {

Test for equality (= =) mistyped as assignment (=)?
 
it looks to me you perhaps downloaded or are working with a dreamweaver extension that contais syntax errors.

Look at the “ValidateNonBlank.js” function and change (Maximm =”) {

to (Maximm ==”) {

do the same with line 76

I'm not a javascript expert but I believe is some languages like javascript when declaring something to equal something else one must use ==

I'm sure an expert in javascript can explain it better.
 
Yes, in js a single "=" means x = y (x will now have the value of y, even if its in an "if" statement) but x == y compares the 2 values

Cheech

[Peace][Pipe]
 
"Do you know what this means?"
....hmmm...it is the end of the world?

---who in world would do a serach for this post and in what forum?
this kind of post has no value to other souls in the same truble.....be more creative :)
"Extention Name_XYZ JavaScript Error"

All the best!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top