|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Strange code block behaviour |
From: |
Jeff |
Date: |
7/9/2000 10:44:49 AM |
IP: |
24.15.178.210 |
Do you mean to say that if you had a piece of code like this:
<p CLASS="Base"> <% Response.Write Obj("Obj")%> </p>
<% if IsEmpty(Obj("Obj")) = False then %>
<p CLASS="Heading">Objective of this Stage </p>
<p CLASS="Base"> <% Response.Write Obj("Obj")%> </p>
<% end if %>
...and that if the value of Obj("Obj") was "hello world", that the result would look something like this:
hello world
Objective of this Stage
|
Previous Message
Follow Up - Re: Strange code block behaviour - Magnus Söderström 7/10/2000 3:08:43 AM
|
|
|
|
|
|
|
|
|
|
|
|