Tagged Questions
The view-source tag has no wiki summary.
4
votes
4answers
931 views
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?
2
votes
1answer
163 views
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 ...
1
vote
1answer
47 views
Add-on to view javascript-generated source code?
I know it's possible to save as... and look at the html file and see all the classes generated by javascript, but I would love to know if there's a firefox (or other browser) add-on which will show me ...
1
vote
2answers
113 views
ColdFusion: Calling Components with AJAX, hide from view source?
I'm curious... I love the asynchronous calls with jQuery, but I don't want my components available to the public by view source...
What is the recommended solution for this?
1
vote
5answers
311 views
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?
0
votes
1answer
65 views
Does the large number of page `view source` lines make sense?
Many times when I view source my page.aspx, I find lots of lines (HTML, styles, java script, view states, etc) maybe thousands of lines. On the other side when I view the source of more complicated ...
0
votes
0answers
64 views
how to get a full html source?
my name is loran and i'm using asp.net - c# in my project.
i'm trying getting the exactly html source from a facebook page:
(http://www.facebook.com/search.php?q=loranzur%40yahoo.com).
i'm trying to ...
0
votes
1answer
387 views
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 ...
0
votes
4answers
725 views
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 ...