Connecting Tech Pros Worldwide Help | Site Map

clicking a HTML page form vb/access

  #1  
Old November 12th, 2005, 07:15 PM
Wim Verhavert
Guest
 
Posts: n/a
Hi all,

I'm having this little problem here. I want to build a database which
contains a list of books I want to read. What I want to do is, to make
MS-Access get all relevant information from the library's online
database (for example if they have the book and so on). So what I
thought doing is making a form with a hidden webbrowser control. For
every record in my table the webbrowser control is triggered and the
html page is send back for interpretation. But now this tricky thing
comes up.... To get to my search page I need to click on an image (I
can't find the URL for the search-page (the one in my addressbar is the
same as the home page). How can I do this from VB?

Here are some things for the library's home page....

<form ACTION="/cobl_cgi/Pipac0" METHOD="POST">
<input NAME="PathINI" VALUE="/home/cob_ipac/ipac_ini/ipacP/" TYPE=HIDDEN>
<input NAME="SESSID" VALUE="00574" TYPE=HIDDEN>

now I want to click on the search image...

<input name="Search" type="image" SRC="http://link.to/mypicture.gif"
border=0 WIDTH=32 HEIGHT=32>

Is there someone who has done this thing before? Every help will be much
appreciated!

Thanks in advance

W
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Image upload to Access DB in ASP.NET/VB = VOODOO WICHCRAFT REQUIRED???? Neo Geshel answers 13 November 19th, 2005 02:21 PM
update record & show form radha answers 1 November 18th, 2005 04:54 AM
VB code is too fast => gives wrong value Andre answers 6 July 19th, 2005 02:01 PM
Read page info from WebBrowser control? Noozer answers 7 July 17th, 2005 09:58 PM