Print Page | Close Window

Variable is undefined: 'strFormName'

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=21112
Printed Date: 29 March 2026 at 2:54pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Variable is undefined: 'strFormName'
Posted By: artfu1
Subject: Variable is undefined: 'strFormName'
Date Posted: 23 August 2006 at 12:15am

Hi

Im trying to integrate the RTE into a product form.  The form itself is called productform

<form action="<%= ThisPageQS %>" method="post" name="productform" id="productform">

I have changed the 2 variables to the appropriate:

<%

            'ID tag name of the HTML form the textarea is within

            strFormName = "productform"

           

            'ID tag name of HTML textarea being replaced

            strTextAreaName = "product_Description"

           

            %>

            <!-- include the Web Wiz Rich Text Editor -->

            <!--#include file="RTE_editor_inc.asp" -->

But when I load the page I get an error stating that the strFormName is undefined       !

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'strFormName'

/fresh copy/cw2/Admin/ProductForm.asp, line 353

Have I missed anything ?

Can anyone help?

 

Jack




Replies:
Posted By: WebWiz-Bruce
Date Posted: 23 August 2006 at 8:40am
Place the following in your ASP code:-

Dim strFormName
Dim strTextAreaName


-------------
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: artfu1
Date Posted: 23 August 2006 at 1:07pm

Thanks so much, as you can tell im a total noob when it comes to asp but I am trying to learn.  It worked perfectly




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