<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Target links problem (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Target links problem
#1450
Dewed (Admin)
Admin
Posts: 606
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:Target links problem 1 Year, 8 Months ago Karma: 9  
Ha ! I did it ...

The trick is to change the onclick.. location to onclick javascript:window.open

Edit include/function.php, near line # 1234, locate

Code:

<a target=\"blank\" href=\"" . $sites_array['site_url'] . "\" onclick=\"location.href='./out.php?ID=" .$sites_array['site_id'] ."';return false;\">";
Change to
Code:

<a target=\"blank\" href=\"" . $sites_array['site_url'] . "\" onClick="javascript:window.open(\'out.php?ID=" .$sites_array['site_id'] ."');return false;\">";
Near line 1249, locate
Code:

$htmlsrc .= "<a class=\"siteName\" href=\"" . $sites_array['site_url'] . "\" onclick=\"location.href='./out.php?ID=" . $sites_array[site_id] ."';return false;\">";
Change to
Code:

$htmlsrc .= "<a target=\"blank\" class=\"siteName\" href=\"" . $sites_array['site_url'] . "\" onClick=\"javascript:window.open(\'out.php?ID=" .$sites_array['site_id'] ."\');return false;\">";
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
      Topics Author Date
    thread link
Target links problem
tsimpouri 2010/08/06 03:01
    thread link
thread linkthread link Re:Target links problem
Dewed 2010/08/06 10:24
    thread link
thread linkthread link Re:Target links problem
tsimpouri 2010/08/23 05:32
    thread link
thread linkthread linkthread link Re:Target links problem
Dewed 2010/08/23 07:32
    thread link
thread linkthread linkthread linkthread link Re:Target links problem
tsimpouri 2010/08/26 05:32
    thread link
thread linkthread linkthread linkthread linkthread link Re:Target links problem
Dewed 2010/08/26 08:27
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Target links problem
razvan1958 2010/09/24 10:17
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Target links problem
Dewed 2010/09/24 10:21
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Target links problem
razvan1958 2010/09/24 12:02
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:Target links problem
Dewed 2010/09/24 12:07
    thread link
thread linkthread link Re:Target links problem
Dewed 2010/08/26 08:34
    thread link
thread linkthread linkthread link Re:Target links problem
tsimpouri 2010/08/27 03:31
    thread link
thread linkthread linkthread linkthread link Re:Target links problem
Dewed 2010/08/27 08:59
    thread link
thread linkthread linkthread linkthread linkthread link Re:Target links problem
tsimpouri 2010/08/30 04:44
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:Target links problem
Dewed 2010/08/30 11:17
    thread link
thread linkthread link Same problem here
Alex 2010/09/01 00:44
    thread link
thread linkthread linkthread link Re:Same problem here
Dewed 2010/09/01 08:26
    thread link
thread linkthread link Re:Target links problem
Alex 2010/09/01 09:23
    thread link
thread linkthread link Re:Target links problem
tsimpouri 2010/09/07 03:45
    thread link
thread linkthread linkthread link Re:Target links problem
Dewed 2010/09/07 08:21
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008