Jump to content

UnDeaD

Members
  • Posts

    5
  • Joined

  • Last visited

UnDeaD's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. UnDeaD

    Redirection

    Thanks, don't really use JavaScript that much, in fact, not at all... lol
  2. UnDeaD

    Redirection

    Thanks, would that work if I say did this:window.location = "file.php"?
  3. UnDeaD

    PHP Editors...

    Notepad ++NvuNotepad
  4. UnDeaD

    Redirection

    Hi, I need a script that will redirect someone to a page without an anchor or header or meta.What I DON'T want: <?php header(Location: ...) ?><html>...or<html><head><meta http-equiv="Refresh" content="1;..." /></head>...or<html><head><script ...></head>... What I DO want: <html><body><?php (code for redirect ?></body>...or<html><body><script type="text/javascript">(code for redirection)</script></body>...
×
×
  • Create New...