Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Publisher / Web Design / January 2008

Tip: Looking for answers? Try searching our database.

can you put a e-mail sign up in publisher

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ksman - 19 Jan 2008 01:05 GMT
I want to have people enter there E_mail address on my website.Can I do this
using publishe?
DavidF - 19 Jan 2008 15:27 GMT
You could create a form to do this. Reference: Publisher web publication
forms 101:
http://msmvps.com/blogs/dbartosik/archive/2006/01/07/80564.aspx

Reference: How to publish a Publisher web in HTTP:
http://msmvps.com/blogs/dbartosik/pages/80557.aspx

Or if you don't want to use the built-in form and the FrontPage server
extensions, and would prefer to use FTP uploading, then you could insert the
following javascript form code using the insert html code fragment tool.
(use Ctrl + V to paste). There are others out there...just google.

<FORM action=mailto:youremailaddress@yourdomain.com method="post"
enctype="text/plain">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%">
<TR>
<TD width="30%"><DIV align="right">
<B>Name:</B>
</DIV>
</TD>
<TD width="70%">
<INPUT type="text" name="name" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right"><B>Email:</B></DIV>
</TD>
<TD>
<INPUT type="text" name="email" size="20">
</TD>
</TR>
<TR>
<TD><DIV align="right">
<B>Comment:</B>
</DIV>
</TD>
<TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4">
</TEXTAREA>
</TD></TR>
<TR>
<TD>&nbsp;</TD>
<TD>
<INPUT type="submit" name="submit" value="Submit">
<INPUT type="reset" name="reset" value="Reset">
</TD></TR>
</TABLE>
</FORM>

DavidF

>I want to have people enter there E_mail address on my website.Can I do
>this
> using publishe?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.