|
-
Jun 10th, 2005, 10:45 PM
#1
Triggering a hyperlink contained in a table cell (Resolved)
A scenario is this, a certain column in a webpage document's table contains hyperlinks, they are suppose to pop a new window, I want it that I would be able to "auto"-click those links and pop them all.....
Is there an event or property that I should wait until the loading of the window of the "auto"-clicked hyperlink is finished before "auto"-clicking the next hyperlinks?
Last edited by dee-u; Jun 14th, 2005 at 10:22 PM.
-
Jun 10th, 2005, 10:54 PM
#2
Junior Member
Re: Triggering a hyperlink contained in a table cell
You could parse the HTML document find the element (the cell) you need. Get the element's hyperlink property and then navigate to that hyperlink. The effect is the same as clicking on the link.
-
Jun 10th, 2005, 10:58 PM
#3
Re: Triggering a hyperlink contained in a table cell
Darn.... Stupid me, earlier before I posted here I was trying .getElementsByTagName("href").... It is suppose to be .getElementsByTagName("a") right?
How about waiting until the new window is finished loading before triggering the other hyperlinks in that table? What maybe is the event or property I could check?
Last edited by dee-u; Jun 10th, 2005 at 11:18 PM.
-
Jun 10th, 2005, 11:27 PM
#4
Junior Member
Re: Triggering a hyperlink contained in a table cell
The DocumentComplete event.
-
Jun 11th, 2005, 12:23 AM
#5
Re: Triggering a hyperlink contained in a table cell
Are you using Fx Dom Inspector? Its really cool for parsing. Inspects any page you have open, with a lot of flags you can set for different information.
-
Jun 11th, 2005, 12:49 AM
#6
Re: Triggering a hyperlink contained in a table cell
What is Fx Dom Inspector? Where could I get it? Is it freeware?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|