vb6 web browser form - TechRepublic
General discussion
October 4, 2002 at 01:08 AM
chainsawz

vb6 web browser form

by chainsawz . Updated 23 years, 8 months ago

I have vb6 web browser form that displays various html pages. When a user
clicks on a link (to what I will call the “destination page”) within the
html page the web browser form’s BeforeNavigate2 event is fired and code
within that event loads and shows a regular vb form. The “destination
page” contains javascript that is supposed to send the browser back to the
original page which has the link the user clicked, but instead the web
browser form displays a “404 File not found” error page. I can’t figure out the problem…any ideas??

This discussion is locked

All Comments