Quote Originally Posted by Keithuk View Post
If you click on VW and AUDI Engine code P0171 P0174 P1136 and P1138 YouTube runs the video no problem but if you click on the other item nothing shows.
Code:
'commented out
'brwWebBrowser.Document.Clear
'brwWebBrowser.Document.Write HTMLString
'brwWebBrowser.Document.Close

On Error Resume Next: Kill "c:\1.html": On Error GoTo 0
Open "c:\1.html" For Binary As #1: Put #1, , HTMLString: Close #1
brwWebBrowser.Navigate2 "c:\1.html"