[help] discard.email imacro

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
k3lv1n
Posts: 3
Joined: Tue Nov 25, 2014 1:10 am

[help] discard.email imacro

Post by k3lv1n » Tue Nov 25, 2014 1:11 am

Hello,

Im trying to click a link after login to this disposible email site, but I just can figure out how to.
I can login, click on relevant email, it opens, contains a link, but I just cannot click on it.

PLease help,

thank you

code:

Code: Select all

<html><head></head><body style="margin:0; padding:0;"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>
<table border="0" cellpadding="3" cellspacing="0" width="600">
<tbody><tr>
<td colspan="3">
<table bgcolor="#f3f4ee" border="0" cellpadding="20" cellspacing="2">
<tbody><tr>
<td align="center">
<img src="" alt="">
</td>
</tr>
<tr>
<td bgcolor="white">
<p>sdf@pfui.ru , you're almost there!</p>
<p><br><strong>Please confirm your registration by clicking the link below (or pasting it into your browser):</strong>
<br><br>
<a href="NEED THIS">NEED THIS</a>
<br><br>
Best regards,<br>

</p>
</td></tr></tbody></table></td></tr></tbody></table> </html></body></html>
Post Reply