CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Post a JavaScript (http://www.codingforums.com/forumdisplay.php?f=19)
-   -   PageAnalyser (http://www.codingforums.com/showthread.php?t=276261)

u jayakodi 10-12-2012 02:14 PM

PageAnalyser
 
1 Attachment(s)
I pieced together this tiny utility for simple HTML pages while being written, to peek into available and used properties, events and style charateristics; the cross-frame barrier was broken by sneaking a small script into the page - without affecting its original. A zip file of the utility with a small test file test.htm is added.

The details coughed up by javascript's for in obj were amazingly different for different browsers; am I seeing stars ?!?

jayakodiu@yahoo.com

VIPStephan 10-12-2012 03:14 PM

Is this a question or did you post a completed script for anyone to use?

u jayakodi 10-13-2012 06:07 AM

page analyser
 
Sir,

Well, as a utility it is for use by anyone interested.

What was amazing to me was that with standards set by W3 for DOM & Elements how come some browsers, like Chrome showing more properties than IE. Possibly, they add some 'extra' or they are of different ages.

I had put in the question to indicate to the users about such possibilities and for my benefit of some feedback on what may be noted by others.

Happy day to all.

jayakodiu@yahoo.com


All times are GMT +1. The time now is 05:36 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.