Jump to content

Whats wrong with this?...


glenelkins

Recommended Posts

any idea why this does not show the confirm dialog?

[code]
// Check if the user has finished creating their profile
if ($finished == 0) {
?>
<script language="javascript">
if (confirm ('Have You Finished Creating Your Wedding Page?')) {
alert ("Ok");
} else {
alert ("Bummer")
</script>
<?
}
[/code]
Link to comment
https://forums.phpfreaks.com/topic/16775-whats-wrong-with-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.