Log in

View Full Version : is it posible to see source code



zodehala
02-21-2013, 07:33 PM
is it possible to see object source code which created dynamically

djr33
02-21-2013, 08:08 PM
"Source code" won't exist; but you could view the contents of the object or you could dynamically generate new source code that would have the same information.

Also, some browsers allow you to "view selection source", which, I believe, reflects the current state of the page-- so if the "object" is something you can select, then you can do that (for example, in Firefox), and then you'll see what the active code on the page looks like-- but that's interpreted by the browser and might vary in different browsers.