|
morning all.
i have a page, where i can delete a record. When the delete button is pressed the record is deleted.
Great no propblem.
I have to build it like the user may be an idiot, and might not mean to click the Delete button. so ..
Is there anyway of creating a confirmation message box?
I'm using asp 3 and Vbscript.
I treid using <script> vb script. which created a msgbox, but i couldnt get the varibles in the normal server side <% asp vbcode%> to the client side <script VB>
any ideas?
|