Hi.
I'm working on a site that can be used
for surweys.
I want to tell a user if he not have made an selection.
I try to open a Window, but nothing happens. When I make the call from a button, it works fine.
I have placed a vcl-window on my
form, and maked it modal.
I can call the window from a button.
See my code here

:
************************************************
if ($selected == 0)
{
?>
Window1.show();
<?php
}
************************************************