This topic is locked

Confirm on save with variable

12/12/2008 9:14:55 AM
ASPRunnerPro General questions
G
guroos author

Have found some great code in previous topics that ALMOST does what I need:

<span class=buttonborder><input class=button type=submit value="Save" onClick="if (confirm('Your Stand Price per Sq Metre is ' + 'variable' )) frmAdmin.submit(); return false;"></span>


I just need to get the syntax for the variable...I tried:

dict("StandPricePerSquareMetre")

with no luck, thanks in advance.

J
Jane 12/15/2008

Hi,
where do you use this code?

G
guroos author 12/15/2008

Hi,

where do you use this code?


on the save button of the html template 'add page.'