Try inClick Now - FREE! Click Here | Sign in
Frequently Asked Questions (FAQ)

Contact Us

Contact Sales:

Toll Free: (888)844-3035
Direct: +1(248)581-8787 Email


Contact Support:
Toll Free: (888)844-3035
Direct: +1(248)581-8787

FAQ Home > System Setup & Management

Can I change the ad panels to open in a new window instead of the same window?
Article ID: #000150

Yes, you can. By default, the system does not permit this behavior. Should you wish to allow this behavior, you will need to do the following:

1. In your /globals/globals_custom.php file, add the following line:
$action_vars["allow_iab_target_window"] = TRUE;
This will enable the ability to open a click-through in a new window.
2. In the IAB ad code, add the following line:
var server_target = "1";
This tells the ad server to open a new window when the ad is clicked on.

What this does:
When the above configuration changes are made, the ad click will open in a new window using target="_blank".

[ Search FAQ | FAQ Home ]