Показать сообщение отдельно
  #6 (permalink)  
Старый 22.07.2012, 18:59
без статуса
Отправить личное сообщение для Deff Посмотреть профиль Найти все сообщения от Deff
 
Регистрация: 25.05.2012
Сообщений: 8,219

Freakmeister,
ds pfujybnFreakmeister,
Нужели трудно загнать адрес в переменную?
<script type="text/javascript" src="http://yandex.st/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
 var Link="http://www.tsviewer.com/ts3viewer.php?\
ID=909139&text=333333&text_size=10&text_family=4&js=1&text_s_weight=bold&text\
_s_style=normal&text_s_variant=normal&text_s_decoration=none&text_s_color_h=8B\
1A1A&text_s_weight_h=bold&text_s_style_h=normal&text_s_variant_h=normal&text_s\
_decoration_h=underline&text_i_weight=normal&text_i_style=normal&text_i_variant\
=normal&text_i_decoration=none&text_i_color_h=8B1A1A&text_i_weight_h=normal&te\
xt_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=underline&text\
_c_weight=normal&text_c_style=normal&text_c_variant=normal&text_c_decoration=n\
one&text_c_color_h=8B1A1A&text_c_weight_h=normal&text_c_style_h=normal&text_c_\
variant_h=normal&text_c_decoration_h=underline&text_u_weight=bold&text_u_style\
=normal&text_u_variant=normal&text_u_decoration=none&text_u_color_h=8B1A1A&text\
_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoratio\
n_h=none";
    $.getScript(Link, function(){
         alert("Script loaded and executed.");
         alert(typeof(ts3v_toogleDiv))
    });
});
</script>
Ответить с цитированием