On 23 Mar, 14:57, "femto" wrote:
> I don't get you, if you want to call a method in .js,
> you just call it. Check out the reference.
>
>
>
> Angus wrote:
> > I have a web page with a toolbar containing a Save button. The Save
> > button can change contextually to be a Search button in some cases.
> > Hence the button name searchsavechanges.
>
> > The snippet of html is:
>
> > > > style=3D"position:static">
> >
> > >
> > I want to call a script which will save the 'record' if you understand
> > me. But all I see is .js files. Can I call these .js methods from
> > javascript? If so how? Or if not is there any way, in javascript or
> > some code I can save the 'record' (obviously, I can manually click on
> > the Save button - but want to achieve this in code).
>
> > The full page appears below:
>
> >
> >
> >
">
> >
> > var loaded =3D 0;function ScriptLoaded() { ++loaded; if(loaded =3D=3D 2)
> > ARSystemInit(); }
> > var ReportSelForm=3D"ReportSelection",
> > RelContextPath=3D'../../../../',AbsContextPath=3Dnull;
> >
> > ARSystem.css">
> >
> >
> >
> >
> >
> >
> > style=3D"display:none">
>
> >