How to open in new tab in daddy file protector
Posted:
Sat Mar 21, 2015 6:45 pm
by pmvuong
Hi guys,could you please help me this,how can i open in new tab when click on links shortern by link protector ?
i added target = blank but not work
<p><a href="<?php echo $links[$i];?>\" target=\"_blank\"><?php echo $links[$i];?></a></p>
tks and sr for my bad english
Re: How to open in new tab in daddy file protector
Posted:
Sun Mar 22, 2015 3:12 am
by SamEA
Please post or PM me the link to where DLP is hosted at.
Thanks,
Re: How to open in new tab in daddy file protector
Posted:
Sat Mar 28, 2015 11:44 am
by SamEA
Hi pmvuong,
Apologies for the delayed response, I did not realise you PMed me. Thank you for confirming your Site URL.
Instead of:
- Code: Select all
<p><a href="<?php echo $links[$i];?>\" target=\"_blank\"><?php echo $links[$i];?></a></p>
use
- Code: Select all
<p><a href="<?php echo $links[$i];?>" target="_blank"><?php echo $links[$i];?></a></p>
Re: How to open in new tab in daddy file protector
Posted:
Mon Apr 06, 2015 1:26 am
by pmvuong
thank you very much Sam !..its worked fine now
..thanks you.
Re: How to open in new tab in daddy file protector
Posted:
Fri Apr 17, 2015 7:54 am
by SamEA
Glad it worked for you, and not a problem
!