| Author |
Topic Search Topic Options
|
huwnet
Senior Member
Joined: 30 May 2003
Location: England
Status: Offline
Points: 1375
|
Posted: 16 November 2004 at 1:29pm |
|
The button for iespell seems to have dissappeared but there is this
plugin
http://forums.webwiz.net/forum_po sts.asp?TID=12562&PN=1
which I have been using which works well.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 16 November 2004 at 1:43pm |
|
IEspell is still included in the IE version, it's just been moved to a
new location next to the preveiw button in the top button row.
|
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 16 November 2004 at 1:47pm |
aks427 wrote:
Yeah, I know that IE has very bad javascript error messages.
No, I only get it in IE, not Mozilla. It is something with not putting a title when you save, I think. |
I can't replicate the error in IE.
What version of IE are you using? and on what OS?
Also is this occurring before or after the file is saved?
It could also be coursed by a corrupted file, so try re uploading the files again.
Do you get the error in the demo version on this site?
If a title is not entered the form should be submitted anyway, and the
ASP code then detects that no title is entered and places 'Untitled
Document' as the page title.
|
|
|
 |
aks427
Mod Builder Group
Joined: 06 December 2003
Location: United States
Status: Offline
Points: 276
|
Posted: 16 November 2004 at 2:04pm |
Ok, the way to get the error is, open up the RTE, then insert a horizontal rule. Save it as something without a title, and then try opening it. I only get it on my localhost, not the demo. I don't think you need to worry about it that much, as it only happens when you save a file with just a horizontal rule, with no title, and it only happens on some computers. Not a very high chance of getting it. I don't now why I happened to do that.
I'm using IE 6 SP1, Windows 2000 Pro.
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 17 November 2004 at 4:52am |
|
Very odd, seems to work fine on my machine, they only difference is I'm
on XP Pro, but then the uploaded demo version is on 2000 Pro, so the
set-up there should be the same.
Most of the saving and opening of files, is done using ASP server side, so I'm at a loss to track down this error.
Hopefully it's just some strange glitch on your machine and others won't be affected by it.
I imagine in most uses people won't be requiring the open and saving feature anyway.
|
|
|
 |
Lesko
Newbie
Joined: 27 October 2003
Location: Slovenia
Status: Offline
Points: 4
|
Posted: 17 November 2004 at 1:08pm |
It would be nice to have posibillity to insert link to another topic within forum. Now I do this using copy and paste Like this: Forum Rules and Guidelines But this is just fixed hyperlink and will be invalid if forum is moved to another url. Also if I rename the topic, it is not represented here.
|
 |
urbantruth
Newbie
Joined: 17 November 2004
Status: Offline
Points: 11
|
Posted: 17 November 2004 at 6:18pm |
I think the RTE 2.0 is very cool!
I'm new to ASP and I'm Trying to submit the html that the RTE makes to a database and then recall it from the database to edit agian. I have a problem with a could of things:
I need to pass a ID that i would normally place in the Query String but The RTE_textarea.asp page dosen't see the query string (so it seems) could this be that RTE_textarea.asp is in an iframe?
The other trouble i'm having is when i do display in the textbox data from my database and I make changes it will not save them.
thanks for any help guys
Newbie
Mark
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Posted: 18 November 2004 at 4:25am |
|
If you follow the readme.text file there is a short explaination of how
the RTE works and also tells you of three generic querystrings that are
built into the RTE that can be used for passing information to the
textarea in the form of:-
QS1
QS2
QS3
eg. /pageContainingRTEform.asp?QS1=myRecord
The textarea is an iframe called RET_textarea.asp, these querystrings
can then be read in, in that file and used to open databases records
etc.
As far as it not saving changed data to the database goes, maybe
looking as some tutorials on the web on how to update the database type
you are using would help.
|
|
|
 |