Code: Select all
<a href="#" onclick="showDiv('targetDiv');return false; go('http://www.example.com');" target="_blank">Moderator: General Moderators
Code: Select all
<a href="#" onclick="showDiv('targetDiv');return false; go('http://www.example.com');" target="_blank">
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
sorry
well here is alitle bit more of code:
[syntax="html"] <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><a href="#" onclick="showDiv('targetDiv');return false; window.open('http://pleas.hostingas.in/refer.php', 'newWindow');">click here to see download links</a></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td><div align="center" style="font-size:9px;">this link could lead to your website ! <a href="index.php?do=feedback">Contact us</a></div></td>
</tr>
<tr>
<td height="2"></td>
</tr>
<tr>
<td align="center"><div id="targetDiv" style="display:none;">hiddent text</div></td>
</tr>
</table>Code: Select all
<a href="#" onclick="showDiv('targetDiv');return false;>click here to see download links</a>Code: Select all
<a href="#" onclick="window.open('http://pleas.hostingas.in/refer.php', 'newWindow');">click here to see download links</a>Code: Select all
<a href="#" onclick="showDiv('targetDiv');return false; window.open('http://pleas.hostingas.in/refer.php', 'newWindow');">click here to see download links</a>Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]