»
EnglishFrenchVietnamese

Print - Change title by user - JavaScriptBank.com

Full version: jsB@nk » Status » Title » Change title by user
URL: https://www.javascriptbank.com/change-title-by-user.html

Change title by user © JavaScriptBank.comThe effect allow users change title of the page which are being reviewed.

Full version: jsB@nk » Status » Title » Change title by user
URL: https://www.javascriptbank.com/change-title-by-user.html



HTML
<SCRIPT><!--copyright © 2002 ATOJ --->//use script freely "freeware script"//keep copyright information in script//Script capatible with IE 5.5 & NE 4.73//---Code to write title & URLcatchT=document.titleURL=document.URL<!--write title & URL begindocument.write("Name of website: <b>" + catchT + "</b>" + "<br>Address: " + "<b>" + URL );<!----end---></SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->