in reply to Need help with selenium locator

Did you try

$sel->click("ctl00_MainCol_DataList1_ctl00_SearchListing1_FrmImage_hlM +oreInfo");

What error message it gives to you?

Replies are listed 'Best First'.
Re^2: Need help with selenium locator
by zli034 (Monk) on Sep 06, 2007 at 07:33 UTC

    NO this doesn't work.

    IE shows a error window:

    Internet explorer javascript error... and access denied

    I don't know why I can access the javascript on the webpage by using selenium?

      Can you enable debugging of Javascript errors in IE and try again? Please provide complete error text.

Re^2: Need help with selenium locator
by Anonymous Monk on Feb 02, 2009 at 17:32 UTC
    assign ("ctl00_MainCol_DataList1_ctl00_SearchListing1_FrmImage_hlM +oreInfo") to a varible. see what the results is