[新着] Webテンプレートを仮オープンしました
SmoothScroll = {
element : null,
parent : null,scrollTo : function( element, parent, options ){
this.element = document.getElementById (element);
this.parent = document.getElementById (parent);this.$(element) --> this.element this.$(parent) --> this.parent this.$(parentid) --> this.parent
<script type="text/javascript">
if (('opera' in window) || ('konqueror' in window) || ('ActiveXObject' in window))
{
// Opera、Safari、IE のみ実行(Netscape、Firefox、SeaMonkey、Camino などは非実行)
document.write ('<script type="text/javascript" src="script.js"><\/script>');
}
</script>