Hi,

Please find the HTML code below for which I had raised the query. I want to 
check on clicking particular paging link that link gets converted into normal 
text.


<div class="resultsNav">  
                <a href="javascript:" 
onclick="searchNextResultPageInSubject(document.forms['frmReSearch'], -1, 
'');return false;">Prev</a>
                <span>|</span>
                
                <span><strong>Page: </strong></span>
                
                <a class="toPage" href="javascript:" 
onclick="searchResultPage(document.forms['frmReSearch'], 0, '');return 
false;">1</a>
                     
                <span>
            <strong>2</strong>
        </span>
                <a class="toPage" href="javascript:" 
onclick="searchResultPage(document.forms['frmReSearch'], 2, '');return 
false;">3</a>
                
                <a 
href="javascript:"onclick="searchNextResultPageInSubject(document.forms['frmReSearch'],
 1, '');return false;">Next</a>
                
</div>

Thanks & Regards
Durgesh.


--- On Tue, 9/6/09, Željko Filipin <zeljko.fili...@wa-research.ch> wrote:

From: Željko Filipin <zeljko.fili...@wa-research.ch>
Subject: [wtr-general] Re: How can we verify whether link is deactivated?
To: watir-general@googlegroups.com
Date: Tuesday, 9 June, 2009, 1:34 PM

On Tue, Jun 9, 2009 at 8:22 AM, Durgesh Nadkarni <durgeshnadka...@gmail.com> 
wrote:
> I want to verify that a particular link is deactivated after certain event.



How does the link look when it is active and how does it look when it is not 
active? Can you post html?

Željko
--
http://watirpodcast.com/








      Explore your hobbies and interests. Go to 
http://in.promos.yahoo.com/groups/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to