Hey all,

I have read the tutorial and based on what I have learned using DynAPI it
all makes pretty good sense.  One thing I cannot seem to figure out though
is when you use the load(path) method.  How do you tell when the page have
completed loading? Here's the little piece of code that I am using but the
expected alert does not happen...

qContent=new DynDocument(parent.qContent);
qContent.onLoad = function () { alert("Yo!"); }
qContent.load("instructions.asp?id=0");

Any help would be appreciated.  If I don't know when the page is done
loading I don't know if I'll be able to use DynDocument for this frame
project... wish I could though.  I hate loading all of that script in every
frame... yikes.


-- Matthew

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to