Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > My First Script > With JScript
Search
DevASP

What's New
What's Hot

ASP and JavaScript WYSIWYG Editor       
Total Hits: 292  |  Today: 0 Author: Darren Death       Rating:  
Read Reviews | Write Review |              Your Rating: 

Most people who have been visiting our site for a while have probably noticed that we're not much for designing great user interfaces. It's possible that you might even think that we don't care. Well nothing could be further from the truth. The main reason we don't spend much time on making our scripts emit "pretty" code is not that it can't be done, but simply because we're trying to teach people about a server-side technology. Now there's nothing that says you can't use ASP with JavaScript or ...

Your First ASP Page       
Total Hits: 192  |  Today: 0 Author: Amrit Hallan       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP pages (Active Server Pages page sounds a bit melodramatic but its easier to refer to them like this) are nothing but web pages. The difference is that they have an extension .ASP and you write the code in a Server Side Scripting language....

Login Script       
Total Hits: 204  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I believe I first found that code on this site a long time ago. I have change it some from how I found it but the orginal code was from the Snippets or Articles section. I hope you find this code useful....

Dynamic Countup Script       
Total Hits: 153  |  Today: 0 Author: Dynamic Drive       Rating:  
Read Reviews | Write Review |              Your Rating: 

Display how much time has passed since an expired date with this rare script. We use it below to show how long Dynamic Drive has been online....

JavaScript Primer       
Total Hits: 142  |  Today: 0 Author: George Chiang       Rating:  
Read Reviews | Write Review |              Your Rating: 

So what is JavaScript? Is it Java? What does it do? Is it difficult to learn? These questions will all be answered in this tutorial, and more....

VBScript-to-JavaScript Functions       
Total Hits: 67  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Many web developers enjoy using VBScript, due to its many nice, inherent functions. However, Internet Explorer is the only browser which supports VBScript, so for production web applications it is essential that all client-side scripting be written in JavaScript....

Using two "Submit Button" in One Form       
Total Hits: 264  |  Today: 0 Author: vipin sharma       Rating:  
Read Reviews | Write Review |              Your Rating: 

In many stages where we want to use two submit buttons in one form.Suppose you have shopping cart where you have an update button of type="submit" calling a "update.asp" in form action. But in case if you want to submit some other information from the same page to "submit Order.asp" page. Then how will you do it?...

Remote Scripting With JavaScript and ASP       
Total Hits: 391  |  Today: 0 Author: Annette Tennison       Rating:  
Read Reviews | Write Review |              Your Rating: 

Remote scripting allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article, Annette shows us how...One of the things I like about CarPoint is that when you choose the make of car you're after from one list, all of the models for that make of car automatically appear in a list on the same page without any page refreshing. I was curious as to how NineMSN accomplished this, so I decided to investigate and delve into the worl...

Remote Scripting With JavaScript and ASP - Introduction       
Total Hits: 680  |  Today: 0 Author: Mitchell Harper       Rating:  
Read Reviews | Write Review |              Your Rating: 

One of the things I like about CarPoint is that when you choose the make of car you're after from one list, all of the models for that make of car automatically appear in a list on the same page without any page refreshing. I was curious as to how NineMSN accomplished this, so I decided to investigate and delve into the world of remote scripting technologies.
Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and ...

JScript Basics       
Total Hits: 261  |  Today: 0 Author: Wise ASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

After the inception of JavaScript, Microsoft developed JScript, which is virtually identical to JavaScript. JScript was able to run on the Microsoft Internet Explorer and read programs and applets written for Internet Explorer. JScript is bundled with ASP in both the IIS and PWS servers, so you don't have to make sure that it is on your computer system....

Dynamic Countdown Script       
Total Hits: 257  |  Today: 0 Author: John Miller       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a live, dynamic countdown script that can be set to count down until any given date. Every aspect of the script is configurable- dimensions, background color, text font etc. Practical and dynamic!...

Javascript Smart Popups That Don't Pop Off Screen       
Total Hits: 210  |  Today: 0 Author: Nannette Thacker       Rating:  
Read Reviews | Write Review |              Your Rating: 

The code on this page allows you to create and display smart popups -- popups that will center on your screen, or will popup near your link without popping off the edge of the screen. It also shows how to create a clickable popup or a popup that displays when you hover over the link with your mouse....

Breaking out of a frame       
Total Hits: 107  |  Today: 0 Author: LoudASP       Rating:  
Read Reviews | Write Review |              Your Rating: 

Is there a way I can have my page automatically remove itself from a frame controlled by another site? Yes This little bit of JavaScript will automatically remove your page from another site's frame....

Remote Scripting With JavaScript and ASP       
Total Hits: 216  |  Today: 0 Author: Annette Tennison       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article we're going to look at how to setup remote scripting on the client and server, as well as two cool examples that I've come up with in the last week to put remote scripting to good use....

Creating a Simple Server-Side JavaScript Page       
Total Hits: 178  |  Today: 0 Author: Ritchie Macapinlac       Rating:  
Read Reviews | Write Review |              Your Rating: 

To know how to use server side JavaScript in your ASP applications, this tutorial helps you....

Accessing and validating forms using Javascript       
Total Hits: 185  |  Today: 0 Author: George Chiang       Rating:  
Read Reviews | Write Review |              Your Rating: 

Before JavaScript was invented, validating forms means diving into a thick CGI programming book and spending hours wasting away an otherwise perfectly good life. With the introduction of JavaScript, it has gotten a LOT simpler. In fact, by the time you're done reading this tutorial, you'll be able to validate forms....

Can I mimic trim / ltrim / rtrim in JScript?       
Total Hits: 46  |  Today: 0 Author: classicasp.aspfaq.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is a sample that uses regular expressions to replicate the functionality of VBScript's *trim functions in JavaScript:...


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com