spacer

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

home / experts / javascript / column116


JScript .NET, Part X: Displaying Information

Technical Lead
Thomson Reuters (Markets) LLC
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume
Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?


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, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


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