Hi,
I make desktop app, and I use WebBrowser.dll from Agraham.
So I use web.DocumentText = "Html code goes here ....", and I use Javascript in HTML code that i writing into web.DocumentText, but on application start, give me error that i don't have ";" in my javascript function in html code.
I have ";" im 100% sure, becouse like html document that code works great, but when i put this code into web.DocumentText = "HERE...." on open application give me error.
I know that This library use Internet Explorer engine for running web. And im Web developer for long time, also i know how must be Javascript writen to resolve any error in IE 6, or 7.
Now i need to ask some another method, I think thet here i must use ENCODED CHARACTER for ";" So when DBasic create HTML document the ";" goes to be real like in html document using this encoded character.
Any Idea..
Thanks
I make desktop app, and I use WebBrowser.dll from Agraham.
So I use web.DocumentText = "Html code goes here ....", and I use Javascript in HTML code that i writing into web.DocumentText, but on application start, give me error that i don't have ";" in my javascript function in html code.
I have ";" im 100% sure, becouse like html document that code works great, but when i put this code into web.DocumentText = "HERE...." on open application give me error.
I know that This library use Internet Explorer engine for running web. And im Web developer for long time, also i know how must be Javascript writen to resolve any error in IE 6, or 7.
Now i need to ask some another method, I think thet here i must use ENCODED CHARACTER for ";" So when DBasic create HTML document the ";" goes to be real like in html document using this encoded character.
Any Idea..
Thanks