close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

adding confirmation message to an update page

Thread began 5/20/2010 10:18 pm by mora398588 | Last modified 5/21/2010 10:14 am by Eric Mittman | 987 views | 1 replies |

mora398588

adding confirmation message to an update page

In my users_Profile page, I would like to add a rule to securityassist that will allow me include a show region verifying that the page has been updated (when the user clicks the update button).

At this time, when a user updates their profile, the page just flickers and there is no notification that their profile has been updated. Could you assist me in the development of a new rule and creation of a new show region.

Thank you!

Sign in to reply to this post

Eric Mittman

I'm not sure that using a Security Assist rule to confirm the update is the best way to go about this. I think it might be easier to add in a message to the screen to inform the user of the update.

To start with in your update server behavior you need to make sure the update is going back to this same page but you should add in a url parameter to let you know that the page has been updated, like this:

redirect page: yourpage.php?updated=1

Once you have the redirect setup like this then you can add your message to the page that you would like the user to see only when the update occurs. Once you have added it to the page you can wrap a php if statement around it like this:

php:
<?php if(issset($_GET['updated']) && $_GET['updated'] == 1){ ?>

your confirmation message goes here
<?php ?>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...