Home All Groups Group Topic Archive Search About
Author
3 Nov 2006 7:19 PM
ampeloso
Hello,
I am using a treeview control on a page and I want to see the
javascript that it uses.
It looks to me it uses a hidden file:
<script
src="/WebResource.axd?d=KJOgJu6ZQyEnvormkF2ICA2&amp;t=632962189794236936"

type="text/javascript"></script>

Is there any way of seeing this?
Thanks
Mike

Author
4 Nov 2006 3:38 AM
Brennan Stehling
Mike,

You cannot see it with Internet Explorer but if you open that Url in
Firefox it will show you the Javascript source.  For some reason IE
hides Javascript.

That Url is how an embedded resource is pulled from the assembly.  I
created a project which does that...

http://brennan.offwhite.net/blog/2006/07/17/manage-javascript-in-aspnet-with-offwhiteembeddedscripts/

Brennan Stehling
http://brennan.offwhite.net/blog/


ampel***@gmail.com wrote:
Show quoteHide quote
> Hello,
> I am using a treeview control on a page and I want to see the
> javascript that it uses.
> It looks to me it uses a hidden file:
> <script
> src="/WebResource.axd?d=KJOgJu6ZQyEnvormkF2ICA2&amp;t=632962189794236936"
>
> type="text/javascript"></script>
>
> Is there any way of seeing this?
> Thanks
> Mike