Javascript callback to Webbrowser control

jas_The_Ace

New member
Joined
Sep 12, 2009
Messages
2
Location
Kings Lynn, England
Programming Experience
Beginner
I know how to InvokeScript so my VB form can call a javascript function in the Webbrowser document, but does anyoe know how to do it the other way round - ie javascript calling a vb function in the containing form?

Why do I want to do this? Well I've got a table of telephone conversations. Some conversations are longer than others and they look silly in a grid with fixed row height. So I put them in an html document and display them in the webbrowser control. There's a hyperlink on each subject title, and I'd like the hyperlink to open an 'edit conversation' dialog box in my app.

I don't think it's possible to do what I'm asking - so this is a question for all you lateral thinkers out there.

By the way - I can't use a web server. This is all client side.
 
Back
Top