From Here

function OpenWin(url, w, h) { if(!w) w = 400; if(!h) h = 300; window.open(url, "_new", "width=" + w + ",height=" + h + ",menubar=no,toobar=no,scrollbars=yes", true); } function Print() { window.focus(); if(window.print) { window.print(); window.setTimeout('window.close();',5000); } }
Team-Fly    

Special Edition Using Microsoft® Visual Basic® .NET
By Brian Siler, Jeff Spotts
Table of Contents
Chapter 19.  Web Controls


From Here…

In this chapter we have covered a wide variety of Web controls. To learn more about Web-related topics, please see the following chapters:

  • To learn to build a Web application step-by-step, see Chapter 3.

  • For more information on building Crystal Reports, see Chapter 23.

  • For an overview of the Web Forms programming model, see Chapter 18.

  • Discover how to build Web pages dynamically in Chapter 17, "Using Active Server Pages.NET."


    Team-Fly    
    Top
     



    Special Edition Using Visual Basic. NET
    Special Edition Using Visual Basic.NET
    ISBN: 078972572X
    EAN: 2147483647
    Year: 2001
    Pages: 198

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net