Hi, how could I pass the 'bgColor' property of a TD html tag for example to my vb app's code when it's clicked on in my webbrowser control?
eg:-
vb code inside app:
I want that function to be called when the mouse is clicked on the table cell inside the webbrowser control.
Thanks.
Dave
eg:-
vb code inside app:
Code:
Function msgBoxTDBGColor(s)
MsgBox("The current table cell background color inside my webbrowser control is " & s & ".")
End Function
I want that function to be called when the mouse is clicked on the table cell inside the webbrowser control.
Thanks.
Dave