PDA

View Full Version : JavaScript codes for Web DEV



JavaScriptBank
09-07-2010, 08:53 PM
Helpful JavaScript for Web development

The Ultimate JavaScript Tutorial in Web Design

In this free ultimate JavaScript tutorial, you'll find the full resources in web development, web design and web programming/coding. From the list of useful resources in this JavaScript tutorial, you ... detail (http://www.javascriptbank.com/ultimate-javascript-tutorial-in-web-design.html/en//) at JavaScriptBank.com - 2.000+ free JavaScript codes (http://www.javascriptbank.com/)


http://www.javascriptbank.com/javascript.images/article/ultimate-javascript-tutorial-in-web-design.jpg (http://www.javascriptbank.com/javascript/article/ultimate-javascript-tutorial-in-web-design/preview/en/)
Demo: JavaScript The Ultimate JavaScript Tutorial in Web Design (http://www.javascriptbank.com/ultimate-javascript-tutorial-in-web-design.html/en/)


How to setup







AJAX news ticker (http://www.javascriptbank.com/rss-ajax-newsticker.html) - JavaScript Refresh Page (http://www.javascriptbank.com/refresh-page-automatic.html/en/) - JavaScript Unclosable Window (http://www.javascriptbank.com/blink.html)


The Site may provide, or third parties may provide, links to non-JavaScriptBank.com Internet World Wide Web sites or resources. Because JavaScriptBank.com has no control over such sites and resources, you acknowledge and agree that JavaScriptBank.com is not responsible for the availability of such external sites or resources, and does not endorse and is not responsible or liable for any content, advertising, products, or other materials on or available from such sites or resources. You further acknowledge and agree that JavaScriptBank.com shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such site or resource.

FadedHearts
09-08-2010, 04:54 AM
I just check the site. It has some really interesting topics. Thank you very much for the link.

Daniel85479
12-08-2010, 04:23 AM
For pop up window in JavaScript we need.
Example: <Script Language="JavaScript">
<!--
function load() {
var load = window.open('http://www.yourdomain.com','','scrollbars=no,menubar=no,h eight=400,width=800,resizable=yes,toolbar=no,locat ion=no,status=no');
}
// -->
</Script>
This code is use for heading tag.
Then create the link to open your new window like this:
<a href="javascript:load()">Open Window</a>
________________________
tamara lowe (https://www.getmotivated.com/contact.aspx)