Hello,
I have a not standard situation (not browse and form) to let the user enter data and save them.
I have a memory form with three save buttons for different situations. Each one calls a new page (UpdateDB) with an action parameter (UpdateDB?Action=xxx).
Depending on the action parameter the page works with data (from session values) and saves them to the db. this I do in the page setup of UpdateDB.
At the end of the page setup I redirect to different other pages dependend on the action parameter.
Sometimes, it happens, that the redirection does not work. The browser shows the message 'This page cannot be displayed. Check if the web adress is correct.'
This happens after updating the database, directly when calling the redirection to the next page.
But if I press F5 to refresh the browser the page is shown correctly.
This happens with IE, Chrome and Firefox, not exactly in the same situation but in all.
What can be wrong there?
Thanks for every help
Cheers
Heinz