The query was for vb and not vb.net.
This
is VB.NET forum.
There's some problem with this loop
It's not a loop, it's an If statement
it gives an error 424: object required
It has a test
If Link IsNot Nothing Then to ensure that Link variable is an object. So it must be
InvokeMember("onclick") part that causes the error. That method doesn't produce an error even if the member (onclick in this case) isn't found. It seems that you've slightly modified the code and run it with VB6, am I right?
Reputation Points: 218
Solved Threads: 201
Veteran Poster
Offline 1,024 posts
since Aug 2008