From: Ahmed A. <asa...@ya...> - 2008-02-08 11:09:02
|
Dear Mehrdad, First please use latest snapsho from http://build.canoo.com/htmlunit. Second, the following code works without any errors, please provide a producible test case. ----------------------------- WebClient wc = new WebClient(BrowserVersion.INTERNET_EXPLORER_6_0); wc.setJavaScriptEnabled(true); wc.setCookiesEnabled(true); wc.setThrowExceptionOnScriptError(false); wc.setRedirectEnabled(true); wc.setRefreshHandler(new ThreadedRefreshHandler()); HtmlPage loginPage = null; loginPage = (HtmlPage) wc.getPage("http://my.monster.com/Login.aspx"); ----------------------------- If you found an error, it would be really helpful to try to isolate the root cause. Hope that helps, Ahmed ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |