LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Web Login, Table1

yOu need to start looking at the source window in the IE explorer going to
menu View - source.


IN HTML tags are object startng and ending with angle brackets like this


<Table ............................................... /table

or sometine without the tag name at the end

<Table ............................................... /


ID actually have the word "ID" like this

</td<td id="msviGlobalToolbarGradient2"

"td" is a tag and the id is "msviGlobalToolbarGradient2"


"Vikram Dhemare" wrote:

Hi,
I am trying the code to downlaod the web table from a password protected
site by using Mr. Joel's code. But when the programme reaches to
Set Mytables = IE.document.getelementsbytagname("table")
Set History = Mytables(1)
it gives an error "Object doesn't support this type of property.
When I tried
Set Mytables = IE.document.getelementsbyID("table")
Set History = Mytables(1)
then it gives the message "Permission Denied". How do I find the Table
reference.
There are many Tables in the Web Page. I want only a particular table to be
retrieve after every 5 - 10 minutes.
Also, if the Web page is active,then it should not reopen the new link i.e.
to skip the set IE process.
Atually what happens, if the Web page is Idle for some time, then it gets
logged out automatically. Only at this moment the macro should pass the "Log
In" process.
Can anybody help me out to resolve this issue.
--
Thanks,
Vikram P. Dhemare

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Login Robin Excel Programming 1 June 9th 08 01:39 PM
Login Name - VBA Sri Excel Programming 1 October 24th 05 07:01 PM
Login Help!!! TMO[_6_] Excel Programming 1 February 8th 04 03:09 PM
Login Box help Bill Lunney Excel Programming 0 August 20th 03 11:45 AM
Login Box Tom Ogilvy Excel Programming 0 August 8th 03 01:42 PM


All times are GMT +1. The time now is 05:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"