Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Please Help me:Links and Frames lists in IE5

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,574
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Please Help me:Links and Frames lists in IE5
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Please Help me:Links and Frames lists in IE5 - 2/12/2002 6:27:06 AM   
  yarono

 

Posts: 3
Score: 0
Joined: 2/12/2002
From:
Status: offline
I'm trying to simulate a click on a link which is located in a frame.
I'm using vbscript. The Link doesn't have an ID nor Name attributes. Below u can c 3 lines of code which does the same thing and they r all work with IE5.5 and IE6.0 but do not work with IE5:
doc.frames(1).document.links(3).click()
doc.frames.item("content").document.links(3).click()
doc.Frames("content").document.links(3).click()

The problem with IE5 is that it gives error each time I'm using somekind of list, like Frames(index) and Links(index).
I succeeded to bypass the Frames list by referencing directly the frame name : doc.all.content.document but then I get stuck bypassing the link list.
Please help me.
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Please Help me:Links and Frames lists in IE5 Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts