DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    4

    Accessing link using javascript

    Hi,

    How do I click on the link "MaiLinX Message Settings" in the following HTML code?

    <tr>
    <td><table id=sectionheading>
    <tr>
    <td id=blank></td>
    <td id=text>
    <UL>
    <LI>
    To specify email server settings, use the <a href="emailserver.html" class="bluelink">Email Server Settings</a> page.<br>
    <br>
    <LI>
    To read or change the default messages, use the <a href="maillinxmessagesettings.html" class="bluelink">MaiLinX Message Settings</a> page.<br>

    <br>
    <LI>
    To read or change the conditions and trigger settings, use the following MaiLinX Trigger Settings page.<br>
    <UL><LI>
    <a href="mailinxtriggersettings.html">
    MaiLinX Trigger Settings</a></UL></LI></UL><br>
    <br>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    <!-- End Outer Table -->
    </td>

    </tr>
    <table>
    <tr><td height=15></td>
    </tr>
    </table>
    Last edited by van123; 01-17-2007 at 09:48 PM.

  2. #2
    Join Date
    Mar 2004
    Posts
    78
    How to click a link?!?!?!?!?

    What about using the mouse ?
    I think that in a decent browser you can use the tab key to reach the link and the space bar or enter to click on it

    I am joking )))) do not take it personal.

    Every click on a hyperlink is a HTTP GET request.

    To click a link means to open an HTTP connection to a web server with the url that is concatination of the web page url and the value of the href property of the anchor tag in the case of relative URL; other wise the href property of the anchor tag will be the desired URL - the absolute URL case.

    That is it!

Similar Threads

  1. Replies: 1
    Last Post: 08-10-2005, 02:54 PM
  2. Replies: 0
    Last Post: 03-18-2005, 02:30 AM
  3. Replies: 6
    Last Post: 12-17-2001, 08:28 AM
  4. Sample Sites.
    By Murray Foxcroft in forum Web
    Replies: 5
    Last Post: 11-02-2000, 02:42 AM
  5. Accessing element from Javascript
    By John Knoop in forum XML
    Replies: 0
    Last Post: 10-30-2000, 05:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links