Dynamic Web Tutorials and Notes
Create success page
- File>New
- Click Basic Page - HTML
- Click ‘Create’
- Type ‘You have successfully performed your required operation
on the database’
- Click enter key
- Type ‘Would you like to’
- Click enter key
- Type ‘Insert records’
- Click enter key
- Type ‘Update records’
- Click enter key
- Type ‘Delete records’
- Select ‘Insert records’ and link it to insert.asp

- Select ‘Update records’ and link it to update.asp
- Select ‘Delete records’ and link it to delete.asp
- Save page as success.htm
.
.
.