Author |
Topic |
bjlt
Senior Member
1144 Posts |
Posted - 08 January 2002 : 03:06:44
|
Wow I remember your release requires ie5.5+?
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 08 January 2002 : 03:09:19
|
Yes, my release uses divs instead of iframes. They are easier to integrate with CSS. . . that is why I chose to go that way!
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
SimonT
Junior Member
United Kingdom
202 Posts |
Posted - 09 January 2002 : 16:04:03
|
I know this is not a support forum for the RTE but as most of you guys I think have installed RTE has any body got a post.asp file that I could have as every time I mod my post.asp it mucks up the display for version 5 IE clients.
Again sorry for posting this here but I am tearing my heair out trying to do the post.asp file |
|
|
@tomic
Senior Member
USA
1790 Posts |
Posted - 09 January 2002 : 17:42:37
|
Spelling error found on post.asp for version 1.1
dim ua, browserOK, functionOK, enabledOK browserOK = functionOK = enabledOK = "0" ua = Request.ServerVariables("HTTP_USER_AGENT") If (Instr(ua, "MSIE 5.5") OR Instr(ua, "MSIE 6.") OR Instr(ua, "MSIE 7.") OR _ Instr(ua, "MSIE 8.") OR Instr(ua, "MSIE 9.") OR Instr(ua, "MSIE 10.")) Then broserOK = "1" End If if (strRqMethod = "Edit" or strRqMethod = "EditTopic" or _ strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _ strRqMethod = "Topic" or strRqMethod = "TopicQuote") Then functionOK = "1" End If If strAllowRTE = "1" AND strAllowHTML = "1" Then enabledOK = "1" End IF If (broserOK = "1" AND functionOK = "1" AND enabledOK = "1") Then strRteOn = "1" Else strRteOn = "0"
either that or you forgot to dim broserOK
@tomic
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 09 January 2002 : 18:57:47
|
Doh! well, as long as it stays consistant it should be fine.
The problem with IE 5 browsers is an installation error, and a very easy one to make at that.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 09 January 2002 : 19:00:08
|
Actually, thats not ok, I use browser once and broser twice. I'll fix be sure to fix that in version 1.02 or 2.0 whichever is next.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
bjlt
Senior Member
1144 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 11 January 2002 : 10:04:32
|
I only get a blank white page.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
bjlt
Senior Member
1144 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 11 January 2002 : 10:26:59
|
Looks very much like a Snitz, but I only get a regular editor.
I'm guessing they decided that it only worked in IE 5.5 so they filtered out other browsers, forgot about IE 6.x
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 11 January 2002 : 10:35:19
|
I still just get a blank white page.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 11 January 2002 : 10:38:34
|
It was a browser ecoding problem, I got it.
I havn't seen one exactly like that before. It is based ont the same princepal. I like their color chooser.
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 11 January 2002 10:39:03 |
|
|
bjlt
Senior Member
1144 Posts |
Posted - 12 January 2002 : 03:10:27
|
Nathan, check mail please.
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
bjlt
Senior Member
1144 Posts |
Posted - 12 January 2002 : 03:36:16
|
sent.
|
|
|
Topic |
|