Questions tagged [view-source]

view-source is an URL scheme that will display the source code of an url.

In FireFox, Sea Monkey, Google Chrome and up to Internet Explorer 6, prepending an url with view-source: will show the source code of the url. Due to security issues in Internet Explorer, the support for this URL Scheme was dropped with the release of Windows XP SP2.

93 questions
0
votes
1 answer

ViewController or ViewSource?

I have an iOS app where two of my Tabs are following a same View with just a bit of change in the logic.Rather than that everything else is the same. But now the problem is occurring when i Rotate the app it misbehaves sometime. So i wanted to know…
UserID0908
  • 98
  • 1
  • 15
0
votes
4 answers

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…
Ryan
  • 9,918
  • 7
  • 42
  • 57
0
votes
0 answers

Angular Universal + Https - Home page view-source

I have strange problem with Angular 5 + Angular Universal + Https protocal. I can check view-source in browser on every page except home page with /:lang route. I did AuthGuard for home page like that : import { Injectable } from…
Patryk Panek
  • 405
  • 4
  • 20
0
votes
0 answers

How to show a file download link in my website if the visitor is logged in with Firebase authentication?

How to show a file download link in my website if the visitor is logged in with Firebase authentication? I can use the JavaScript if (user) for checking if the user is signed in. But if I use if…
0
votes
1 answer

Why doesn't select2 container show in view source?

Trying to understand how this "select2" Jquery plugin works. I know it hides the regular select element and add it's own elements to provide some kind of a dropdown with search experience and when using "inspect element" i see the select2 container…
Nori
  • 121
  • 8
0
votes
1 answer

get whole html source of webpage with c# or get data of jquery code with c#

Accourding to this reply we can just see HTML codes which was sent by server to browser. The "View Source" only shows the source the server sent at the time the browser requested the particular webpage from the server. Therefore, since these…
Sajjad.HS
  • 381
  • 2
  • 8
  • 19
0
votes
2 answers

page source code is showing different code and inspect element showing different code

while scraping a site when I view code with inspect element code is different and when I view the source code of a site then code is different. What I want using curl in PHP how can i get the code which I can see using inspect element. Page getting…
0
votes
1 answer

Why are all but one of my html debug msgs/comments (Response.Write) not being written to the "View Source"?

I have this code that I know is getting hit, because the insert is being accomplished: Response.Write("") Dim query As String = String.Empty query &= "INSERT INTO CustomerCategoryLog…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

View Source in browser not giving all the content which is loaded in browser

1) I opened a link in the browser. (suppose My Facebook FriendsList) 2) On Seeing the View Source for the Page. (I can see that around 20 names come in view source - first loaded ) 3) Even if I Scroll down and get all the friends list loaded and…
wadhwa94
  • 153
  • 1
  • 13
0
votes
1 answer

Swift 2 OS X How can I extract the source code of a URL loaded in webview?

