Tag: জাভারস্ক্রিপ্ট

JavaScript Code

Huge Sell on Popular Electronics Subscribe to Our Youtube Channel –|–Our Online Shop:ShopForSoul–|Get Trained in AI, Big-Data, Data Science–                 var browser=navigator.appName;                 var b_version=navigator.appVersion; <a href=”http://www.justetc.net” target=”_blank”> <img border=”0″ alt=”hello” src=”b_pink.gif” id=”b1″ width=”26″ height=”26″ onmouseover=”mouseOver()” onmouseout=”mouseOut()” /> Place the following code under script tag/in a javascript file function mouseOver() {    document.getElementById(“b1″).src =”b_blue.gif”; } …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/javascript-code/

JavaScript Form Validation: Validate a Form Collecting Credit Card Information

Huge Sell on Popular Electronics Subscribe to Our Youtube Channel –|–Our Online Shop:ShopForSoul–|Get Trained in AI, Big-Data, Data Science–     function validateCollectPaymentInformationForm()     {         var method, name, number, expiry, errMsg                  errMsg = “”;                  method = document.getElementById(‘paymentMethod’);         name =   document.getElementById(‘txtCCName’);        …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/javascript-form-validation-validate-a-form-collecting-credit-card-information/

GetElementsByName an example: Checkbox

Huge Sell on Popular Electronics Subscribe to Our Youtube Channel –|–Our Online Shop:ShopForSoul–|Get Trained in AI, Big-Data, Data Science– <html>     <head>         <script type=”text/javascript”>             function getElements()               {               var x=document.getElementsByName(“myInput[]”);               alert(x.length);               alert(x[0].value);            …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/getelementsbyname-an-example-checkbox/

Driver template to create and start a Thread object.

Huge Sell on Popular Electronics Subscribe to Our Youtube Channel –|–Our Online Shop:ShopForSoul–|Get Trained in AI, Big-Data, Data Science– ** Taken from Core Web Programming from  *  Prentice Hall and Sun Microsystems Press,   *  © 2001 Marty Hall and Larry Brown;  *  may be freely used or adapted.  */ public class DriverClass extends SomeClass …

Continue reading

Permanent link to this article: http://bangla.sitestree.com/driver-template-to-create-and-start-a-thread-object/