Is there a way for the box to be open automatically when the page loads?

i'd like the frame to be open when the page loads
asked Jul 10, 2012 by anonymous

1 Answer

0 votes
Sure just put the TINY.box call inside something like the following:

window.onload = function(){ CALL HERE };
answered Jul 10, 2012 by Michael (5,600 points)