• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

Sayfayı alın ve gidin (ing)

Üyelik Tarihi
7 Ocak 2015
Konular
4,091
Mesajlar
4,274
MFC Puanı
40
Kod:
<!-- TWO STEPS TO INSTALL GRAB AND SCROLL PAGE:

  1.  Copy the coding into the HEAD of your HTML ********
  2.  Add the style element into the BODY tag  -->

<!-- STEP ONE: Paste this code into the HEAD of your HTML ********  -->

<HEAD>

<script type="text/javascript">
<!-- Begin
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Abraham Joffe :: http://www.abrahamjoffe.com.au/ */

********.onmousedown = function(){
  var e=arguments[0]||event;
  var x=********.body.scrollLeft+e.clientX;
  var y=********.body.scrollTop+e.clientY;
  ********.onmousemove=function(){
    scrollTo(x-e.clientX, y-e.clientY);
    return false;
  }
  ********.onmouseup=function(){
    ********.onmousemove=null;
  }
  return false;
}
// End -->
</script>


<!-- STEP TWO: Insert the style element into your BODY tag  -->

<BODY style="cursor: move">

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  1.01 KB -->
 
Üst