Focal Point
the requested resource in not available

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5911093152

October 11, 2007, 04:35 PM
jammer
the requested resource in not available
I have a line of java script code



and I get this error
http 404 - /approot/folksamerica/javascript.void(0)

the requested resource (/approot/folksamerica/javascript.void(0)) is not available.

We just switch from new atlanta/iss to tomcat. Does anyone know what this error is?


Webfocus 7.6.4
Windows 2003 Server, SQL Server 2005
Excel, HTML , JavaScript ,and PDF.
Reportcaster, BID, Tomcat
October 12, 2007, 10:20 AM
Gizmo
Have you switched from atlanta/iss to tomcat/iss or tomcat stand alone? If you are only using tomcat, you probably still need to setup your alias for approot so that it knows to look at /IBI/apps.



Windows: WF 7.6.2: SQL Server 2008 R2
October 15, 2007, 04:24 AM
GamP
Jammer,

Your 404 error does not really surprise me.
From what I can find in your post your line looks something like this:
<form name="confirm_ui" method="POST"  action="java_script.void[0)">

There are a few typos here, and if you correct them, you should get the desired result.
the line should look something like this:
<form name="confirm_ui" method="POST"  action="javascript:void(0)">



GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
October 24, 2007, 03:08 PM
jammer
The problem actaully had nothing to do with this line of code (the errormsg was misleading)

(I agree that the syntax should be action="javascript:void(0)"> but it works just as well with action="javascript.void(0)"> - It works - so I dont care).

Thanks anyhow!


Webfocus 7.6.4
Windows 2003 Server, SQL Server 2005
Excel, HTML , JavaScript ,and PDF.
Reportcaster, BID, Tomcat