Ticket #27 ( Closed )

Short Description onLoad generation
Entered By: PeteL When: 1998-05-15 08:18:11 Build: 1.03.10a
Categories Type: Question   Department: Product   Category: HTML Generation
Description
I have a screen that sometimes doesn't get the onLoad=SS_SetCursor(targ) generated - would this happen if the cursor is not located in an input field?
Append By: PeteL  When: 1998-05-15 08:23:16  New Status: Pending IE
Comment since you have added the if (typeof(targ) != "undefined"), can you now always generate the onLoad statement? I must have my userLoadScript run, or it suppresses my cursor-auto-skip feature. If the cursor isn't in an input field, you could probably simply not put anything in the parm field, and it would fail the typeof test, right?
Append By: WindSurfer  When: 1998-05-15 09:54:22  New Status: Accepted
Comment Done-- in Build 1.3.10b which will be available this afternoon.

The <TEMACRO TERMBODY> will now always generate the onLoad call-- if there is no detectable entry field, the fieldname will be "none".

Append By: PeteL  When: 1998-05-22 06:36:48  New Status: Closed
Comment working fine