Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > HTML / Design

HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-02-2009, 07:50 AM
alb8t's Avatar
alb8t alb8t is offline
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default html redirect

Hello everyone.
Can somebody give me a code that can redirect a page from one place to another, but that in the browser not to be understood that the page is redirected.
Reply With Quote
  #2  
Old 01-02-2009, 06:26 PM
index's Avatar
index index is offline
Moderator
 
Join Date: Aug 2008
Location: Italy
Posts: 201
Default Re: html redirect

You need to use frame redirect. It means that HTML code which loads the contents of one page inside a frame, making it appear that the other page.
For example:
HTML Code:
<html>
<head>
</head>
<body>
<frameset rows="100%">
<frame src="http://example.com/redirected.html"></frame>
</frameset>
</body>
</html>
Reply With Quote
Reply

Tags
html, redirect

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 03:32 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.