Thanks!!!! Exactly what I needed.

-----Original Message-----
From: Jeff Cook [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 7:01 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [WhatsUp Forum] passing variable


Here is a very basic form of what you are looking for.  


<form action="!test.asp" method=get>
  NOTES:<input maxlength=128 size=30 name="NOTES" value="<%URL_VALUE%
"NOTES">">
  <input type=submit value="Search" name="Submit">
</form>

<%START_LOADED_MAP_LIST%>
  <%START_DEVICE_LIST%>
    <%IF% (%FIND_STRING% (%URL_VALUE% "NOTES",%DEVICE% NOTES))>
      <p><%DEVICE% NOTES></p>
    <%ENDIF%>
  <%END_DEVICE_LIST%>
<%END_LOADED_MAP_LIST%>


I don't think there is a book that you can buy that will help you with WUG
ASP.  The only source for help is
ftp://ftp.ipswitch.com/ipswitch/Product_Support/WhatsUp/WebTemplateReference
.pdf

However there are all kinds of books on HTML forms.
http://www.w3.org/TR/1998/REC-html40-19980424/interact/forms.html


Good Luck

Jeff Cook
Network Administrator
Whatcom Educational Credit Union

-----Original Message-----
From: Glatt, Robert [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 6:34 AM
To: wug (E-mail)
Subject: [WhatsUp Forum] passing variable


I know I should break down and buy a book, but, this is more fun. I have an
ASP that returns all maps and devices for a given NOTES field value. I would
like to change this to be a user answer to a prompt. Then I only have to
have 1 ASP instead of many. Any help would be greatly appreciated.

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/

Reply via email to