I am having problems attempting to navigate a web site programmatically using VB code – however, I can emulate the problem when working interactively. If I am browsing with Explorer and I hover over a particular hyperlink, the appropriate URL is displayed along with parameters – e.g.
NB this is just an example, not the actual link! When I click on the hyperlink, everything works fine but when I paste this url into the address bar, it displays the window I want without its lower border/frame then spawns another window that contains only that lower border/frame.
Any idea why this might be happening and what I could do to rectify it? I want to be able to put the URL into my code so I can navigate directly to it but it’s no use if I keep getting these symptoms.
NB – I know very little about HTML and Web programming but this seemed the most appropriate forum to post the problem.
Thanks in advance
NB this is just an example, not the actual link! When I click on the hyperlink, everything works fine but when I paste this url into the address bar, it displays the window I want without its lower border/frame then spawns another window that contains only that lower border/frame.
Any idea why this might be happening and what I could do to rectify it? I want to be able to put the URL into my code so I can navigate directly to it but it’s no use if I keep getting these symptoms.
NB – I know very little about HTML and Web programming but this seemed the most appropriate forum to post the problem.
Thanks in advance