<input jwcid="[EMAIL PROTECTED]:AjaxSubmit" 
        action="listener:doLogin" 
        submitNormal="true"
        value="delete1" 
        type="submit" class="button"/><br>
<script type="text/javascript">
    dojo.event.connect(dojo.byId("submit1"), "onclick", function(e) {
        if (!confirm('Are you sure?')) {
            e.cancel_handlers=true;
        }
    });
</script>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to