Hi All,
I have popup searcher in my application which lists the available record as hyperlink. Onclick of these links we are populating a textbox with the value.
The popup is opened using window.open method. The hyperlinks in the searcher looks like this:
When I invoke the searcher with IE's debugging enabled I am getting an error at the line where hyper link is present. When I change the hyper link to no error is displayed.
We are using WebSphere 6.1 on IBM AIX and browser IE7.
When the same application is running in WebSphere installed on a windows system, we are not receiving any error even in the former case.
Can this be because of some server level settings? If yes what is that setting?
Note: the searcher is written in a JSP.
Thanks in advance....