This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a web page redirect embed code?
06-08-2014, 11:15 AM
Post: #1
Is there a web page redirect embed code?
I need to re direct a page on weebly but i cant do the normal way. (Nhd.weebly)
The only way is it may be possible is an embed code?

I would love if any code geeks out there have an answer, preferably an embed code.



:NOTE:
I am technically inclined I am fluent in html, MySQL databases, Php, and semi-fluent in java.

Ads

Find all posts by this user
Quote this message in a reply
06-08-2014, 11:28 AM
Post: #2
 
Could you specify this more? Do you want to re-direct the entire page on opening or simply create a hyperlink to an external page.

-------
Rather off topic but in cases where you've coded using your webpage, I suggest using php to redirect the page. E.x, an example of a loop that would redirect the page to google:

<?php
header('Location: http://google.com/');
?>

Ads

Find all posts by this user
Quote this message in a reply
06-08-2014, 11:40 AM
Post: #3
 
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)