Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 AxWebBrowser control

Author  Topic 

nickfinity
Yak Posting Veteran

55 Posts

Posted - 2003-12-01 : 14:53:06
Hello,

This isn't an ASP.NET question, but I thought I'd ask here anyway since there are a lot of smart folks around. I've got a C# Windows application with an AxWebBrowser control. The initial page is static, but then I've got a link to a page that needs to be dynamically created. I've got it setup to take an html string to load the html, but how can I figure out when to create the page dynamically vs. just going to a static page?

I thought I could just get the link that was clicked on and if it has a certain string then I could create the html, otherwise I would let IE do its thing. The problem is I don't know how to get the link that was clicked on once it has been clicked.

Thanks for any help, I really appreciate it.

Thanks,
Nick
   

- Advertisement -