My pages list box is populated using an AJAX deal, so I was wondering, is there away to view the Generated source code using Chrome
http://php_class.teamluke.net/ajax/populate_select.php
Oh, you can using the inspect tool in the web development toolbar
As you say, you can right click on the page and view the generated page source. You then right click on the <HTML> tag and select copy > Copy Outside HTM to copy it to the clipboard. This is the result in the <form> area:
That generally works very well. The only time I’ve have had some frustration with that is when there is JavaScript (eg. a “slider”) that is rapidly modifying the DOM faster than I can click.