How to make a redirect tag

Lubricus

The one and only
  • 385
    Posts
    18
    Years
    I do not know how it would really help if someone could tell me
     
    thanks i didn't know how but now i do
     
    Have you looked at any websites that Teach You HTML? If you did was it just the basics? if so try and read up some more. Try www.w3schools.com That site taught me everything I needed to know.
     
    I know the basics and alot of other things i just never was good with meta tags thats all
     
    im just using it for after a form is submitted.
     
    im just using it for after a form is submitted.

    That doesn't matter. My argument still applies. Just use a link instead. When the user submits a form you show them a "Form submitted" text and then ad a "Continue ->" link afterwards. The user isn't so stupid and lazy that he can't click the link.
     
    That doesn't matter. My argument still applies. Just use a link instead. When the user submits a form you show them a "Form submitted" text and then ad a "Continue ->" link afterwards. The user isn't so stupid and lazy that he can't click the link.

    Im know that but its easier that way but they don't have to go back because the form opens in a new tab or windows so it doesn't really matter
     
    Ouch, that's just as bad :P. One big rule you learn with experience as a webmaster to avoid opening things in a new window (/tab). There are some very detailed reasons to this. One being, it's damn annoying, and everyone should know that :P

    To quote some short paragraphs from HTMLDog:
    "The a tag allows you to open the link in a newly spawned window, rather than replacing the web page the user is on, which at first thought may sound like a good idea as it doesn't take the user away from your site.

    There are a number of reasons why you shouldn't do this however.

    From a usability point of view, this method breaks navigation. The most commonly used navigation tool on a browser is the "back" button. Opening a new window disables this function.

    On a wider, more general usability point, users do not want new windows to be popping up all over the place. If they want to open a link in a new window then they can choose to do so themselves."
     
    dude i don't care im doing it that way it redirects to a form submitted page and then they close it.
     
    I understand but Im thinking about not even using the form but using a form software that is much better.
     
    Back
    Top