Notices
The Basement Non-Honda/Acura discussion. Content should be tasteful and "primetime" safe.

more webpage help

Thread Tools
 
Old Jun 6, 2005 | 06:19 PM
  #11  
Grifter's Avatar
Grifter
Senior Member
 
Joined: Dec 2000
Posts: 44,835
Likes: 0
From: the southwest
Default

Originally Posted by HAN Frodo
i'll try both after i get through this webmonkey tutorial. I'm also worried about where the page goes after you hit submit.
try his way h:

POST is where the data inputted in the form goes
in this case it goes to an email address as a message
Reply
Old Jun 6, 2005 | 06:28 PM
  #12  
MPerson's Avatar
MPerson
Senior Member
 
Joined: Jun 2003
Posts: 4,703
Likes: 0
From: Eastern MA
Default

It'll open a new page when the submit button is clicked, and probably asks if it can send it, like a popup.
Reply
Old Jun 6, 2005 | 06:30 PM
  #13  
Jessica's Avatar
Jessica
Thread Starter
ch1x0r
 
Joined: Sep 2002
Posts: 18,629
Likes: 0
From: PA
Default

not working :happysad:
Reply
Old Jun 6, 2005 | 06:32 PM
  #14  
MPerson's Avatar
MPerson
Senior Member
 
Joined: Jun 2003
Posts: 4,703
Likes: 0
From: Eastern MA
Default

Make sure only this part is put in;
<FORM METHOD="POST" ACTION="mailto:mmerson@gmail.com">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA><br>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</form>

this example you can just stick in frontpage wherever you want..
Reply
Old Jun 6, 2005 | 06:33 PM
  #15  
Jessica's Avatar
Jessica
Thread Starter
ch1x0r
 
Joined: Sep 2002
Posts: 18,629
Likes: 0
From: PA
Default

Originally Posted by MPerson
Make sure only this part is put in;
<FORM METHOD="POST" ACTION="mailto:mmerson@gmail.com">
<TEXTAREA NAME="comment" ROWS=6 COLS=40>
</TEXTAREA><br>
<INPUT TYPE="submit">
<INPUT TYPE="reset">
</form>

this example you can just stick in frontpage wherever you want..
yeah but its leading to an unknown page when you click submit.
Reply
Old Jun 6, 2005 | 07:37 PM
  #16  
Jessica's Avatar
Jessica
Thread Starter
ch1x0r
 
Joined: Sep 2002
Posts: 18,629
Likes: 0
From: PA
Default

Ok guys I fixed it. I had to uninstall then reinstall frontpage extensions, and now the form works perfect. thanks anyway
Reply
Old Jun 6, 2005 | 10:32 PM
  #17  
mayonaise's Avatar
mayonaise
Senior Member
 
Joined: Aug 2002
Posts: 3,181
Likes: 0
From: CA
Default

well, this is a little late, but i would consider screwing frontpage extensions... and try to not design with front page at all. it's the devil

the reason why the suggestions people made didn't work could be because setting the action of a form to be an e-mail address relies on an e-mail client (outlook, eudora, thunderbird...) being installed on the user's system. not everyone has one, and if they do, not everyone has it properly configured. in order to remove that dependancy, you have to use CGI. usually in the form of a program called sendmail on unix/linux web servers.

you can find plenty of free scripts to do it, if you have a cgi-bin directory and sendmail enabled in your web hosting space. it doesn't necessarily need unix/linux. it's pretty easy to setup and work with.
Reply
Old Jun 7, 2005 | 04:07 AM
  #18  
swaggs21's Avatar
swaggs21
 
Joined: Dec 2002
Posts: 5,747
Likes: 0
From: Lumberport, WV
Default

Originally Posted by mayonaise
well, this is a little late, but i would consider screwing frontpage extensions... and try to not design with front page at all. it's the devil

the reason why the suggestions people made didn't work could be because setting the action of a form to be an e-mail address relies on an e-mail client (outlook, eudora, thunderbird...) being installed on the user's system. not everyone has one, and if they do, not everyone has it properly configured. in order to remove that dependancy, you have to use CGI. usually in the form of a program called sendmail on unix/linux web servers.

you can find plenty of free scripts to do it, if you have a cgi-bin directory and sendmail enabled in your web hosting space. it doesn't necessarily need unix/linux. it's pretty easy to setup and work with.
You dont HAVE to use CGI

Jess, if you need coding help let me know. I didnt see this till this morning, so I came in a little late.

I have millions of lines of code that you can use for samples, and if you need help understanding them, feel free to ask.
Reply
Old Jun 7, 2005 | 11:15 AM
  #19  
Jessica's Avatar
Jessica
Thread Starter
ch1x0r
 
Joined: Sep 2002
Posts: 18,629
Likes: 0
From: PA
Default

Originally Posted by swaggs21
You dont HAVE to use CGI

Jess, if you need coding help let me know. I didnt see this till this morning, so I came in a little late.

I have millions of lines of code that you can use for samples, and if you need help understanding them, feel free to ask.
graci senor.

if you would like to see the results of my efforts the possible new front page is http://www.rfbookreviews.com/authors/test.htm
Reply
Old Jun 7, 2005 | 11:21 AM
  #20  
swaggs21's Avatar
swaggs21
 
Joined: Dec 2002
Posts: 5,747
Likes: 0
From: Lumberport, WV
Default

Originally Posted by HAN Frodo
graci senor.

if you would like to see the results of my efforts the possible new front page is http://www.rfbookreviews.com/authors/test.htm
I would suggest changing the font to something more professional, adding some spacing between your titles and maybe move the images beside each link for the book review.

Other than that, I think that you are off to a great start.
Reply



All times are GMT -8. The time now is 11:41 AM.