basically what the title says, i know you can return a javascript view but this has never worked for me.
i couldn't find a proper tutorial or explanation about this concept either, if anyone can shed some light on it that would be great (yep, ive tried google countless times).
thanks
edit: ive used your tips, debugger etc... thanks guys. wow! i just noticed something, every time i try to call a function, no matter what function, in javascript, somehow jquery and ms ajax framework javascript captures it and checks if the document is ready (document.onready or other) and never returns the control back to the function im calling! why on earth is it doing this? i've never asked for it to!!!
all i have is references to these libraries, script/link references as you do on the top of your master page.
thsi is ridiculous, anyone have any ideas?