Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCompare 2 tables Pin
byka18-Aug-14 1:56
byka18-Aug-14 1:56 
QuestionRe: Compare 2 tables Pin
ZurdoDev18-Aug-14 8:32
professionalZurdoDev18-Aug-14 8:32 
AnswerRe: Compare 2 tables Pin
Andy_L_J28-Aug-14 0:38
Andy_L_J28-Aug-14 0:38 
QuestionDownloading multiple pdf files in a Zip is not working Pin
Member 1048246516-Aug-14 2:19
Member 1048246516-Aug-14 2:19 
AnswerRe: Downloading multiple pdf files in a Zip is not working Pin
Afzaal Ahmad Zeeshan17-Aug-14 2:43
professionalAfzaal Ahmad Zeeshan17-Aug-14 2:43 
GeneralRe: Downloading multiple pdf files in a Zip is not working Pin
Member 1048246518-Aug-14 2:36
Member 1048246518-Aug-14 2:36 
GeneralRe: Downloading multiple pdf files in a Zip is not working Pin
Member 1048246518-Aug-14 2:45
Member 1048246518-Aug-14 2:45 
Questionscrape table from web page Pin
Mahmoud198716-Aug-14 1:41
Mahmoud198716-Aug-14 1:41 
I want to scrape a table from web page but the content of table doesn't exist in the source of page
the table created on the fly by java script
this is the source of page

HTML
 <HTML>
<HEAD>
<TITLE>Cisco Unified Communications Manager Express GUI</TITLE>
<SCRIPT Language="JavaScript"> 
  GUIVersion = "7.0.0.1 (Compatible with IOS 12.4(20)T)"
  var MWinC
  var newestDN = 0
  var retryTimes = 0
  var changeBit = false

  var FeedString = new Array()
  FeedString[0] = "Router config has been successfully changed."
  FeedString[1] = "Configuration has been successfully changed."
  FeedString[2] = "Configuration change failed."
  FeedString[3] = "Other telnet session active. Write delayed."
  var FailReason = new Array()
  // If error occurs, FailReason[0] always get printed out.
  FailReason[0] = "Please report the following error: "
  FailReason[1] = " Ambiguous Command."
  FailReason[2] = " No Matched Command."
  FailReason[3] = " No Matched Help Command."
  FailReason[4] = " No Matched Alias Command."
  FailReason[5] = " Config Locked Down Too Long."
  FailReason[6] = " Configuration Change is not allowed."
  FailReason[7] = " Wrong Tag Value."
  FailReason[8] = " System is writing config to memory. Your change is aborted!"
  FailReason[9] = " Parser return code failed."
  FailReason[10] = " Invalid ITS command option."

  var GenFeed = new Array()
  GenFeed[0] = "Add the new extension to a new phone?"


  function ksBanner() {
    MWinC = "<html><head><style>BODY{\n margin-left: 0pt; \n margin-top: 0pt;\n}"
          + "</style><title>Cisco Unified Communications Manager Express</title></head>"
          + "<body><IMG src='logohome.gif' alt='Cisco Logo'>" 
          + "</body></html>"
    return MWinC
  }

  function Greet1() {
    MWinC = "<html><head><title> View Window </title></head><style>BODY{BACKGROUND-COLOR: #cccccc} H2{PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; FONT-WEIGHT: bold; FONT-SIZE: 0.9em; PADDING-BOTTOM: 0.25em; MARGIN: 0.5em; COLOR: #666699; PADDING-TOP: 0.25em; FONT-FAMILY: Arial, Verdana, Lucida, sans-serif; BACKGROUND-COLOR: #cccccc }</style><body>\n"
          + "<H2>View Window</H2></body></html>\n"
    return MWinC
  }

  function Greet2() {
    MWinC = "<html><head><title> Change Window </title></head><body>\n"
          + "<h2>Change Window </h2></body></html>\n"
    return MWinC
  }

</SCRIPT>
</HEAD>
<FRAMESET rows="0,*" frameborder="0">
   <FRAME name="banner" src="ITSMain" scrolling="NO" frameborder="0" marginwidth="0" marginheight="0" noresize>
   <FRAME name="dispframe" src="javascript:parent.Greet1()">
</FRAMESET>
</HTML>


however i can get the content of the table from browser developer tools
any suggestions

modified 16-Aug-14 8:41am.

QuestionSyntax error near INSERT INTO Pin
Otekpo Emmanuel15-Aug-14 23:05
Otekpo Emmanuel15-Aug-14 23:05 
AnswerRe: Syntax error near INSERT INTO Pin
Wombaticus15-Aug-14 23:21
Wombaticus15-Aug-14 23:21 
GeneralSolved: Syntax error near INSERT INTO Pin
Otekpo Emmanuel16-Aug-14 3:17
Otekpo Emmanuel16-Aug-14 3:17 
AnswerRe: Syntax error near INSERT INTO Pin
Sibeesh KV29-Sep-14 1:34
professionalSibeesh KV29-Sep-14 1:34 
QuestionHow to avoid duplicate data insertion in.net???? Pin
Member 1086700215-Aug-14 22:06
Member 1086700215-Aug-14 22:06 
AnswerRe: How to avoid duplicate data insertion in.net???? Pin
Afzaal Ahmad Zeeshan17-Aug-14 2:48
professionalAfzaal Ahmad Zeeshan17-Aug-14 2:48 
AnswerRe: How to avoid duplicate data insertion in.net???? Pin
NishantRaval27-Aug-14 23:32
NishantRaval27-Aug-14 23:32 
AnswerRe: How to avoid duplicate data insertion in.net???? Pin
Sibeesh KV29-Sep-14 1:36
professionalSibeesh KV29-Sep-14 1:36 
Questionhow to enable false of iframe page in asp.net not display false by jquery and css? Pin
kp 77715-Aug-14 4:54
professionalkp 77715-Aug-14 4:54 
AnswerRe: how to enable false of iframe page in asp.net not display false by jquery and css? Pin
ZurdoDev15-Aug-14 5:28
professionalZurdoDev15-Aug-14 5:28 
QuestionRequiredfield validator is not working Pin
murali_utr14-Aug-14 18:47
murali_utr14-Aug-14 18:47 
AnswerRe: Requiredfield validator is not working Pin
ZurdoDev15-Aug-14 5:29
professionalZurdoDev15-Aug-14 5:29 
QuestionHow to display certain records if user's search comes up empty? Pin
samflex14-Aug-14 6:20
samflex14-Aug-14 6:20 
SuggestionRe: How to display certain records if user's search comes up empty? Pin
Richard Deeming14-Aug-14 6:45
mveRichard Deeming14-Aug-14 6:45 
GeneralRe: How to display certain records if user's search comes up empty? Pin
samflex14-Aug-14 7:01
samflex14-Aug-14 7:01 
GeneralRe: How to display certain records if user's search comes up empty? Pin
Richard Deeming14-Aug-14 7:28
mveRichard Deeming14-Aug-14 7:28 
GeneralRe: How to display certain records if user's search comes up empty? Pin
samflex14-Aug-14 17:07
samflex14-Aug-14 17:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.