I need some ideas for troubleshooting a problem.
We are using PWB 3.0.3.4 on our catalog-only stations. The underlying browser is IE 9. We recently implemented a form on our web site that makes use of jQuery.validate. When I use my IE 9 browser and submit this form, the validation script is invoked. When I run PWB over this same IE 9 installation, the validation script is not invoked when I submit the form.
I know that the same problem occurs when IE 9 is in compatibility mode. But I've confirmed that the IEBrowserEmulation key does not exist in the pwb.ini file, and when I visit whatismybrowser.com in PWB it is reporting IE 9.
Does that ring any bells for someone? Is there logging or developer tools that I can invoke in PWB?
Thanks for any leads.
Need some troubleshooting pointers
Re: Need some troubleshooting pointers
Try adding the following to your INI file.
[Browser]
JavaScriptVoidCancelNavigate=False
PWB is set to cancel navigation when it encounters "javascript:void" type functions, the above setting will allow the navigation to continue.
Otherwise, what is the URL of the site with the issue?
--Scott
[Browser]
JavaScriptVoidCancelNavigate=False
PWB is set to cancel navigation when it encounters "javascript:void" type functions, the above setting will allow the navigation to continue.
Otherwise, what is the URL of the site with the issue?
--Scott
Re: Need some troubleshooting pointers
Thanks for your quick reply.
I've discovered that the problem *does* occur with IE 9 and is not limited to PWB. So the issue is on my end.
Have a great weekend.
I've discovered that the problem *does* occur with IE 9 and is not limited to PWB. So the issue is on my end.
Have a great weekend.