view-source

How does IE7's "View Source" button interact with javascript?

I'm debugging someone else's code for a web page that is made with ASP.NET with some javascript effects. It's a form that we are pre-populating with edit-able data, and one of the text boxes is getting populated with an incorrect value. I know that the text box is getting filled with the correct value in the code behind, but somewhere ...

Freeware Plugin to View HTML source generated by ASP.NET?

Are there any freeware plugins that would help me view the HTML Source generated by ASP.NET? ...

View source not showing current gridview. What's happening here?

Using aspnet, c# 3.5, developing in vs2008. Using IE7. I have a web page consisting of a dropdown list and a gridview. The contents of the gridview are mostly dynamically generated in the code behind. When the app runs, the default value for the contents of the gridview are displayed on the page, and can be seen in the viewsource. ...

Programmatically open "View Source" HTML Window in Browser with Javascript?

How do I programmatically open the "View Source" window (using some Javascript) like when I right click in the browser and click "View Source"? Is this possible? ...

Is there any way to hide the variables that are being passed to Flash by swfobject when someone views source?

I have some Flash swfs that are embedded using swfobject and I pass them some vars like user id. How do I prevent people from reading these vars? If someone views the source of the php page that embeds the swfs they can see all the variables that are being passed to flash. Is there a way to hide these vars? What other ways are there to d...