This topic is locked

date event in edit page

1/4/2008 8:43:03 AM
ASPRunnerPro General questions
K
kaled2006 author

hi actualy I have a litle question
I make a date picker in edit page but i would like when anybody choose this field and press in save ( i would like he get a message by a popup)
thank you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7187&image=1&table=forumtopics' class='bbc_emoticon' alt=':lol:' />

J
Jane 1/9/2008

Hi,
use After record added event on the Events tab for this purpose.

Here is a sample:

?><script>

alert("your message");

</script><?