Hi,
It seems only to work on the server machine. When I access it from other
machines within the intranet the javascript does not show up.
<script language="javascript" src="C:/Program Files/Apache Software
Foundation/.../javascript.js"></script>
Do I need to reference it with the computer name? I'm not sure why the above
does not work since it is grabbing it right from the machine.
Thanks,
Akshay
On 6/23/06, Akshay Ahooja <[EMAIL PROTECTED]> wrote:
Thanks Brice,
It works now.
-Akshay
On 6/23/06, Brice Lambi <[EMAIL PROTECTED]> wrote:
>
> I noticed that the src attribute of a script tag in your html must be
> absolute and not relative. I don't know if that will help.
>
>
> On 6/23/06, Akshay Ahooja <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > I am generating a dynamic table which has sorting drop down menus
> created
> > on
> > the fly using javascript (on the first row of the table).
> >
> > The application is struts based but the javascript is not connected to
> > struts functionality in anyway. The javascript sorting is working fine
> as
> > a
> > web app.
> >
> > When I deploy it on Jetspeed-2 the drop down menus are not created
> > (javascript not working).
> >
> > The sorting function is called in the following manner-
> >
> > <body topmargin="0" bottommargin="0" onload="attachFilter(
> > document.getElementById('accountTable'), 3)">
> >
> > Could not find anything about this on the site. Anyone know how to fix
>
> > this?
> >
> >
> > Thanks,
> > Akshay
> >
> >
>
>