Click here to Skip to main content
15,887,895 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Implementing Visual Basics to A website Pin
Eddy Vluggen18-Aug-14 10:27
professionalEddy Vluggen18-Aug-14 10:27 
AnswerRe: Implementing Visual Basics to A website Pin
Bernhard Hiller18-Aug-14 21:23
Bernhard Hiller18-Aug-14 21:23 
AnswerRe: Implementing Visual Basics to A website Pin
Richard MacCutchan18-Aug-14 21:24
mveRichard MacCutchan18-Aug-14 21:24 
QuestionDrag and Drop multiple icons from Treeview to Picturebox Pin
subramanya udupa16-Aug-14 22:59
subramanya udupa16-Aug-14 22:59 
AnswerRe: Drag and Drop multiple icons from Treeview to Picturebox Pin
Eddy Vluggen17-Aug-14 9:23
professionalEddy Vluggen17-Aug-14 9:23 
Questionlicensing my vb.net application (online and offline) Pin
zuber ahmed16-Aug-14 2:13
zuber ahmed16-Aug-14 2:13 
AnswerRe: licensing my vb.net application (online and offline) Pin
Dave Kreskowiak16-Aug-14 4:33
mveDave Kreskowiak16-Aug-14 4:33 
Questionscrape a table from web Pin
Mahmoud198716-Aug-14 1:35
Mahmoud198716-Aug-14 1:35 
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
Eddy Vluggen18-Aug-14 7:28
professionalEddy Vluggen18-Aug-14 7:28 
QuestionHow Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore15-Aug-14 23:04
professionalkallymore15-Aug-14 23:04 
AnswerRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Mycroft Holmes15-Aug-14 23:33
professionalMycroft Holmes15-Aug-14 23:33 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore16-Aug-14 1:56
professionalkallymore16-Aug-14 1:56 
AnswerRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Chris Quinn17-Aug-14 21:24
Chris Quinn17-Aug-14 21:24 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore23-Aug-14 5:43
professionalkallymore23-Aug-14 5:43 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Chris Quinn25-Aug-14 20:27
Chris Quinn25-Aug-14 20:27 
QuestionUsing List(Of String) property in Designer (For custom ComboBox) Pin
A3209583415-Aug-14 7:50
A3209583415-Aug-14 7:50 
Questionhi, below code I return in vb.net am getting error ,Please help me. Pin
RangappaRavi12-Aug-14 20:20
RangappaRavi12-Aug-14 20:20 
AnswerRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
Chris Quinn12-Aug-14 21:07
Chris Quinn12-Aug-14 21:07 
AnswerRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
Bernhard Hiller12-Aug-14 21:08
Bernhard Hiller12-Aug-14 21:08 
QuestionRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
ZurdoDev15-Aug-14 8:16
professionalZurdoDev15-Aug-14 8:16 
Questionasp.net dynamic linq query Pin
murali_utr12-Aug-14 18:56
murali_utr12-Aug-14 18:56 
AnswerRe: asp.net dynamic linq query Pin
Richard Deeming13-Aug-14 2:21
mveRichard Deeming13-Aug-14 2:21 
Questionlicensing my vb.net application (online and offline) Pin
zuber ahmed10-Aug-14 20:28
zuber ahmed10-Aug-14 20:28 
AnswerRe: licensing my vb.net application (online and offline) Pin
Eddy Vluggen11-Aug-14 7:15
professionalEddy Vluggen11-Aug-14 7:15 
QuestionLogitech G keyboard screens Pin
JR21210-Aug-14 4:37
JR21210-Aug-14 4:37 

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.