-
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.
-
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
-
By atithp in forum ASP.NET
Replies: 1
Last Post: 08-10-2005, 02:54 PM
-
By ziphnor in forum ASP.NET
Replies: 0
Last Post: 03-18-2005, 02:30 AM
-
By Jose Rodz in forum Java
Replies: 6
Last Post: 12-17-2001, 08:28 AM
-
By Murray Foxcroft in forum Web
Replies: 5
Last Post: 11-02-2000, 02:42 AM
-
By John Knoop in forum XML
Replies: 0
Last Post: 10-30-2000, 05:39 AM
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
|
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
|
Bookmarks