spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column116


JScript .NET, Part X: Displaying Information

Vice President of Risk Technology - READY TO HIRE! (NYC)
Next Step Systems
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs


A Final Word

In this column, we showed you different ways to display information from JScript .NET. We first showed you how to use print(), System.Console, and System.Windows.Forms.MessageBox from command-line compiled and linked JScript .NET code. Trying to use these methods in ASP.NET pages or Code Behind JScript .NET will yield a compiler error. We then covered different ways to display information from ASP.NET pages. We emphasized the role of the <% %> construct to contain executable JScript .NET code. You can put variable names (prefix them with an equal sign) or function calls inside this construct. Functions should return their values with Response.Write(). You can also return scripts with Response.Write(). These scripts run at the client side, and we showed you how to pop up a window at the client browser with such a script.

In this column you have learned:

The following files were zipped for you: col116ex1.js, col116ex2.js, col116ex3.js, col116ex4.js, col116ex5.aspx, col116ex5.aspx.js, col116ex6.aspx, col116ex6.aspx.js, col116ex7.aspx, and col116ex7.aspx.js.


More Resources from Doc JavaScript
Columns Popular Columns Tips Tools
Latest Columns
41-50 | 31-40 | 21-30
11-20 | 1-10
Working with Windows
JavaScript and Frames
Bookmarklets
Random Tips
Personalized Tips
RSS Channels
Menu Builder
Rollover Builder
Rotation Builder
Reference Tip Categories (want one?)
Links
For Your Site
Did you learn something? Do you like this site? Please link to us!

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint


Produced by Yehuda Shiran and Tomer Shiran
All Rights Reserved. Legal Notices.
Created: August 12, 2002
Revised: August 12, 2002

URL: http://www.webreference.com/js/column116/8.html