Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Help Needed!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedHelp Needed!

 Post Reply Post Reply Page  12>
Author
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Topic: Help Needed!
    Posted: 21 February 2008 at 6:46pm
I tried everything but the RTE does not work for me....Confused
 
I get the two toolbars displayed in the upper left corner and that's it....
 
Somebody help?
 
Adam
Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 7:39pm
Here is a simple test code - even this does not work - the toolbars are separated from the textarea. What am I doing wrong?
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%
response.expires=-1
'Declare the ASP variables used
Dim strFormName
Dim strTextAreaName
'ID tag name of the HTML form the textarea is within
strFormName = "input"
'ID tag name of HTML textarea being replaced
strTextAreaName = "text"
%>
<!--#include file="RTE_editor_inc.asp" -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Site Manager</TITLE>
</HEAD>
<BODY onLoad="initialiseWebWizRTE();">
<BR><BR><BR><BR>
<FORM ACTION="test.asp" METHOD="post" NAME="input" ID="input">
<TEXTAREA COLS="80" ROWS="10" NAME="text" ID="text"><%=request.form("text")%></TEXTAREA>
<INPUT TYPE="submit" NAME="submit" ID="submit" VALUe="submit">
</FORM>
</BODY>
</HTML>
Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 7:53pm

Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 9:19pm
Anybody reading this?
 
In addition I have even a bigger problem as the data submitted by the form arrives null? i.e. request.form("text") is null?
 
What is strange is that the sample app default.asp works fine??
Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 21 February 2008 at 10:35pm
I've created a special directory to test further.
 
You can all see the result here:
 
 
and see what happens.
 
I really need help here, please.
 
Adam
Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2008 at 6:36am
Web-Wiz-Bruce - where are you? :)
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: 22 February 2008 at 8:34am
Looking at the code for your form it appears to use reserve words for the name and id's within your form.

Your form tag should have a name and id like:-

name="frmInput" id="frmInput"

The same for your textarea which is presently called text.

They need to have unique names and id's that would not clash or be reserved words.
Back to Top
jazzis View Drop Down
Newbie
Newbie


Joined: 01 January 2006
Location: Israel
Status: Offline
Points: 32
Post Options Post Options   Thanks (0) Thanks(0)   Quote jazzis Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2008 at 10:17am

I thought about that and if you do view-source on the test file you will see that I changed it to unique / not reserved names - stll the same!!!

THANKS for answerening

Back to Top
 Post Reply Post Reply Page  12>

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.