LSTOWN-L Archives

LISTSERV List Owners' Forum

LSTOWN-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Daniel Salaciak <[log in to unmask]>
Mon, 22 Oct 2007 16:49:01 +0200
Ben:

Thanks, I'm making progress following your instructions but need some further 
advice.




Question Number 1:

You suggest the following change:
<form action="http://your.server.here/scripts/wa.exe">

I don't have a /scripts folder (for whatever reason) and have to point to:
<form action="http://your.server.here/app/wa.exe">

Why don't I have a 'scripts' folder?  Is it alright to execute wa.exe out of 
the 'app' folder?  Did I not install Listserv 15.0 right since I don't have 
a 'scripts' folder?




Question Number 2:

I tried to join a list on our LISTSERV using the form but I get 'The page cannot 
be found'.  The address being sent by my changes to signupdemo.html on our 
listserv is as follows:

http://listserv.lgca.org/signup/href=?SUBED2=CARDINAL-HIGHSCHOOL-PARENT-
LIST&A=1&[log in to unmask]&p=Daniel+Salaciak&L=CARDINAL-HIGHSCHOOL-
PARENT-LIST&9=text&b=Join+this+list

Do I really want to refer to SUBED2?  I don't know what else I would change it 
to.



Please refer to the attachment for the code I modified and am executing.  I 
appreciate your looking at it as I know you'll see something I missed (either 
based on my two questions above or looking at the attachment).

Thanks for your help as I am making progress.

Regards,

Dan



<!--------------- Begin LISTSERV(R) wa.exe example calling demo --------------------> <! Below is the basic code you will need to add to your site> <!Note following URL for calling cgi script must be customized to your host> <!form action="HTTP://DEMO.LSOFT.COM/SCRIPTS/WA-demo.EXE"> <form action="href="http://listserv.lgca.org/app/wa.exe"> <!below parameters SUBED2 and A must be declared first and in this order. Later parameters are not sensitive to declaration order. All cgi variable NAMES below are case sensitive!> <input type=hidden name=SUBED2 value="CARDINAL-HIGHSCHOOL-PARENT-LIST"><!default LISTNAME to join> <input type=hidden name="A" value=1><!required low security parameter> <!Other Variables needed: > <!s= email address> <!L= listname> <!p= username phrase: Fname Lname> <!9= topics list (if used) else "" empty> <table> <tr>  <td nowrap>  <b>Your e-mail address:</b>  </td>     <td>     <input name=s size=30 value="">     </td> </tr> <tr>  <td>  <b>Your name:</b>  </td>     <td>     <input name=p size=30 value="">     </td> </tr> <tr>  <td>  <b>Select a list:</b>  </td>    <td>    <select name=L>    <option value="CARDINAL-HIGHSCHOOL-PARENT-LIST" selected>Cardinal - High School Parent Communications    <option value="CARDINAL-JORDAK_CIS-PARENT-LIST">Cardinal - Jordak/CIS Parent Communications    <option value="CARDINAL-MIDDLESCHOOL-PARENT-LIS">Cardinal - Middle School Parent Communications    </select>    </td> </tr> <tr>  <!note this example list uses TOPICS to differentiate Delivery style.   This is only one of several ways to do this.>  <td>  <b>Delivery Style:</b>  </td>    <td>    <!checked one is the default choice>    <input type=radio name=9 value="HTML">HTML    <input type=radio checked name=9 value="text">Text    </td> </tr> <tr>  <td></td>    <td>    <input type=submit name="b" value="Join this list">    <input type=submit name="a" value="Leave this list">    <input type=submit name="e" value="Leave all lists">    <INPUT type="reset" name="Reset" value="Reset">    </td> </tr> </table> </form> <!--------------------- end of LISTSERV(R) example cgi calling code ----------------->

ATOM RSS1 RSS2