User Profile

Collapse

Profile Sidebar

Collapse
SAF22
SAF22
Last Activity: Oct 1 '08, 12:03 PM
Joined: Aug 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SAF22
    replied to Forum email send with ASP
    Hahaha.

    Thanks for your help, I really appreciate it! I should be able to work this out now!
    See more | Go to post

    Leave a comment:


  • SAF22
    replied to menu nowrap
    If I'm understanding you correctly..

    This may not be the best method, and please correct me if I am wrong. However it may get you what you're looking for.

    Instead of applying the style to the entire id in your stylesheet, perhaps add the style to your <li> (or possibly the <a href>) in the HTML? So you would have something like...

    Code:
    <ul>
    <li style="white-space:no-wrap"><a
    ...
    See more | Go to post

    Leave a comment:


  • SAF22
    replied to Forum email send with ASP
    Thank you for the welcome medicineworker!

    So, what I did was take that code and placed it onto an .asp page (called test.asp). I changed my form action to action="test.as p", and set method to post (which it already was). I am not too sure what is going on with the script, but I wanted to see if I could at least get some kind of positive response . What happened is the same thing with the PHP actually. Here is what happens...
    See more | Go to post

    Leave a comment:


  • SAF22
    replied to Forum email send with ASP
    Also, I forgot to mention the form is already validated through JavaScript. Plus if it helps, I also tried doing this send through PHP which I later found out isn't supported by the web host.
    See more | Go to post

    Leave a comment:


  • SAF22
    started a topic Forum email send with ASP

    Forum email send with ASP

    Hi guys,

    I'm a pretty basic coder with very limited skills. I've been researching this question everywhere and I can't find anything that works.

    What I'm trying to do is simply send a form which is filled out on their webpage, to their email address. Currently I am using a mailto: function which I desperately want to avoid. Also, if it helps this site is hosted through godaddy (windows package), if that makes any difference....
    See more | Go to post

  • SAF22
    replied to Check Boxes communicating with Buttons
    Just HTML, and just a mailto: action? Then just like this:

    Code:
    <form action="mailto:youremail@someplace.com" enctype="text/plain" method="post">
    
    <label for="Email@mail.com">Email1@mail.com</label><input type="checkbox" name="Email@mail.com" /><br />
    <label for="Email2@mail.com">Email2@mail.com</label><input
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...