Thanks Nathan for the reply.
I am not missing anything from the code I wrote. The flash is just to display
an image in the center of the page and does not do anything apart from that.
All the menu items on top of the page are actually stored in the menu_config.js
script file. I have double check that. Snippet of the menu_config.js
[CODE]
// Menu tree
//MenuX=new Array(Text to show, Link, background image (optional), number of
sub elements, height, width);
//For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("Client Search","search.do","",0,22,139);
Menu2=new Array("Reports","reports.do","",0,22,139);
Menu3=new Array("Bank Transfer","banking.do","",0,22,139);
[/CODE]
and the menu_com.js file uploads the menus and do other stuff related to menus.
So practically, calling the .js does the trick of creating a menu which acts as
a link.
Any funtion or method or anything in Watir that can handle this kind of
javascripting on a page.
Prashant
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5259&messageID=14651#14651
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general