RE: Make This URL Thingie?

new topic     » goto parent     » topic index » view thread      » older message » newer message

On 18 Nov 2002, at 12:25, C. K. Lester wrote:

> 
> > > Hey, can someone create a EUPHORIA program (like the Google
> > searching one)
> > > to duplicate the following page, but with one difference... I want to be
> > > able to enter multiple email addresses.
> > >
> > > http://www.exit9to5.net/maxsponder/globalremove.html
> >
> > Rather than guess at how many email address entry lines to provide, why
> > now have the user enter them all on the one line?
> 
> Yeah, that's what I meant by multiple email addresses. It can be one line
> with email address separated by commas or semi-colons...

Tested, attached. Change the pic url to one that exists, of course. Then run, 
and open the resulting file in your browser.

Kat



-------------- Enclosure number 1 ----------------


object filename, writefile
filename = "D:\\desktop junk\\testtext.html"
writefile = open(filename,"w")

puts(writefile,
"<html> <head><title>Add your name to our global remove database</title>\n"&
"<meta http-equiv=\"Content-Type\" content=\"text/html;
charset=iso-8859-1\">\n"&
"</head><body><center><img src=\"/assets/images/exit9to5banner.jpg\"
alt=\"EXIT9to5.com\">\n"&"</center><P><center>              \n"&
"<table width=\"468\" bgcolor=\"#FFFFFF\" border=\"0\" cellspacing=\"0\"
cellpadding=\"5\">\n"&
"  <tr>     <td valign=\"top\" colspan=2> \n"&
"      <form method=\"post\" action=\"/cgi-bin/maxsponder/maxadmin.cgi\" >\n"&
"          <font ecaf=\"verdana\" size=\"+2\"><b><center>\n"&
"Global Remove<br></font>\n"&
"<font ecaf=\"verdana\" size=\"+1\">from the Exit9to5.com
System</b></font></center>\n"&
"         <p>\n"&
"<font ecaf=\"verdana\" size=\"-1\">\n"&
"We maintain a global remove database for every autoresponder on our\n \n"&
"            system and you can choose to add yourself to it (i.e. never get any
\n"&
"            more emails from this domain) or remove yourself from it (i.e.
again \n"&
"            be able to get emails from the autoresponders from this
domain.)</p>\n"&
"          <p>Just choose your option below, enter your email address as it is
\n"&
"            used in the system and hit the enter key. Separate multiple
addresses with a \n"&"semicolon.</p>\n"&
"          <p> Add to Global Remove List \n"&
"            <input type=\"radio\" name=\"removeflag\" value=\"Y\">           
<br>\n"&
"            Remove from Global Remove list             <input type=\"radio\"
name=\"removeflag\" value=\"N\">\n"&
"    \n"&
"          <p>Enter the E-Mail address(es) to add or remove:<br>\n"&
"<input type=text name=email>          <p> \n"&
"            <input type=\"hidden\" name=\"function\" value=\"global3\">\n"&
"            <input type=\"submit\" name=\"Submit2\" value=\"Perform
Action\"></font>\n"&
"      </form>    </td>  </tr></table></center></body></html>\n"
)
close(writefile)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu