Asp Error for Exchange Server Attachment. Can you figure this out?

J

J H

Hi. We're running Exchange 5.5 sp4 (5.5.2657.72) running on nt 4
sp6a with all available windows updates. IIS 4.0 is running with SSL
Certificates - self signed using NT's Cert Auth Server from the PDC of
the same domain.

We have OWA running and most of the functions work just fine.
We can download attachments that are already in the inbox.

However, when we attempt to attach a file in a new OWA message we get
an error

"line: 12
error: 'parent.form_fr.document.mainForm.objID' is null or not an
object"

This is taken from /exchange/forms/copynew.asp

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
if ( confirm(L_CancelAndClose_Message)!=false ) {
thisObj=parent.form_fr.document.mainForm.objID.value;
parent.command_fr.location="/exchange/forms/ipm/note/commands.asp?command=cancel&obj="+thisObj;
}
}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Can anyone make sense of what is going on?

Thanks very much in advance.

I've given up on getting an answer on public.exchange. Please
asp.general your my last hope.
 
R

Roland Hall

in message
: Hi. We're running Exchange 5.5 sp4 (5.5.2657.72) running on nt 4
: sp6a with all available windows updates. IIS 4.0 is running with SSL
: Certificates - self signed using NT's Cert Auth Server from the PDC of
: the same domain.
:
: We have OWA running and most of the functions work just fine.
: We can download attachments that are already in the inbox.
:
: However, when we attempt to attach a file in a new OWA message we get
: an error
:
: "line: 12
: error: 'parent.form_fr.document.mainForm.objID' is null or not an
: object"
:
: This is taken from /exchange/forms/copynew.asp
:
: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
: if ( confirm(L_CancelAndClose_Message)!=false ) {
: thisObj=parent.form_fr.document.mainForm.objID.value;
:
parent.command_fr.location="/exchange/forms/ipm/note/commands.asp?command=ca
ncel&obj="+thisObj;
: }
: }
: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


Did you test to see if it was null or not an object? Can you show the
mainForm code?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top