Forum Moderators: open
[archives.hwg.org...]
[webreference.com...]
<% If Session("blnEntry") then %>
<input type="submit" name="Submit" value="Submit">
<% Else%>
<%response.write('<input type="submit" value="Submit">');%>
<% End If%>
Thanks for your help!
Although, your code is saying "If the blnEntry session variable exists, then display a submit button. Otherwise, display a submit button.". :)