I have the following lines of code in my JSP file in order to register into an application through a servlet: ... <form name="login" method="post" action="<%=response.encodeRedirectURL("../RegistrationServlet?cmd=login")%&g t;&lang=<%=request.getParameter("lang")%>"> ...
The post itself is made through a JavaScript function with: document.forms[0].submit();
When testing on a local server everything works fine. But installing on a production server, outside the organization, invoking this page and clicking the button which commands this action will cause the following error into the browser: ... res://C:\WINNT\System32\shdoclc.dll/dnserror.htm#http://host/application/Registratio...cmd=login&lang= ...
The application server is WebLogic 6.1, but we encountered the same problem on Apache - Tomcat.
Please, does anyone encountered this problem? I really need your help on this, as soon as possible.
I am having a similar issue but I know absolutely squat about javascript or html programming. I use the following code within an flash swf file - getURL("javascript:document.bgColor='#FFFFFF'; void(0);"); I notice you have some... and I don't have any idea of the rest of the code I should put in or if it goes in the orignial html that calls up the swf or within the swf itself.
Sorry if this is obvious stuff to you but I've only been working in all the areas of web development for three months and I've been concentrating on flash so far.
I am having a similar issue but I know absolutely squat about javascript or html programming. I use the following code within an flash swf file - getURL("javascript:document.bgColor='#FFFFFF'; void(0);"); I notice you have some... and I don't have any idea of the rest of the code I should put in or if it goes in the orignial html that calls up the swf or within the swf itself.
Sorry if this is obvious stuff to you but I've only been working in all the areas of web development for three months and I've been concentrating on flash so far.