|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Strange code block behaviour |
From: |
Magnus Söderström |
Date: |
7/4/2000 1:58:22 AM |
IP: |
193.185.55.253 |
The following code block behaves strange, and I have not yet to date found any explanation for it:
<% if IsEmpty(Obj("Obj")) = False then %>
<p CLASS="Heading">Objective of this Stage </p>
<p CLASS="Base"> <% Response.Write Obj("Obj")%> </p>
<% end if %>
What is happening is that the If statement evaluates to true, so it outputs the fixed text with formating on the HTML document. The next line with the response.write doesnt display the contents of the data, just empty space. Does someone have a clue as to what is going on?
Cheers,
Magnus |
Follow Up - Re: Strange code block behaviour - Jeff 7/5/2000 9:53:01 PM
|
|
|
|
|
|
|
|
|
|
|
|