viewing javascript generated html code

N

Neil Morris

Hi
I was wondering if there was a way to view the html code that javascript
produced since viewing the source code shows the javascript if statements
for netcrape and IE etc.

thanks
Neil Morris
 
M

Martin Honnen

Neil said:
Hi
I was wondering if there was a way to view the html code that javascript
produced since viewing the source code shows the javascript if statements
for netcrape and IE etc.

Create a bookmark
javascript: if (document.body) { alert(document.body.innerHTML); } void 0
when you click that the current innerHTML of the <body> element is
displayed in an alert dialog.
Also with Netscape 7.1 you can select any text on the page, right click
and choose view selection and the HTML is shown in a view source window
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top