Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Preview
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedPreview

 Post Reply Post Reply
Author
johnk View Drop Down
Newbie
Newbie


Joined: 04 May 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnk Quote  Post ReplyReply Direct Link To This Post Topic: Preview
    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?
Back to Top
johnk View Drop Down
Newbie
Newbie


Joined: 04 May 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnk Quote  Post ReplyReply Direct Link To This Post 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" >
 
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: 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.
Back to Top
johnk View Drop Down
Newbie
Newbie


Joined: 04 May 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote johnk Quote  Post ReplyReply Direct Link To This Post 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


Edited by johnk - 13 May 2006 at 8:31am
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: 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.
Back to Top
 Post Reply Post Reply

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.