Making 'virtual' links in a Web Browser window.
I have a web browser form and I want to do the following.
1) Put a virtual page into the window. I haven't done this step yet but it's covered in Sam Huggill's 'Insert HTML into an active web page in the Webbrowser control' tip. (This will display search results from a database). I only have the free version of IIS so I can't use ASP. (As far as I know).
2) The page will have links on it, which I want to link to more virtual pages when the user clicks them, but I don't know how to do this.
When someone clicks an Anchor tag on the HTML page in the WebBrowser window, I want it to trigger an event on the WebBrowser's form, so a new page can be generated. Is it possible to do this, possibly by some script on the page which would be triggered by the onclick property.
Any ideas guys?
Re: Making 'virtual' links in a Web Browser window.
Quote:
Originally posted by aidan
I only have the free version of IIS so I can't use ASP. (As far as I know).
Do you mean PWS, yes you can run ASP on PWS.