%
'****************************************************************************************
'** Copyright Notice
'**
'** Web Wiz Rich Text Editor(TM)
'** http://www.richtexteditor.org
'**
'** Copyright (C)2001-2018 Web Wiz Ltd. All Rights Reserved.
'**
'** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS UNDER LICENSE FROM WEB WIZ LTD.
'**
'** IF YOU DO NOT AGREE TO THE LICENSE AGREEMENT THEN WEB WIZ LTD. IS UNWILLING TO LICENSE
'** THE SOFTWARE TO YOU, AND YOU SHOULD DESTROY ALL COPIES YOU HOLD OF 'WEB WIZ' SOFTWARE
'** AND DERIVATIVE WORKS IMMEDIATELY.
'**
'** If you have not received a copy of the license with this work then a copy of the latest
'** license contract can be found at:-
'**
'** https://www.webwiz.net/license
'**
'** For more information about this software and for licensing information please contact
'** 'Web Wiz' at the address and website below:-
'**
'** Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, England
'** https://www.webwiz.net
'**
'** Removal or modification of this copyright notice will violate the license contract.
'**
'****************************************************************************************
'insert toolbar
'------------
If blnAdvAdddHyperlink OR blnAddHyperlink Or blnEmoticons Then Response.Write(vbCrLf & " document.writeln('
")
'If hyperlink is enabled
If blnAdvAdddHyperlink OR blnAddHyperlink Then
Response.Write("
")
Response.Write("
")
End If
If blnEmoticons Then Response.Write("
")
If blnAdvAdddHyperlink OR blnAddHyperlink Or blnEmoticons Then Response.Write("');")
'Font style toolbar
'------------
If blnBold OR blnItalic OR blnUnderline Then Response.Write(vbCrLf & " document.writeln('
")
If blnBold Then Response.Write("
")
If blnItalic Then Response.Write("
")
If blnUnderline Then Response.Write("
")
If blnBold OR blnItalic OR blnUnderline Then Response.Write("');")
'Quick reply to Full Reply
'------------
Response.Write(vbCrLf & " document.writeln('
")
Response.Write("
")
Response.Write("');")
'About toolbar
'------------
If blnLCode Then
Response.Write(vbCrLf & " document.writeln('
")
Response.Write("
")
Response.Write("');")
End If
%>