Print Page | Close Window

Preview

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=19703
Printed Date: 28 March 2026 at 11:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Preview
Posted By: johnk
Subject: Preview
Date Posted: 04 May 2006 at 8:47am
I am using RTE on my web page and everything seems to be working correctly except the preview feature. After entering text and clicking on the preview button, a new instance of MSIE pops up- it has no content and has the title "About: Blank". Any ideas?



Replies:
Posted By: johnk
Date Posted: 10 May 2006 at 12:37am
I've noticed two more issues since my first post.
 
1. When I click on submit for my form, the preview window pops up (properly displayed).
2. The drop down list for the font displays the generic page not found info (truncated due to small size).
 
What I see is this:
 

The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser
 
The above is inside the drop down list for the font selection- other drop downs are ok.
 
 
I have many fields to collect date from, so I use the following code:
 
For Each FormElement in Request.Form 'Check all required fields
  
 Select Case FormElement
  Case "fname"
   strFName=Request.Form(FormElement)
 
......

 Case "text"
    strText=Request.Form(FormElement)'-textarea associated with the RTE 
.......
 
 
  End Select
Next
 
 
 
The first line in my asp file differs from yours:
 
<script Language=VBScript runat="server" >
 


Posted By: WebWiz-Bruce
Date Posted: 10 May 2006 at 8:45am
It looks like you have setup the RTE incorrectly.

Probably the simplest solution is that you start the integration process again.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: johnk
Date Posted: 13 May 2006 at 8:29am
It turns out that the "about:blank" was caused by the name of my submit button in the form the RTE is associated with.
 
This causes about:blank
<input type="submit" name="submit" value="Submit">
 
This causes preview to work properly
<input type="submit" name="Submit" value="Submit">
 
The "S" in the name of the submit button must be upper case (I verified this by changing the submit name in your Default.asp file). Do you know why?
 
Thanks,
johnk


Posted By: WebWiz-Bruce
Date Posted: 13 May 2006 at 10:15am
This is very odd, and even odder why I do not get this problem is any of my web browsers.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net