I About the Tutorial


Boolean ................................................................................................................................................ 129



Yüklə 0,7 Mb.
Pdf görüntüsü
səhifə10/10
tarix06.10.2023
ölçüsü0,7 Mb.
#152582
1   2   3   4   5   6   7   8   9   10
TutorialsPoint JavaScript (1)

 
 
var flag = new Boolean(false);
document.write( "flag.valueOf is : " + flag.valueOf() );
 
 
var str = new String( "This is string" ); 
document.write("str.constructor is:" + str.constructor);
 
 
var str = new String( "This is string" ); 
document.write("str.length is:" + str.length);
 
 
var myBook = new book("Perl", "Mohtashim"); 
book.prototype.price = null; 
myBook.price = 100; 
document.write("Book title is : " + myBook.title + "
"); 
document.write("Book author is : " + myBook.author + "
"); 
document.write("Book price is : " + myBook.price + "
"); 
 
 
var userAgent = navigator.userAgent; 
var opera = (userAgent.indexOf('Opera') != -1); 
var ie = (userAgent.indexOf('MSIE') != -1); 
var gecko = (userAgent.indexOf('Gecko') != -1); 
var netscape = (userAgent.indexOf('Mozilla') != -1); 
var version = navigator.appVersion; 
if (opera){ 
document.write("Opera based browser"); 
// Keep your opera specific URL here. 
}else if (gecko){ 
document.write("Mozilla based browser"); 
// Keep your gecko specific URL here. 
}else if (ie){ 
document.write("IE based browser"); 
// Keep your IE specific URL here. 
}else if (netscape){ 
document.write("Netscape based browser"); 
// Keep your Netscape specific URL here. 
}else{ 
document.write("Unknown browser"); 

// You can include version to along with any above condition. 


Javascript 
378 
 
document.write(" Browser version info : " + version ); 
//--> 
 
Yüklə 0,7 Mb.

Dostları ilə paylaş:
1   2   3   4   5   6   7   8   9   10




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin