WebBrowser Control - Error 438 
Author Message
 WebBrowser Control - Error 438

I was wondering if you could help me with a problem I'm having.  I am trying
to use

set doc = WebBrowser1.document
doc.forms(1).submit

(Strangely enough, the other form on the page with only one field works just
fine when I use doc.forms(0).submit)

on a website and it keeps telling me

Error 438:  Object Doesn't Support this Property or Method

I looked up Error 438 on Codehound and found a MS page that deals with it.
I found the fix, but it says it is only a Win95 problem.  I have Win98 and
it says it has been fixed for Win98.  The only other way to get around it at
this point is to call the form's own submit routine, which doesn't make a
whole lotta sense to me at this point (as in how does one do that if the
method="submit", the name="submit" and the value="submit"?).

Any ideas or pointers?

DC



Tue, 03 Dec 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. RT Error 438 Pasting VB Control into Interdev

2. Data-Control (Error 438)

3. Runtime Error 438 when using VS2005 C++ATL control with VB6 form

4. Run-Time Error '438'

5. Need help with error 438!!!

6. wordbasic statement "AppMaximize" generates error 438

7. Run time error 438

8. run time error 438

9. Runtime error 438

10. Runtime Error 438 - What does this mean?

11. error #438: tabstrip problem?

12. 438 Error (VB 4.0 - 16bit)

 

 
Powered by phpBB® Forum Software