RamananKaliraja n, you were right!!!
This is because of the length of JS string. MS Explorer has a limitiation on the size of JS string. In Mozilla this limit is greater than in IE, and in Mozilla this error does not occur. But I have to make this work in IE. Can I submit this form partly, for exapmle submit the first half of the string and then the second?
User Profile
Collapse
-
Well, I thought about the cookies, but this mechanism is used to edit help topics, and their size can grow really fast, and cookies must be rather compact.
I`ve just found out that it is not specifically DOC problem. The JS submit script fails with error if I try to save any HTML table. Can there are there some specific issues with HTML content of form`s input tags? Or may be I can`t save some HTML tags into javascript string?Leave a comment:
-
Thank you for your reply!
But I can`t use a request or a session object to do this. This is not ASP.NET.
And in addition there is another asp page with a VB script which processes the form after it has been submitted. So the only way is to submit the form with DOC-text in its input field (attribute action="_HelpAd it.asp").Leave a comment:
-
JS DOC table submit problem
Hi all!
My problem is this:
I`ve got an ASP application with an object clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A element (this is DHTML tool for text editing). There is also a form in my application. When I press the "save" button, the app gets the contents of this "clsid:2D36 ..." object, assigns them to one of the form`s fields and submits the form. When submitting simple MS Word DOC text (or any other), everything... -
Solved the problem by simply replacing file with its old working version. everything worked fine. then replaced the new version back, this also worked. Very odd.Leave a comment:
-
Sorry, i`m mistaken, this is vb.net. All other pages of the site wre working ok, so it is not the case of vbscript engine usage...Leave a comment:
-
I installed the application back on the virtual server, and the same error occurs. Seemslike that it is not the case of host changingLeave a comment:
-
jhardman
Thanks much for the reply! an error is generated on the second line. If I exclude this file from page the same error appears when I declare any other class in other files.
<SCRIPT RUNAT="SERVER" LANGUAGE="VBSCR IPT">
Class ObjectRequest
Private iActionType
Private iObjectId
Private iDeep
Private sComponentType
Private sComponentId
...Leave a comment:
-
Fixed the second problem by removing localization function from global.asa. It`s not a good workaround, because on another machine it worked without modification, but that`s it.
The first problem is still being unsoved(( I have no ideas. Please help!!Leave a comment:
-
Problems with class declaration and Request/Response
Hi guys!
I`ve got an ASP web site that worked perfectly on a virtual server. I had to reinstall it on my computer (win XP sp2, IIS 5.1). I changed all the routes, database connection string, etc. Everything works pefrectly except 2 things:
1.) when connecting to one page of the site, error occurs:
Microsoft VBScript error '800a03ea'
Syntax error
C:\INETPUB\WWWR OOT\STAGE1\../include/oreq_main_class .asp,...
No activity results to display
Show More
Leave a comment: