> 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="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 = 0;function ScriptLoaded() { ++loaded; if(loaded == 2)
>> > ARSystemInit(); }
>> > var ReportSelForm="ReportSelection",
>> > RelContextPath='../../../../',AbsContextPath=null;
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > style="display:none">
>>
>> >