NOTE: THIS QUESTION IS FOR SWIFT 2, OS X, NOT IOS. I need a way to programmatically get post-js processed source content (the final source content that is available in a browser's"view source" option). When programmatically retrieving source…
dbconfession
  • 1,147
  • 2
  • 23
  • 36
0
votes
3 answers

trying to write "div" tag after the "a" but whenever I check this piece of code by viewing source, it is automatically replaced with "span". I am using HTML5 and checking this code in firefox 42. nd I had already checked it in html validator.
0
votes
1 answer

Why when combine HTML and PHP, the HTML shown in "View Source" is not nested correctly?

I have two PHP files, that are used as Views in an MVC-based application. Both of them contain mostly HTML, but also some variables sent to them by the Controller. maintemplate.php: <?php echo…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/view-source" class="post-tag grid--cell" title="show questions tagged 'view-source'" rel="tag">view-source</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 11 '15 at 08:52">asked Oct 11 '15 at 08:52</time> <a href="../../users/1925272/michael-haddad" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1925272.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Michael Haddad" /> </a> <div class="s-user-card--info"> <a href="../../users/1925272/michael-haddad" class="s-user-card--link">Michael Haddad</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,085</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="42 silver badges">42</li> <li class="s-award-bling s-award-bling__bronze" title="82 bronze badges">82</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-31452272"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/31452272/google-app-script-urlfetch-not-giving-html-output-but-javascript-ouput" class="question-hyperlink">Google App Script UrlFetch not giving HTML output but JavaScript ouput</a></h3> <div class="excerpt">I am trying to fetch content from following web page http://www.mfinante.ro/infocodfiscal.html?cod=10376836 My code is var fetchString="www.mfinante.ro/infocodfiscal.html?cod=10376836"; var response = UrlFetchApp.fetch(fetchString); When I view…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/google-apps-script" class="post-tag grid--cell" title="show questions tagged 'google-apps-script'" rel="tag">google-apps-script</a> <a href="../../questions/tagged/web-scraping" class="post-tag grid--cell" title="show questions tagged 'web-scraping'" rel="tag">web-scraping</a> <a href="../../questions/tagged/urlfetch" class="post-tag grid--cell" title="show questions tagged 'urlfetch'" rel="tag">urlfetch</a> <a href="../../questions/tagged/view-source" class="post-tag grid--cell" title="show questions tagged 'view-source'" rel="tag">view-source</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 16 '15 at 10:58">asked Jul 16 '15 at 10:58</time> <a href="../../users/4889514/himanshu-tiwari" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4889514.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Himanshu Tiwari" /> </a> <div class="s-user-card--info"> <a href="../../users/4889514/himanshu-tiwari" class="s-user-card--link">Himanshu Tiwari</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">107</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badge">2</li> <li class="s-award-bling s-award-bling__bronze" title="15 bronze badge">15</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-30931101"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/30931101/turns-into-in-metadata" class="question-hyperlink">& Turns into & in metadata</a></h3> <div class="excerpt">I have a simple problem regarding &. I decided to upload a simple csv file just to insert meta title and meta description. It uploaded sucessfully but when i use the view source i can see this & <head> <meta charset = "utf-8"> <meta…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/view-source" class="post-tag grid--cell" title="show questions tagged 'view-source'" rel="tag">view-source</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 19 '15 at 06:13">asked Jun 19 '15 at 06:13</time> <a href="../../users/4333307/shadowbudz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4333307.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="shadowbudz" /> </a> <div class="s-user-card--info"> <a href="../../users/4333307/shadowbudz" class="s-user-card--link">shadowbudz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">231</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="5 silver badge">5</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badge">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28214361"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28214361/php-dynamically-show-source-into-other-div-in-same-page-after-php-is-submitted" class="question-hyperlink">PHP, dynamically show source into other div in same page after php is submitted</a></h3> <div class="excerpt">I am here to ask You the best way of creating a 'generator'. What have i done so far: Php file with retrieving posted data, <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- 33 KB --> <!--…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/generator" class="post-tag grid--cell" title="show questions tagged 'generator'" rel="tag">generator</a> <a href="../../questions/tagged/view-source" class="post-tag grid--cell" title="show questions tagged 'view-source'" rel="tag">view-source</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 29 '15 at 12:05">asked Jan 29 '15 at 12:05</time> <a href="../../users/4066854/ziomus-gorliczanin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4066854.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ziomuś Gorliczanin" /> </a> <div class="s-user-card--info"> <a href="../../users/4066854/ziomus-gorliczanin" class="s-user-card--link">Ziomuś Gorliczanin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">132</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="11 bronze badges">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=4" rel="prev" title="Go to page 4">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=3" rel="" title="Go to page 3">3</a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=4" rel="" title="Go to page 4">4</a> <div class="s-pagination--item is-selected">5</div> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=6" rel="" title="Go to page 6">6</a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=7" rel="" title="Go to page 7">7</a> <a class="s-pagination--item" href="../../questions/tagged/view-source_page=6" rel="next" title="Go to page 6"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>