[tt]
[highlight]<% IF Len(Session("Foo")) > 0 THEN %>[/highlight]
Favorite Bar: <input type="text" name="bar">
[highlight]<% END IF %>[/highlight]
[/tt]
Here's what I used:
<html>
<!--Below if statement will hide the first table row if user doesn't use the Application - sessionWPID is blank -->
<% IF Len(Session("sessionWPID")) > 0 THEN %>
<tr align="center">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.