Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default page select in multipage web site

Hi All,

I had a discussion on this topic with Joel but he stopped answering
therefore I try to reopen the thread:

I have a multipage URL (http://schedule.msu.edu/)
where
Set coursetables = IE.document.getElementsByTagname("table")
and after that
?coursetables.Item(16).Rows(0).Cells(0).innertext
returns

Page 1 of 2
Previous Page | Next Page

On the web page clicking manually on Next Page bring up the next page.

How can I find the object that can be clicked on in VBA (like clicking on a
button is done via myButton.click) to bring up the next page?

Joel's last suggestion (see below) failed because
Set Nextobj = IE.document.getElementByID("nav")
returned Nothing because there was no "nav" element.

I'm interested not in the content of this particular website but the paging
technique in such cases.

Thanks,
Stefi

Reply
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
page select in multipage web site Stefi Excel Programming 8 July 3rd 09 10:16 AM
Delete Page of a MultiPage Geoff Excel Programming 3 November 15th 06 09:56 AM
Select Multipage by name? Julian[_4_] Excel Programming 4 September 10th 06 03:14 PM
Userform, multipage, select a tab Jos Vens[_2_] Excel Programming 2 February 28th 05 04:11 PM
how to put a reference from a page of a multipage form to another page Valeria[_2_] Excel Programming 2 January 25th 04 08:21 AM


All times are GMT +1. The time now is 04:43 AM.

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

About Us

"It's about Microsoft Excel"