P
Plamen Valtchev
This is my problem:
From JavaScript I want to find the list of all defined/loaded
JavaScript functions/objects/names within the current scope (html page
in a browser).
the page could contain many included javascript with the script tag :
<script language="javascript" src="XXX/Script.js"></script>
and I wont to know the functions that have been loaded from the
included script
I couldn find any way of traversing the JavaScript namespace atall !
any ideas ?
Thanks
Plamen
From JavaScript I want to find the list of all defined/loaded
JavaScript functions/objects/names within the current scope (html page
in a browser).
the page could contain many included javascript with the script tag :
<script language="javascript" src="XXX/Script.js"></script>
and I wont to know the functions that have been loaded from the
included script
I couldn find any way of traversing the JavaScript namespace atall !
any ideas ?
Thanks
Plamen