
Object doesn't support this property/method??????
Hi Guru,
I have referred to the Internet Client SDK and I wrote the following code:
(For your information, frmDocHdr is a form name, cmdViewDoc is a submit
button name.)
sub cmdViewDoc_onclick()
frmDocHdr.target = "_blank" 'Can work!
frmDocHdr.action = "reports.asp" 'Cannot work!
end sub
I feel curious why the Target property can work but the Action property
cannot work. The de{*filter*} give me this error message: "Object doesn't
support this property/method." I have checked the spelling. It is correct.
Any idea? Thanks a lot!
Regards,
Ooi