Jump to content

xdcx

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by xdcx

  1. yea i just got it, thanks though echo '<a href="#login" onclick="popup(\'popUpDiv\')">Login</a>';
  2. how do i echo out this html? <a href="#login" onclick="popup('popUpDiv')">Login</a> in php i tried: echo '<a href="#login" onclick="popup('popUpDiv')">Login</a>'; but that doesnt work because of 'popUpDiv', i tried arrays, it still doesnt seem to work echo "<a href='#login' onclick='popup("."'popUpDiv')'>Login</a>" i must be doing something wrong
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.