Jump to content

Cenaz

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Cenaz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Found it out! Place inside <head> to refresh page after 5 seconds: <meta http-equiv="refresh" content="5" /> Redirect to http://example.com/ after 5 seconds: <meta http-equiv="refresh" content="5;url=http://example.com/" /> Redirect to http://example.com/ immediately: <meta http-equiv="refresh" content="0;url=http://example.com/" /> placed this: <meta http-equiv="refresh" content="5;url=http://example.com/" /> into my form_send and gadosh ! mark this as solved:D
  2. Elåå! Need some help redirecting to a page after i hit the submit button for a form. Hoping for an answer:) Here is the script: <style type="text/css"> <!-- .a { text-align: center; } --> </style> <img src="bilde/header.jpg" alt="description of the photo" width="705" height="207"></img> <form action="form_send.php" method="post" /> <p>Navn: <input type="tekst" name="navn" /></p> <p>TLF: <input type="tekst" name="TLF" /> </p> <p>Backup: <input type="tekst" name="Backup" /> </p> <p>Lader: <input type="tekst" name="Lader" /> </p> <p> <textarea rows="20" cols="43" name="Kommentar"></textarea> </p> <input type="submit" value="Send inn" /> </form>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.