自我介紹
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9481789-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
本站已經停止更新,僅作資料存查,請改到http://www.kocpc.com.tw 繼續支持,謝謝!
function gg_load_content(gg_load_show_id, gg_load_content_id) {
document.getElementById(gg_load_content_id).style.display = "block";
document.getElementById(gg_load_content_id).style.position = "absolute";
document.getElementById(gg_load_content_id).style.zIndex = "5";
document.getElementById(gg_load_content_id).style.width = document.getElementById(gg_load_show_id).clientWidth+"px";
document.getElementById(gg_load_content_id).style.height = document.getElementById(gg_load_show_id).clientHeight+"px";
gg_load_monitor(gg_load_show_id, gg_load_content_id, 500);
}
function gg_load_monitor(gg_load_show_id, gg_load_content_id, monitor_time) {
if (document.getElementById(gg_load_show_id).getBoundingClientRect().top != document.getElementById(gg_load_content_id).getBoundingClientRect().top || document.getElementById(gg_load_show_id).getBoundingClientRect().left != document.getElementById(gg_load_content_id).getBoundingClientRect().left)
{
document.getElementById(gg_load_content_id).style.left = (document.body.scrollLeft+document.documentElement.scrollLeft+document.getElementById(gg_load_show_id).getBoundingClientRect().left)+"px";
document.getElementById(gg_load_content_id).style.top = (document.body.scrollTop+document.documentElement.scrollTop+document.getElementById(gg_load_show_id).getBoundingClientRect().top)+"px";
}
setTimeout(function(){gg_load_monitor(gg_load_show_id, gg_load_content_id, monitor_time);}, monitor_time);
}