Int-Surf Sayfa Yapmak
  Scriptler
   DHTML

  Faydalı
  Arama motorları
  Software
  Yardım
   Internet

Homepage-Builder
Metatag-Generator
Frame-Generator



Javascriptleri


Menüler
Mouse ile geçildiğinde renkli scroller
Sayfa Codu'nu Editörle göstermek
Sayfaları yazdırmak
7 Arama motorunda arama imkanı
Frame engellemek
Mouse ile geçildiğinde tabelanın arka-rengini değiştirmek





Slick Menü
Örnek: Ön Görgü   Download

Static Menü (scroll'da daima görünür)
Örnek: Ön Görgü

Cool Menü
Örnek: Ön Görgü

Script codunu "ön görgü" penceresinden kopya ediniz.




Örnek: Ön Görgü

Script codunu "ön görgü" penceresinden kopya ediniz.




Örnek:



Script Codu:

<Form> <INPUT TYPE="BUTTON" VALUE="Sayfa Codu" onClick='window.location = "view-source:" + window.location.href'>
</form>

Normal Link ile:
<a href="#" onClick= 'window.location = "view-source:
" + window.location.href'>Sayfa Codu</a>




Örnek:  
Script Codu:

< SCRIPT Language="Javascript">
function printit(){
if (window.print) {
window.print() ;
} else {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0
CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
</OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = "";
}
}
</script>
<SCRIPT Language="Javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write('<form><input type=button value="Print this Page"
name="Print" onClick="printit()"></form>');
}
</script>

Link ile yazdır:
"document.write('<form><input type=button...." yerine
document.write('<p><a href="#" onclick="javascript:print(this.document)">Print !</a><br>'); ekleyiniz.




Örnek:
Aranan kelime: Arama motoru seç:   
Script Codu: Download



Scripti <Head> ve </Head> bölgesine ekleyiniz.

<script language="JavaScript"> <!-- if (parent.frames.length>=1) { window.top.location.href="http://www.urlisim.de/sayfaisim.htm"; } //--> </script>

"http://www.urlisim.de/sayfaisim.htm" yerine, yabancı Frame'de açılmasını
engellemek için sayfayı aktarmak istenilen bir URL-Adresi ekleyiniz.



Örnek:
Lütfen Mouse ile geçin



Script Codu:
<script language="javascript">
<!--
// cell functions
function mOver(cell)
{
if (!cell.contains(event.fromElement))
{
cell.style.cursor = 'hand';
cell.bgColor = '#4796DC';
}
}
function mOut(cell)
{ if (!cell.contains(event.toElement))
{
cell.style.cursor = 'default';
cell.bgColor = '#f3f3f3';
}
}
function mClick(cell)
{ if(event.srcElement.tagName=='TD')
{ cell.children.tags('A')[0].click();
}
}
//-->
</script>

Tabelaya aşağıdaki Codu <td>-Tag'ine ilave ediniz:
onmouseover="mOver (this);" onmouseout="mOut(this);" onclick=
"mClick (this);"
Bu fonksiyonu yalnız Internet Explorer destekliyor. Netscape'de
normal tabela görünüyor.




Copyright © Int-Surf