Tracing Javascript

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
There's an ascx page with lots of javascripts behind it...

The page has a dropdownlist. Two of the values in it are added using Javascript. The rest are read from database and added via asp.net/vb.net.

When [None] is selected, the 2 corresponding textboxes are cleared.

I dont see any "Change Click" even in the ASP.Net. It's somehow done in the Javascript.
I put debug steps, choose [None], but it doesnt hit the code.
I put "alert" in various places of Javascript, Choose [None] but nothing pops up...
I cant right click on the page and do "View Source". This is a ASP.Net pop-up.

How can I trace this??
 
Back
Top