Jump to content
Fórum Script Brasil
  • 0

Abrir em nova janela


ClaudioLuis

Question

Gostaria de abrir os links desta pagina (http://www.candiba.comule.com/cutenews/teste.php?go=headlines) em uma nova janela como esta: http://www.candiba.comule.com/display.html

O código é este. Só não sei o que inserir e onde. Por favor me ajudem.

<?PHP

///////////////////// TEMPLATE Headlines /////////////////////

$template_active = <<<HTML

[link]{title}[/link] <br />

HTML;

$template_full = <<<HTML

<div style="width:420px; margin-bottom:15px;">

<div><strong>{title}</strong></div>

<div style="text-align:justify; padding:3px; margin-top:3px; margin-bottom:5px; border-top:1px solid #D3D3D3;">{full-story}</div>

<div style="float: right;">{comments-num} Comments</div>

<div><em>Posted on {date} by {author}</em></div>

</div>

HTML;

$template_comment = <<<HTML

<div style="width: 400px; margin-bottom:20px;">

<div style="border-bottom:1px solid black;">by <strong>{author}</strong> @ {date}</div>

<div style="padding:2px; background-color:#F9F9F9">{comment}</div>

</div>

HTML;

$template_form = <<<HTML

<table border="0" width="370" cellspacing="0" cellpadding="0">

<tr>

<td width="60">Name:</td>

<td><input type="text" name="name"></td>

</tr>

<tr>

<td>E-mail:</td>

<td><input type="text" name="mail"> (optional)</td>

</tr>

<tr>

<td>Smile:</td>

<td>{smilies}</td>

</tr>

<tr>

<td colspan="2">

<textarea cols="40" rows="6" id=commentsbox name="comments"></textarea><br />

<input type="submit" name="submit" value="Add My Comment">

<input type=checkbox name=CNremember id=CNremember value=1><label for=CNremember> Remember Me</label> |

<a href="java script:CNforget();">Forget Me</a>

</td>

</tr>

</table>

HTML;

$template_prev_next = <<<HTML

HTML;

$template_comments_prev_next = <<<HTML

HTML;

?>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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...