Jump to content
Fórum Script Brasil
  • 0

Como Abrir Javascript Automaticamente?


TitanZ_Nemesis

Question

Fala galera.

Estou com uma dúvida dei uma pesquisada, nas não consegui fazer ou não achei a forma correta.

Gostaria de saber se tem uma forma de abrir esse popup automaticamente numa página .php.

<script language="Javascript" type="text/javascript" src="http://www.xxxxxxx.com/cgi-bin/mostra.cgi?contaXX=alanbr">

</script>

Me indicaram para usar este código abaixo e até funciona algumas vezes e influência na aparência do layout. Mas realmente o maior problema é que abre uma vez ou outra e gostaria que abrisse no mínimo uma vez por ip.

<script type="text/javascript" src="suapaginadescript">

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Incompreensível a sua dúvida.

Quero abrir aquele banner em uma popup como se a pessoa clica-se nele.

Você quer abrir um popup na página? O código é este:

&lt;script type='text/javascript'>
      window.open('http://endereço_da_pagina');
</script>
Eu coloquei antes do </head> como pode ver e quando acesso a página da esse erro:
Template Parse Error!
There was a problem loading the /Themes/default/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in .../Themes/default/index.template.php on line 166

157:     if (!empty($context['current_board']))
158:         echo '
159:     <link rel="index" href="', $scripturl, '?board=', $context['current_board'], '.0" />';
160: 
161:     // Output any remaining HTML headers. (from mods, maybe?)
162:     echo $context['html_headers'];
163: 
164:     echo '
165:     

166:     <script type='text/javascript'>

167:       window.open('http://www.cliquebanner.com/cgi-bin/mostra.cgi?contaXX=alanbr');
168: </script>
169:     </head>
170:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...