NetworkClue.com
NetworkClue Home PageHome Contact UsContact ConsultingConsult
Bulletin Board
Internet Services covers Secrets to hosting websites, Hosting your own web server, and using DNS Servers.Operating Systems leads you through the decision of Linux vs. Windows, ideal installations and setups to create an efficient and redundant environment for your business, and great features to make management easier.Routing & Firewalls contains articles that will allow you to take control of your router. Learn how to protect your company with access lists and advanced firewall techniques.Hardware answers the common questions about Switches vs. Hubs, recommends SysAdmin Tools, and recommendations for adequate power protection.Utilities will cover fighting spam, using Anti-Virus programs effectively and the must haves for every administrator's software toolbox.

Bulletin Board

Handy ASP

ASP Includes:

With ASP Virtual includes you specify how to get the file from the root of the site.

<!-- #include VIRTUAL= "/includes/include_page.asp" -->

With ASP physical includes it is from the physical location of the file on the server.  So you must start with a drive letter, the file, or ../ to go back a directory.

<!-- #include FILE= "include_page.asp" -->

IF statements:

<%
'Set the variable
Happy=1

If Happy=1 Then
%>
   <p>I am really happy</p>
<%
Else
%>
   <p>I am not happy at all</p>
<%
EndIf
%> E-mail Validation

Article last reviewed: 12/18/2002


del.icio.us

Created by: Digital Foundation, inc.

Copyright © 2002-2005 Digital Foundation, inc.   www.networkclue.com

All content of the NetworkClue website is copyrighted. Articles, notes, outlines, and all other materials may not be stored on the Internet or sold or placed by themselves or with other material in any electronic or printed format in whole or part. However materials may be referenced by links to the site.

 

Related Articles:
Handy HTML
Website Best Practices