Hi Christian,

You can spawn the window using pretty much the same javascript as if you 
were calling it from a link.  One way to go about it is to just put the 
code block in the <head></head> part of the page and wrap the javascript 
in A4D commands.  Something like:

<% if(condition) %>
 window.open('mynewwindow.a4d','NewWindowName','width=400,height=500');
<%  end if %>

- Clay
[EMAIL PROTECTED]
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to