Padrill
07-17-2003, 09:25 AM
Hi,
I'm trying to view the source (from Explorer) of a HTML page with Javascript that has lines similar to the following:
document.span1.innerHTML = '<table><tr><td>dropDownMenu("myMenu");</td></tr></table>';
Note: dropDownMenu("myMenu") creates a select menu with the name myMenu.
Instead of showing the produced HTML shows me the javascript. Is there any software that will allow me to see Javascript's output in unrendered HTML? I need it for debugging reasons.
I'm trying to view the source (from Explorer) of a HTML page with Javascript that has lines similar to the following:
document.span1.innerHTML = '<table><tr><td>dropDownMenu("myMenu");</td></tr></table>';
Note: dropDownMenu("myMenu") creates a select menu with the name myMenu.
Instead of showing the produced HTML shows me the javascript. Is there any software that will allow me to see Javascript's output in unrendered HTML? I need it for debugging reasons.