S
Sharad Naik
Hello Tim,
In your code, just remove the line 'ifp.Click'
and in its place insert following two lines
Set ifp = ieAlphaTrade.Document.all.Item("loginForm")
ifp.Submit
(i.e. you enter username and password through your code as per your code.
then submit the form, which invokes the 'Post' method on the web site and
you go through)
Sharad
In your code, just remove the line 'ifp.Click'
and in its place insert following two lines
Set ifp = ieAlphaTrade.Document.all.Item("loginForm")
ifp.Submit
(i.e. you enter username and password through your code as per your code.
then submit the form, which invokes the 'Post' method on the web site and
you go through)
Sharad