NEPAL | ARTICLES | KAVITAHARU | MANTHAN | COOL LINKS | GUESTBOOK | SEARCH |
|||
JAVASCRIPT NEPAL KAVITAHARU ARTICLES COOL LINKS ADD EMAIL GUESTBOOK KURAKANI FREE E-CARDS FREE SITE SUBMIT
ABOUT ME |
Opening New Window I am not an expert of Javascript Scripting Language. I am trying to learn and I know that I am just crawling in the field of JavaScript. I just wanted to share with you my experience as a beginner. Javascript is a scripting language that makes a web page more interactive and dynamic which is not possible through HTML(Hypertext Markup Language).It is enough to know that Javascript is not Java, which is used extensively by server rather than user. JavaScript treats browser window as a window-object which has attributes: width, height, toolbar, location, directories, status, scrollbars, resizable, menubar etc. Another example <script language="JavaScript"> <!-- hide from older browser window.location="http://www.msn.com" //--> </script> This will take you directly to MSN web page because the window.location is addressed to that place.It is exactly same as writing <a href="http://www.msn.com"></a> in HTML. But in my example (if you click), javascript 2nd page will be loaded. So you can change your own url, too. Another example <script language="JavaScript"> <!-- hide from older browser window.status="Welcome to my web page" //--> </script> You will see the message "Welcome to my web page" in the status bar of your web page at the bottom.
|
Home
| About Me
| Nepal
| Articles
| Kavitaharu
| Cool Links
Javascript | Add Email | Guestbook |