I want to put an html file in a subdomain that I have with information that will send visitors straight to another website. I also want spiders and robots from search engines to pick up information on the other website to be used as a description and keywords for the page. Basically, I want the subdomain to be the exact same website as the other one in all aspects but I want to make sure that it is updated in synchronization with the other.
How do I create html code that sends a user straight to another link?
%26lt;meta http-equiv="refresh" content="N; URL=other-web-address"%26gt;
where N is the approximate number of seconds that you want the current web page to be displayed before the browser automatically goes to the other web address. If N = 0, then the browser should go immediately to the other web address.
This will redirect from your domain. If you want search engines to pick it up you will have to put all your head and description meta tags on there.
Reply:I think you can use flash player 8 to create htmls that sends you to a different link.
Reply:use the redirection script. find on www.javascriptkit.com
Reply:To create a hyperlink, you need three things:
*The Web address (called a Uniform Resource Locator, or URL) of the place you want to link to.
*Some text in your Web page to hang the link on. Usually, the text you attach a link to describes the
resource being linked.
*An anchor element (%26lt;a%26gt;) to bring it all together. The element you use to create links is called anchor
element (as opposed to the link element) because you use it to anchor a URL to some text on your
page. When a user views your page in a browser, he or she can click the text to activate the link and
jump to the page whose URL you specified in the link.
Say you have a Web page that describes HTML standards. You might want to refer Web surfers to the
World Wide Web Consortium (W3C) - seeing as it's the organization that governs all things related to the
HTML standard - for detailed information. A basic hyperlink to the W3C's Web site, www.w3.org, looks
like this:
%26lt;p%26gt;The %26lt;a href="http://www.w3.org"%26gt;World Wide Web
Consortium%26lt;/a%26gt; is the standards body that oversees
the development of the HTML specification.%26lt;/p%26gt;
You specify the link URL (http://www.w3.org) in the anchor element's href attribute. The text (World
Wide Web Consortium) you include between the anchor element's open and close tags (%26lt;a%26gt; and %26lt;/a%26gt;) is
the text you hang your link on.
Good luck!
Reply:yeah like 1st answer but it seems like a senseless idea..
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment