Я действительно делаю домашнюю страницу.Мой логин находится в Iframe, вот мой код:
<link type="text/css" media="screen" rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
$(".example7").colorbox({width:"85,5%", height:"85%",iframe:true});
});
и
<a href="http://www.google.at"><button>Klick</button></a>
Моя проблема в том, что я хочу, чтобы новая ссылка не открывалась в iframe-окно.Как я могу это сделать?