Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - removing default text area <P>&nbsp;</P>
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Lockedremoving default text area <P>&nbsp;</P>

 Post Reply Post Reply
Author
rich123 View Drop Down
Newbie
Newbie


Joined: 05 February 2008
Location: uk
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich123 Quote  Post ReplyReply Direct Link To This Post Topic: removing default text area <P>&nbsp;</P>
    Posted: 16 April 2009 at 5:34pm
Hi, I have a licenced copy of the webwiz text editor which I have to say is great. I have one enquiry though.  I am directly inputting to my database. On the webpage that views the content, I need to use asp.... if isblank(()  etc. The only trouble is that the text editor enters in the text field by default <P>&nbsp;</P> so I cannot have an empty database field so cannot use if is blank. Is there a way to stop that happening.
Thanks for any help.
Richard
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2009 at 7:56am
The ASP code below is what we use in Web Wiz Forums to detect using ASP if the text editor is blank:-

If Trim(strMessage) = "" OR Trim(strMessage) = "<P>&nbsp;</P>" OR Trim(strMessage) = "<br>" OR Trim(strMessage) = "<br>" & vbCrLf Then

The text atrea content is placed in the variable strMessage, you would want to change this to your own variable name.

Many browser auto fill the editor with different content, such as <P>&nbsp;</P>, the code above tests for all variations of this.
Back to Top
rich123 View Drop Down
Newbie
Newbie


Joined: 05 February 2008
Location: uk
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich123 Quote  Post ReplyReply Direct Link To This Post Posted: 17 April 2009 at 11:54pm
Thanks Bruce, Thats just what I needed, solved it.
Cheers
Richard
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.