Pages: [1]   Go Down
Send this topic | Print
Author Topic: could anyone make me a redirecting page  (Read 861 times)
siddhartha
Member
*
Offline Offline

Posts: 27


« on: September 06, 2008, 09:27:35 PM »

Hello i am Siddhartha,
I am maintaining a website and I need a php page which redirects to forum in my website with an image and delay of 5 seconds...

Example :




I am looking forward for your help...

Thanks
-Siddhartha


« Last Edit: September 07, 2008, 06:53:29 PM by siddhartha » Logged
Sinister
Your next-door pothead.
Hyper-Active Member
***
Offline Offline

Posts: 306

inferior


WWW
« Reply #1 on: September 06, 2008, 09:36:27 PM »

<meta http-equiv="refresh" content="5; url=http://www.forum.mysite.com" >
Logged
Diemux
Underground3k.com!
Administrator
Official 110mb Guru
*****
Online Online

Posts: 12099


Use search before asking...


WWW
« Reply #2 on: September 06, 2008, 10:24:59 PM »

Which needs to be added in your meta tags (in your header):

Code:
<html>
<head><title></title>

<meta http-equiv="refresh" content="5; url=http://www.forum.mysite.com" >

</head>
<body>

 ect...
Logged

Problems with your 110MB account of website: Visit the support database: http://help.110mb.com!
NOW available: PHPfusion-mods.net!
Underground3k
siddhartha
Member
*
Offline Offline

Posts: 27


« Reply #3 on: September 07, 2008, 06:49:14 PM »

I know only asp.net,

I am expecting a .php file or full lenght code, i cannot fillup the remaining part so.

i need to have a page transferring from www.mywebsite.com to www.mywebsite.com/forum
showing an image in the middle of the page and a text at the bottom saying "redirecting to forum in 5 seconds..."
let the image be "image.jpg" and present in the root directory.

Thanks in advance
Logged
fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #4 on: September 07, 2008, 06:58:34 PM »

i need to have a page transferring from www.mywebsite.com to www.mywebsite.com/forum
showing an image in the middle of the page and a text at the bottom saying "redirecting to forum in 5 seconds..."
let the image be "image.jpg" and present in the root directory.



and why do you think you can't use Diemux's HTML code above to achieve this?
Logged

siddhartha
Member
*
Offline Offline

Posts: 27


« Reply #5 on: September 07, 2008, 07:05:36 PM »

i need to have a page transferring from www.mywebsite.com to www.mywebsite.com/forum
showing an image in the middle of the page and a text at the bottom saying "redirecting to forum in 5 seconds..."
let the image be "image.jpg" and present in the root directory.



and why do you think you can't use Diemux's HTML code above to achieve this?


I like to have an image at middle of the page, for that code image is not included...
I want place image at middle and some text at the bottom of the image
« Last Edit: September 07, 2008, 07:07:32 PM by siddhartha » Logged
fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #6 on: September 07, 2008, 07:07:56 PM »

you can add any image or message in in the <body> section of the HTML file.

just use <img src='imagefile.extension'>
Logged

siddhartha
Member
*
Offline Offline

Posts: 27


« Reply #7 on: September 07, 2008, 07:15:48 PM »

you can add any image or message in in the <body> section of the HTML file.

just use <img src='imagefile.extension'>

I know placing a image in html,
but i dont know how to place that image in the center of the page
Logged
fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #8 on: September 07, 2008, 07:21:51 PM »

Use tag
Code:
<center> </center>
Logged

general vegitable
please ask (by pm duh!) before you yim me
Official 110mb Guru
********
Offline Offline

Posts: 6028


do NOT pm me asking for help


WWW
« Reply #9 on: September 08, 2008, 01:42:06 AM »

to combine the codes;
Code:
<html>
<head>
<title>redirecting to forum</title>
<meta http-equiv="refresh" content="5; url=http://www.forum.mysite.com" >
</head>
<body>
<br>
<br><center>
<image src="path/to/your/image.gif>image replacement text</image><br>
<a href="path/to/your.forum">taking you to the forum, click here to get there sooner</a>
</body>
</html>
Logged




Pages: [1]   Go Up
Send this topic | Print
Jump to: