Jump to content


Photo

Redirecionamento Não Autorizado


  • Faça o login para participar
1 reply to this topic

#1 jacksonissac

jacksonissac

    Novato no fórum

  • Usuários
  • 12 posts
  • Sexo:Não informado
  • Localidade:Rio de Janeiro
  • Interesses:Gosto de fazer Web sites para o público usando o melhor da tecnologia, que eu poder dar para meus visitantes..!

Posted 22/10/2005, 03:36

Tenho um site em My Webpage e tenho um INDEX e a segunda pagina..!

INDEX = minha pagina de apresentação
SEgunda pagina = Meus conetúdos

Mais no carregamento dessa Segunda pagina tem um redirecionamento que eu não sei como esta sendo executado.! Eu não coloquei nada assim.! mais eu ja olhei o HTML todo para ver algo parecido mais não achei nada.!

bom galera me da uma ajuda pq ta dificil! :(

Acessa minha Home pager e depois da apresentação... Carregando a segunda pagina click em ESC e veja ou puxe o codico de fonte. sei lá.!

My Webpage

Valew.!.@ :D

 
aqui e o HTML da homepager - segunda pagina

<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">

<title>.::: Jackson Issac :::.</title>
<meta name="description" content=" ">
<meta name=""
content=" ">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<style type="text/css">
<!--
a {font-family:verdana, arial, helvetica, sans-serif; font-size:10px; color:#003399; text-decoration:none;; line-height: 15px}
a:hover {text-decoration:none; color:#ffffff;}
body {background-color:#DDF2FF; color:#000000; font-size:10px; font-family:verdana,arial,helvetica,sans-serif; line-height:15px;}
table {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height:14px}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}

.header {  font: bold 14px Arial, Verdana, Helvetica, sans-serif }
.subhead {  font-weight: bold; font-size: 10px  }
.list {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; text-decoration: none  }
.forms {  font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif }

.dropdown { position: absolute; color:black; width:100px;  border: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; background-color: #E5E5E5; layer-background-color: #EFEFEF; top:105px; z-index:1; visibility: hidden ;}
.drophead { color:#333333; font: bold 10px Verdana, Arial, Helvetica, sans-serif; text-decoration:none }
.dropitem { text-decoration:none; color:black; font: 10px Arial, Verdana, Helvetica, sans-serif;}
.drophead:hover { color:black; text-decoration:none }
.dropitem:hover { color:black; font: bold }
--></style>
</head>



<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#0066FF" style="color: #808080; background-color: #000000">



<table width="770" border="0" cellspacing="0" cellpadding="0" height="100%" align="left">
  <tr>
    <td valign="top">
      <div align="right">
      <table width="770" border="0" cellspacing="0" cellpadding="0" height="542" style="border-collapse: collapse" align="right">
        <tr valign="top">
          <td width="658" height="76">
          <img border="0" src="jackson.png" width="781" height="72"></td>
        </tr>
        <tr valign="top">
          <td valign=top width="770" height="429">
            <table width="782" border="0" cellspacing="0" cellpadding="0" height="33">
              <tr>
                <td colspan="9" height="6" valign=top width="782">
                  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
                    <tr>
                      <td height="5" background="images/bar2.gif"></td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td width="75" background="images/bar1.gif" height="27">
                <p align="center">
                <a target="I1" href="pagina_2.htm">Home</a></td>
                <td width="75" background="images/bar1.gif" height="27">
                <p align="center">
                <a target="I1" href="downlods.htm">downloads</a></td>
                <td width="75" background="images/bar1.gif" height="27">
                <p align="center">
                <a target="I1" href="links.htm">links</a></td>
                <td width="75" background="images/bar1.gif" height="27">
                <p align="center">
                <a target="I1" href="vip1.htm">VIP</a></td>
                <td width="75" background="images/bar1.gif" height="27">
                <p align="center"><a target="I1" href="fotos.htm">fotos</a></td>
                <td background="images/bar1.gif" height="27" width="75">
                <p align="center">aprenda +</td>
                <td background="images/bar1.gif" height="27" width="75">
                <p align="center">
                <a target="I1" href="indice_de_noticias.htm">noticias</a></td>
                <td background="images/bar1.gif" height="27" width="75">
                <p align="center"><a target="I1" href="contato.htm">contato</a></td>
                <td background="images/bar1.gif" height="27" width="102">
                <p align="center"><script language=Javascript1.2>
// verander hieronder de kleur font en grootte van het klokje
var tags_before_clock = "<font face='arial' size='2' color='#0000FF'><b> "
var tags_middle_clock = ""
if(navigator.appName == "Netscape") {
document.write('<layer id="clock"></layer><br>');
}
if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<span id="clock"></span>');
}
function upclock(){
var dte = new Date();
var hrs = dte.getHours();
var min = dte.getMinutes();
var sec = dte.getSeconds();
var col = ":";
var spc = " ";
var com = "";
if (hrs == 0) hrs=12;
if (min<=9) min="0"+min;
if (sec<=9) sec="0"+sec;
if(navigator.appName == "Netscape") {
document.clock.document.write(tags_before_clock+hrs+col+min+col+sec+tags_middle_clock+day+com+spc);
document.clock.document.close();
}
if (navigator.appVersion.indexOf("MSIE") != -1){
clock.innerHTML = tags_before_clock+hrs+col+min+col+sec+tags_middle_clock+com+com+spc;
}
}
setInterval("upclock()",200);
                </script></td>
              </tr>
            </table>
            <table width="781" border="0" cellspacing="0" cellpadding="3" height="434">
              <tr>
                <td height="428" valign="top" width="597">
                  <p align="left">
                  <iframe name="I1" width="649" height="435" src="pagina_2.htm">
                  Seu navegador não oferece suporte para quadros entre linhas ou está configurado no momento para não exibi-los.</iframe>
                </td>
                <td height="428" valign="top" width="156">
                  <div align="center" style="width: 99; height: 445">
                    <p><br>
                    <img border="0" src="droga_nao[1].gif" width="82" height="37"><br>
                    <img border="0" src="67.gif" width="66" height="65"><b><font face="Times New Roman" size="2" color="#808080"><br>
                    &quot; Amigo não é aquele que separa uma briga, mais sim aquele
                    que chega com uma voadora.&quot;<br>
                    </font></b><img border="0" src="67.gif" width="66" height="65"><br>
                    <font color="#808080"><b>Dedico esse site aos meus amigos da
                    Internet e os da&nbsp; Curucica / RJ<br>
                    <br>
                    <br>
                    <br>
                    <br>
                    <br>
&nbsp;</b></font></p>
                  </div>
                </td>
                <td height="428" valign="top" width="14" bgcolor="#84AEFF">&nbsp;</td>
              </tr>
            </table>
          </td>
        </tr>
        <tr valign="top">
          <td height="37" width="770">
            <div align="right">
              <table width="782" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td background="images/bar3.gif" height="21" width="782">
   
                  </td>
                </tr>
              </table>
            </div>
            <div align="center"><!-- You may replace the following with your own information. -->
<!-- Not required, but if you leave the link to FreeSiteTemplates, I'd appreciate it -->
<center>
<font face="Arial, Helvetica, sans-serif" size="1" color="#808080"><b>&copy;
          Copyright 2005. All rights reserved.</b></font></div>

</body></html>


Jackson Issac
-WebMaster-

#2 Lucia

Lucia

    24 Horas

  • Usuários
  • 436 posts
  • Sexo:Feminino
  • Localidade:Campo Grande MS

Posted 22/10/2005, 13:52

:o Oi jacksonissac...antes de mais nada...você deve entrar em contato com o pessoal do site que te hospeda...pois você usa o cjb.net...e a página que aparece é a deles...tenta lá antes de quebrar a cabeça!
Abraços




0 user(s) are reading this topic

0 membro(s), 0 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq