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=20578
Printed Date: 29 March 2026 at 7:05am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: preview
Posted By: karalara
Subject: preview
Date Posted: 06 July 2006 at 11:06pm
Hello, out there...
This is a great program, that I have enjoyed learning and adjusting here and there.
Is it possible to preview the display_form_submission.asp before you see the default.asp. If changes were necessary, a click a link to the default.asp page which would allow for edits and return to the display_form_submission.asp.
Currently if you preview the display_form_submission.asp, you just get text that sates "There is no message to display".
------------- Tx~Kara
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 07 July 2006 at 9:23am
It sounds like something maybe wrong with your integration or install process as the preview button should open up a preview window displaying the contents so far entered into the RTE.
------------- 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: karalara
Date Posted: 07 July 2006 at 3:25pm
Thanks for your response.... :) the preview and submit button does
work, and works well. My question was a bit different, I was hoping to
view the display_form_submission.asp page with editable text before
ever going to the default.asp page to make edits. Basically using this
javascript/asp as an easy program for end users to make updates to a
specific <textarea>.
1. view page as a typical web page display_namehere.asp (http://www.websitename.com/textpage.asp)
2. need to make updates
3. click on a link that takes you to a default_namehere.asp (editable page)
4. make the edits with (RTE) and hit submit
5. display_namehere.asp page is now updated with their simple text changes.
6. next time they visit the site, the new, updated
(display_namehere.asp) page is shown, until they click on the same link
(default_namehere.asp) page to make edits.
Thanks again!!!
------------- Tx~Kara
|
Posted By: WebWiz-Bruce
Date Posted: 07 July 2006 at 4:16pm
It sounds like you need to write some sort of ASP application that stores the user data in some way, probably the best way would be in a database, then this data can be read back in and modified at a later date.
If you have not used databases to store data in ASP then have a look at the Access database tutorials in the ASP section of this site.
------------- 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
|
|