Results 1 to 5 of 5

Thread: lost in a world of html

  1. #1
    Join Date
    Jul 2005
    Location
    newcastle
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default lost in a world of html

    hell, i'll try to keep this simple and to the point, abit like me! i am tring to set up a mailing list for my bands website, www.criteriontheband.co.uk (using dreamweaver) and have hunted through search engines to find a simple way of seting one up, i have copied code in to the html part of my dreamweaver page but cant get it to work. i want the page to look like this:

    http://www.criterion.pwp.blueyonder....ailinglist.htm

    i am prepared to star overagian to make this as easy as possible, i am finding this difficult to say the least, if someone would be kind enough to show me the way out of the mess i have created it would be really appreciated.

    thanks,

    a man too young to be stressed over a mailing list

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You cannot do this in HTML.
    At a stretch, you could do it in a server-side language such as PHP, though this would be clumsy and far from perfect. The only real solution is to install some decent mailing-list software on your server, such as mailman.
    Also, you seem to have some quotation problems.
    HTML Code:
    <form action="http://www.criterion.pwp.blueyonder.co.uk/cgi-bin/FormMail.pl method="post>
    should be
    HTML Code:
    <form action="http://www.criterion.pwp.blueyonder.co.uk/cgi-bin/FormMail.pl" method="post">
    and
    HTML Code:
    <input type="hidden" value="http://www.criterion.pwp.blueyonder.co.uk/redirectpage.html name="redirect>
    should be
    HTML Code:
    <input type="hidden" value="http://www.criterion.pwp.blueyonder.co.uk/redirectpage.html" name="redirect">
    Last edited by Twey; 07-01-2005 at 09:15 PM.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    compliments to your site... it is attractive

  4. #4
    Join Date
    Jul 2005
    Location
    newcastle
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hello, thanks for the help, and the compliment, however still no luck, downloaded mailman but for some reason my computer could not read one of the files, so tried another method

    http://www.webthang.co.uk/tuts/tuts_...p1/smtp1_1.asp

    but its an no go as dont think my computer meets the requirments need to run it.

    My hair is rapidly falling out and im considering movin to france and marstering the ukulele

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    None of the solutions suggested require that you run them on your computer. Mailman is *nix software, so must be installed on a Linux or UNIX server. The ASP solution you mentioned will require that you have ASP installed on your server. The tutorial you pointed to is for testing purposes only, and assumes you have a webserver package (PWS) installed on your machine.

    Gosh - my hundredth post.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •