Re: [Dynapi-Help] handling onload functions

2001-03-20 Thread Joshua O'Connor-Rose
; 1)I believe the is an onafterload event (i could be wrog) > 2) you should put any such code into DynAPI.OnLoad() > - Original Message - > From: "Joshua O'Connor-Rose" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 20, 2

Re: [Dynapi-Help] handling onload functions

2001-03-20 Thread Joshua O'Connor-Rose
oad event (i could be wrog) > 2) you should put any such code into DynAPI.OnLoad() > - Original Message - > From: "Joshua O'Connor-Rose" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, March 20, 2001 10:06 AM > Subject: [Dynapi-Help]

Re: [Dynapi-Help] handling onload functions

2001-03-20 Thread Doug Melvin
1)I believe the is an onafterload event (i could be wrog) 2) you should put any such code into DynAPI.OnLoad() - Original Message - From: "Joshua O'Connor-Rose" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 10:06 AM Subject: [D

[Dynapi-Help] handling onload functions

2001-03-20 Thread Joshua O'Connor-Rose
I've been using the API for 6 months . . . love it. moving on. I'm having trouble calling a function (makeLayer) that is called when the page loads and references layers also created when the page loads. The trouble is the function is invoked on the page before the layers exist. I tried several