Click here to Skip to main content
15,892,674 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Password Validation Pin
ZurdoDev22-Aug-14 9:15
professionalZurdoDev22-Aug-14 9:15 
QuestionAccess Device API using Javascript Pin
Gouranga Das21-Aug-14 8:00
Gouranga Das21-Aug-14 8:00 
AnswerRe: Access Device API using Javascript Pin
Richard MacCutchan21-Aug-14 21:59
mveRichard MacCutchan21-Aug-14 21:59 
AnswerRe: Access Device API using Javascript Pin
Dennis E White22-Aug-14 4:47
professionalDennis E White22-Aug-14 4:47 
AnswerRe: Access Device API using Javascript Pin
Dennis E White22-Aug-14 5:14
professionalDennis E White22-Aug-14 5:14 
QuestionAccess Device API using Javascript Pin
Gouranga Das21-Aug-14 7:59
Gouranga Das21-Aug-14 7:59 
AnswerRe: Access Device API using Javascript Pin
ZurdoDev22-Aug-14 9:16
professionalZurdoDev22-Aug-14 9:16 
Questionscrape a table from web Pin
Mahmoud198716-Aug-14 2:58
Mahmoud198716-Aug-14 2:58 
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
AnswerRe: scrape a table from web Pin
borchef28-Aug-14 21:08
borchef28-Aug-14 21:08 
QuestionHow to validate postdate? Pin
loga_mca13-Aug-14 21:14
professionalloga_mca13-Aug-14 21:14 
SuggestionRe: How to validate postdate? Pin
Kornfeld Eliyahu Peter13-Aug-14 23:17
professionalKornfeld Eliyahu Peter13-Aug-14 23:17 
AnswerRe: How to validate postdate? Pin
Tushar Guru8-Sep-14 21:57
Tushar Guru8-Sep-14 21:57 
AnswerRe: How to validate postdate? Pin
Sibeesh KV24-Sep-14 0:56
professionalSibeesh KV24-Sep-14 0:56 
QuestionCollapsible gridview using javascript Pin
Member 1097302613-Aug-14 9:35
Member 1097302613-Aug-14 9:35 
AnswerRe: Collapsible gridview using javascript Pin
Anurag Gandhi22-Aug-14 8:56
professionalAnurag Gandhi22-Aug-14 8:56 
QuestionForum software.. Pin
Fever42012-Aug-14 5:50
Fever42012-Aug-14 5:50 
SuggestionRe: Forum software.. Pin
Richard Deeming12-Aug-14 8:55
mveRichard Deeming12-Aug-14 8:55 
QuestionRequireJS in ASP.Net Webforms Pin
Member 102920078-Aug-14 5:00
Member 102920078-Aug-14 5:00 
Questionany body convert this code( vb script) to java script Pin
boopathiraj4-Aug-14 22:22
boopathiraj4-Aug-14 22:22 
QuestionCondition Always true when checking for "undefined" in Javascript Pin
Vimalsoft(Pty) Ltd3-Aug-14 9:28
professionalVimalsoft(Pty) Ltd3-Aug-14 9:28 
AnswerRe: Condition Always true when checking for "undefined" in Javascript Pin
Blikkies3-Aug-14 22:48
professionalBlikkies3-Aug-14 22:48 
AnswerRe: Condition Always true when checking for "undefined" in Javascript Pin
Kornfeld Eliyahu Peter4-Aug-14 0:19
professionalKornfeld Eliyahu Peter4-Aug-14 0:19 
AnswerRe: Condition Always true when checking for "undefined" in Javascript Pin
Kornfeld Eliyahu Peter3-Aug-14 22:55
professionalKornfeld Eliyahu Peter3-Aug-14 22:55 
AnswerRe: Condition Always true when checking for "undefined" in Javascript Pin
Graham Breach3-Aug-14 22:56
Graham Breach3-Aug-14 22:56 
AnswerRe: Condition Always true when checking for "undefined" in Javascript Pin
Kornfeld Eliyahu Peter4-Aug-14 0:15
professionalKornfeld Eliyahu Peter4-Aug-14 0:15 

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.