Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mike,
Mike wrote: The web page that displays the form to update is; http://iecmech1.sbc.com/proj-bin/c2f...20%20/&tbl=c2f Yet in the very frist of the HTML code is the following; <form method=POST action="/proj-bin/c2fmen" Is it possible that I need to open the first URL and then post the second? You need to POST the data to the URL specified in the action attribute. So it could be that you don't need the long URL after all. The page that shows the form and the page submitted to are actually the same in this case. So try: .Open http://iecmech1.sbc.com/proj-bin/c2fmen To see if that works. -- Regards, Jake Marx MS MVP - Excel www.longhead.com [please keep replies in the newsgroup - email address unmonitored] |