webbrowser refresh failed

Jayhson

Member
Joined
Dec 6, 2011
Messages
15
Programming Experience
Beginner
hi to all
I have a code on my webbrowser to my form here's my code

VB.NET:
Expand Collapse Copy
WebBrowser3.DocumentText = _
            "<body bgcolor='#40000'><center></body>" & _
            "<font color='yellow' size='6'><script src='http://.......' type='text/javascript'></script></font>" & _
            "<font color='white' size='3'><marquee scrollamount='4'> <script src='http://........' type='text/javascript'></script></font></center>"

my problem is when i try to refresh that webbrowser3 on my form only white background
any idea why could that be happened?
 
Back
Top