Debugging Webpage Javascript Error

The webpage below uses bjavascript to refresh the fields in the “Copy the code below” box

http://tinyurl.com/3p6qpx8

The javascript is getElementById(“bthtml”).innerHTML, that is in the iframe code, which is refreshed by the form submit/refresh button.

The bug is that javascript:

1) getElementById(“jssrc”).innerHTML, works consistently but

2) getElementById(“bthtml”).innerHTML does not work for some users, and is erratic.

It may be a browser issue.

This project is to find and fix the reason javascript (2) is not working consistenly for all browsers

Leave a Reply

Your email address will not be published. Required fields are marked *