Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Html Code For Open New Window And Redirect

  1. #11
    Quote Originally Posted by REALITY
    Could someone tell me the html code for open in new window and how to redirect one of my web pages also...
    To redirect try this in the <head> section (example):

    Code:
    <meta http-equiv="refresh" content="1;url=http://filesharingtalk.com/vb3/index.php?">

  2. Internet, Programming and Graphics   -   #12
    and if you use the code posted above by mini sparsely, be sure to add a space and a / at the end of the <meta /> tag.


    or in php you can do

    PHP Code:
    header("Location:http://www.whatever.com/index.html"); 

    There is a crack in everything.
    That's how the light gets in.

  3. Internet, Programming and Graphics   -   #13
    What I was referring wasnt working was...
    <a href="javascript:addbookmark()">Add this site to favorites</a>
    The others are fine.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •