hi to all
I have a code on my webbrowser to my form here's my code
my problem is when i try to refresh that webbrowser3 on my form only white background
any idea why could that be happened?
I have a code on my webbrowser to my form here's my code
VB.NET:
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?