Hi guys,
i am using weblogic 6.1 for my
EJB's and
JSP's, but there is a strange problem i am facing. I am using JavaScript in my JSP, and it works fine when i use the
http://locahost:7001/.... address in browser. But when i use the IP Address notation(
http://204.144.141.226:7001/somePage.jsp) in my browser window, the onMouseOver event in the javascript is not executed. The same thing works if i change my URL to the localhost notation, it works fine !! Any clues about this behaviour ??
Raja Srinivas