ClaudioLuis Posted December 6, 2011 Report Share Posted December 6, 2011 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.htmlO 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 = <<<HTMLHTML;$template_comments_prev_next = <<<HTMLHTML;?> Quote Link to comment Share on other sites More sharing options...
0 Ricardo T. do Prado Posted December 6, 2011 Report Share Posted December 6, 2011 Me parece que voce está chamando via javascript, pelo menos é única coisa q vi como link, na lógica seria<a href="java script:CNforget();" target="_blank">Forget Me</a>Abs. Quote Link to comment Share on other sites More sharing options...
0 ClaudioLuis Posted December 6, 2011 Author Report Share Posted December 6, 2011 Mas onde eu coloco isso? não entendo nada de php. Sei um pouco de HTML. Não teria que ter algo tipo "'toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=500"? Quote Link to comment Share on other sites More sharing options...
0 Ricardo T. do Prado Posted December 6, 2011 Report Share Posted December 6, 2011 se você sabe html então deve conhecer algo como window.open();Isso que você quer é uma popup.Abs. Quote Link to comment Share on other sites More sharing options...
Question
ClaudioLuis
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.
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.