Thanks for replying me.
The example string which the ActiveX function "GetData()" returns is as below:
[CODE=javascript]"<html><hea d> <script language=\"java script\"> function doJob1() { alert(\"This is test.\"); } </script></head><body onload=\"javasc ript:doJob1();\ "></body></html>"[/CODE]
This string...
User Profile
Collapse
-
-
Javascript code within innerHTML
A question on "innerHTML" .
Hi,
The below is my HTML code.
ActiveX function "GetData()" returns HTML string which may include javascript codes.
This HTML string may be HTML codes in any pages which I will navigate to.
The result of the below code is not what I expected.
Error occurred in the line "divEncId.inner HTML=enc;".
And, the IE browser displays...
No activity results to display
Show More
Leave a comment: