Call JavaScript Library from hotspot button on form

How do I call a function within a JS Library from a button on a form?

Subject: Call JavaScript Library from hotspot button on form

call the function from the onClick event.

Subject: RE: Call JavaScript Library from hotspot button on form

Thanks, I thought there would be some special way of telling it to read the JS Library instead of looking in the JS Header.

Subject: Call JavaScript Library from hotspot button on form

If you had a JavaScript Library called “Test” do the following:

  1. On your Button find the (Options) property

  2. type-- Use “Test”

You are then using the Javascript Library instead.

Regards

Rolf Pfotenhauer

Subject: RE: Call JavaScript Library from hotspot button on form

(Options) is available for LotusScript, not JavaScript