code:
1
2
3
| ?>
<hr color=black><a href="javascript:void(0)" onClick="window.open('reply.php?TopicID=$TopicID', 'popup', 'height=200,width=200,fullscreen=no,location=no,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no')">klik</a>
<? |
Eerst sluit ik PHP af omdat die er last van heeft dat er haakjes staan. Maar bij schermpje dat geopend moet worden moet reply.php?TopicID=$TopicID zijn. Dus ik moet daar wel PHP aanhebben. Maar hoe krijg ik die nou halfverwegen een regel aan? Ik heb dit al geprobeerd:
code:
Maar dan krijg ik een foutmelding.1
2
3
| ?>
<hr color=black><a href="javascript:void(0)" onClick="window.open('<? reply.php?TopicID=$TopicID ?>', 'popup', 'height=200,width=200,fullscreen=no,location=no,menubar=no,status=no,toolbar=no,scrollbars=no,resizable=no')">klik</a>
<? |
Iemand enig idee hoe ik dit kan oplossen? Much thnx!