Results 1 to 6 of 6

Thread: Triggering a hyperlink contained in a table cell (Resolved)

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Resolved 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.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    Junior Member
    Join Date
    Mar 2005
    Posts
    18

    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.

  3. #3

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    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.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4
    Junior Member
    Join Date
    Mar 2005
    Posts
    18

    Re: Triggering a hyperlink contained in a table cell

    The DocumentComplete event.

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  6. #6

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Triggering a hyperlink contained in a table cell

    What is Fx Dom Inspector? Where could I get it? Is it freeware?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width