Here is my submit button --
print $ajax->submit('Save', array('url' => '/klasses/addlink',
'loaded'=>'closesubject()'));
The save works but the 'closesubject()' function which is a javascript
doesnt ever seem to get called.
Here is the javascript:
<script type="text/javascript" language="JavaScript">
function closesubject(form)
{
window.opener.parent.location.reload();
window.close();
return false;
}
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---