Ask a Question related to Dreamweaver AppDev, Design and Development.
-
bsamad #1
Hiding Forms
I am trying to hide one of two forms on asp/vbscript page based on the parameters received from the previous page ... any sample code or thoughts?
bsamad Guest
-
Advanced>Forms>Export Forms Data is grayed out
version 6.0.0 ¿ How do I activate this option ? -
Hiding PHP
Hi I want to hide the php files from my urls. My only idea is to have each file in its own directory as a default.php file. So instead of... -
Hiding Help box in forms
Hi; Can we hide the " Type a Question For Help" box, placed in top of all non pop up forms in access? Thank you. -
Hiding a URL ?? is this possible ??
I have several pages on a server which I need to show, but keep the URL private. Is there a way to put a link on my site, and hide the URL? Also,... -
Hiding Access Forms
Does anyone know of a method for hiding a form in mdb that cannot be unhiden. I need to execute certain checks and set various setting after a... -
Joe Makowiec #2
Re: Hiding Forms
On Thu 17 Mar 2005 05:43:29p, bsamad wrote in
macromedia.dreamweaver.appdev:
<% IF (myparameter = "xyzzy") THEN %>> I am trying to hide one of two forms on asp/vbscript page based on the
> parameters received from the previous page ... any sample code or
> thoughts?
<!-- Code for form A goes here -->
<% ELSE %>
<!-- Code for form B goes here -->
<% END IF %>
Modify to suit
Joe Makowiec Guest



Reply With Quote

