Question:

Can someone help with this HTML Problem i have?

by  |  earlier

0 LIKES UnLike

Okay, so like, when you go like a site like this, (http://computerpranks.com/downloadable-pranks/default.cfm?ItemID=5093) then click on “Download Prankstudio WEB” there is a thing that says, “you will be redirected in X number of seconds.” How do you get the code to redirect like that? Can someone help. I hope you understood this.

 Tags:

   Report

2 ANSWERS


  1. <HTML>

    <HEAD>

    <!-- Send users to the new location. -->

    <TITLE>Your Page Title Here</TITLE>

    <META HTTP-EQUIV="refresh"

    CONTENT="#;URL=http://www.howtostudyex...

    </HEAD>

    <BODY>

    You will be redirected in # seconds. :-)

    </BODY>

    Remember to specify the number of seconds (#) !


  2. Ask using forums at http://www.mymediatutorials.com/, they have always gotten back to me quickly about how to use stuff!

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.