Hi papalolo22,
I just tried it again on a number of different PC's with different setups and with different browsers and it worked for me every single time.
What I find awkward, is that you say you get the validator message, yet the product is still saved. That shouldn't be possible if you consider this code:
Code:
Page.Validate()
....
If Page.IsValid Then
......
myProduct.Title = txtTitle.Text
myProduct.TagLine = txtTagLine.Value
myProduct.Description = txtDescription.Value
myProduct.Keywords = txtKeywords.Text
......
myProduct.Save()
Response.Redirect("Products.aspx")
End If
As you can see, the Save method can only be called when the page is valid. Can you provide more details about what you do? What's the address in the address bar? What browser do you use? Do you see the FCKeditor appear? Do you have this problem with editing existing products too or only with new items?
JavaScript can be disabled with various add-on toolbars and through the browser's Options dialog. However, if you don't know how to enable or disable it yourself, there's a fair chance you have it on.
Sorry for the many questions, but I don't see a solution to your problem at this stage.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.