Tagged Questions
4
votes
2answers
182 views
Why do websites use “you are being redirected…” pages?
Frequently after logging in a website - specially old ones - I see the following:
Welcome! You are being redirected, please click here if your browser
does not redirect you.
And similar pages ...
6
votes
2answers
160 views
Is it OK that url is changed after invalid submit of form?
Let's say I am at Create new user page and current url is /users/new.
When I submit this form with invalid data (e.g. mismatched passwords), user is redirected to /users.
Is it OK that user will see ...
1
vote
3answers
137 views
Which of these two ways of browsing are better for the user?
I am creating a simple web page application and in my question are involved 2 pages and there are two scenarios.
Scenario No 1
On page1.php I use php with MySQL to get a product's data to the page. ...
10
votes
5answers
359 views
What would be the best way to let a user add a URL to a form?
Currently our webapplication simply shows a textbox with no validation at all.
There is a small icon placed next to the textbox that allows the user to open the URL in a new browser window to check ...