Re: cannot view complete html source of webpage using browser
- From: "Poprivet" <poprivet@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 Apr 2007 16:40:33 -0400
learnyourabc wrote:
I am not able to view the complete html for the following web page
using view page source in firefox or IE(and I am not refering to html
that are inside the frames )
look at http://joongangdaily.joins.com/article/view.asp?aid=2874571
or any page in that website
Using view page source, (does not display the html text of the main
content, should have some text in the article)
<script type="text/JavaScript">var PAGE_TYPE="LEFTMENU";</script>
<script type="text/JavaScript" src="http://joongangdaily.joins.com/
_ui/
script/top.js"></script>
<!--------------------------// s : main
contents //-------------------------->
<div id='divArticle'></div>
<!--ºí·Î±× Àü¼Û¿ë Æû-->
<form name="frmSaveBlog" method="post" action="http://
blog.joins.com/
center/joins/outbound_scrap_pre.asp">
<input type="hidden" name="baseurl" value="http://
joongangdaily.joins.com">
<input type="hidden" name="user_id" value="">
<input type="hidden" name="source" value="">
<input type="hidden" name="board" value="jd_news_scrap">
<input type="hidden" name="board_idx" value="">
<textarea name="subject" style="display:none"></textarea>
<textarea name="content" style="display:none"></textarea>
</form>
After saving the page using browser firefox and use view source again
on the saved page ,
(html text of the main article is displayed on the saved page )
Can anyone enlighten me as to what is going on here?Thks
It's because the "text" and other parts of the displayed page aren't in that
precise page but are called from other places, using javascript, to complete
the whole display. What you see is just a container for the other parts to
be loaded into. Not unusual; sometimes a pain for folks who won't/don't
use js, but it works well.
HTH
Pop`
.
- References:
- cannot view complete html source of webpage using browser
- From: learnyourabc
- cannot view complete html source of webpage using browser
- Prev by Date: Can't View Tif images on FTP folder
- Next by Date: Re: Website comes up as a blank page
- Previous by thread: Re: cannot view complete html source of webpage using browser
- Next by thread: Re: Opening word documents fails
- Index(es):
Relevant Pages
|