From: Ronald B. <rb...@rb...> - 2014-03-14 06:34:55
|
Hi, this seems to be a bug. Please open an issue for the missing support of window.navigate when simulating IE8. Fix should be easy. RBRi On Thu, 13 Mar 2014 10:03:09 -0500 Raj Rajeswaran wrote: > >Morning .... > >I have a button with onClick defined as such: > >onclick="window.navigate(returnPage)" > >When the button is clicked, I am getting a ScriptException as follows: > >*com.gargoylesoftware.htmlunit.ScriptException: TypeError: Cannot find >function navigate in object [object].* > >Running in INTERNET_EXPLORER_8 mode. > > >Any clues how to fix this? > >Thanks >Ra > |