PDA

View Full Version : help for check download liks


gaxpox
02-04-2010, 02:15 PM
hi i use check download links and in bbcode_code Template i have this -->

&nbsp;[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]">Check Download Links</a>]</div>

so how to make it open like popup


thanks for your help guys

Speysider
02-04-2010, 02:41 PM
I think it's target="_blank", not sure though (that opens whatever is clicked in a new windows.)

gaxpox
02-04-2010, 02:54 PM
target="_blank", In [REQUEST_URI]?

--------------- Added 1265312797 at 1265312797 ---------------

its worked look the code

&nbsp;[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]" TARGET="_blank">Check Download Links</a>]


thanks