Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import HTML table data into Foxpro table
Message
From
09/10/2006 09:24:29
Suhas Hegde
Dental Surgeon
Sirsi, India
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01160464
Message ID:
01160526
Views:
8
>>I did something like this but couldnt get it right
>
>>m.o1 = createobject("internetexplorer.application")
>>m.o1.navigate2(filename)
>>do while m.o1.readystate # 4
>>enddo
>>?m.o1.document.body.childnodes[1].innertext
>
>>That gives all the data in the html but not of the table alone
>>also extracting data from the return is not easy because it has no >delimiters...
>
>>any better way?
>Hi, Suhas
>After loading the html-document use
>getElementById, if the table inside document has it,
>or getElementsByTagName.
>
>If You can send me a sample of html-file,
>I'll send you the more accurate code.
>e-mail address see in my profile


The URL is here

http://nseindia.com/marketinfo/companyinfo/eod/bmSearch_byDate.jsp?companyname=&Fromday=01&Frommon=10&Fromyr=2006&Today=01&Tomon=03&Toyr=2007&Indicesdata=Get+Results&check=new

I need to get the data of board meetings dates

thanx
Previous
Reply
Map
View

Click here to load this message in the networking platform