Website Building- E-mail Forwarding & Downloads - Response Forms & downloading zip files

free web hosting
Open Discussion > CONTRIBUTE > The Internet > Web Design

Website Building- E-mail Forwarding & Downloads - Response Forms & downloading zip files

RGPHNX
Hi guys,
Am new to designing. How do I :
1) include a popup form on my webpage for the visitor to input info & have the info forwarded to my personal e-mail account (not trap17).
2) make links to download files (ie. zip etc.) hosted on my website for ftp direct download to the visitors computer. (You know, click a link & the file automatically downloads)
Any info appreciated !!!
Tutorials ?????????????????
Step by step info ????????????
Thanks in advance
RGPHNX

Reply

cragllo
For a Contact form, go here: http://www.trap17.com/forums/trap17-file-no-4780.html

LINKS: just make a normal link to the file
CODE
<a href="file.zip">link</a>


POP-UP: will get back to you, I g2g now, good night all! (10:38PM)

Reply

RGPHNX
Thanks Cragllo,
Thanks for the fast code & the link to other Php info. Checked out the links and found some good Php tutorials at www. Php.net . Also check out the links section at www. Php.net/links.php for everything Php. Found some e-mail forwarding code downloads and a good customization tutorial at www.analysisandsolutions.com .
No info on how to make the e-mail form a "popup" though.
Any ideas ????
Also,
Am still looking for a fast "how to" implement part 2) [ie. automatic downloader for "zip" etc. files hosted on my website] of my previous question.
Any suggestions??
Anybody?
Thanks in advance.
RGPHNX

Reply

Zaideu
QUOTE(RGPHNX @ Jan 18 2005, 10:49 PM)
1) include a popup form on my webpage for the visitor to input info & have the info forwarded to my personal e-mail account (not trap17).

For the pop-up you need Javascript smile.gif Search with googles there will be a lot of results wink.gif

Reply

SpiltBlood
< SCRIPT LANGUAGE="JavaScript">
window.open("enter link here");
</SCRIPT>

this should give you a popup that links to a page

<script>
var popunder=new Array()

popunder[0]=" Enter Link Here"

var winfeatures="width=100,height=100,scrollbars=0,resizable=0,toolbar=0,location=0,menubar=
0,status=0,directories=0"
var once_per_session=0
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == 400)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures)
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
</script>

that sould give you a pop under with a link

i hop that has help in at least the slightest bit

 

 

 


Reply

Dooga
Wow! you are very good at javascript! I'm not too shabby either:

<script language="javascript">
function p() {
window.open('http://google.com',
'bnettaf','width=222,height=222,top=2,left=2,toolbars=no,resizable=0');}
</script>

And to excute the site you just link to "javascript: p();"

For example: <a href="javascript: p();">click here</a>

Notes:

Width is the width of the window
Height is the height of the window
Top is the position from the top
Left is postition from the left
Toolbars is if toolbars should be displayed
Resizable is the ability to resize! 0 means no, 1 means yes.

biggrin.gif

Oh yah, this whole thing is supposed to open a browser window if you didn't notice!

~Johnny

Have a great day! Hope this helped!

Reply

RGPHNX
Thanks to all,
Followup Question:
Once I create the popup window & link it via url to the content webpage,
How do I make the webpage send the info to my e-mail account?
This may seem obvious to youall but I'm totally new to this sort of thing.
I guess what I'm asking is-Where & How do I put the link to my e-mail account url in the webpage?
Thanks again,
RGPHNX

Reply

cragllo
Use the code that Dooga gave:
CODE
<script language="javascript">
function p() {
window.open('contact.php',
'bnettaf','width=222,height=222,top=2,left=2,toolbars=no,resizable=0');}
</script>

<a href="javascript: p();">click here</a>


Make a file calles contact.php and use the contact form here:
http://www.trap17.com/forums/trap17-file-no-4780.html

that should do it...

Reply

RGPHNX
Thanks Again Cragllo,
Looks like I have all the pieces of scripting to make it all work.
Will merge it all together and get back to youall if there are any more
problems.
Thanks again smile.gif
RGPHNX
ps-SORRY I MUST HAVE SPACED OUT ON THE ZIP ADVICE YOU GAVE PREVIOUSLY - must have been the "forest for the trees syndrome" sad.gif

Reply

jordanliuhao
From my understanding, it seems the user don't care if an e-mail is sent. It's just an implementation detail for developers.

My suggestion is:

1 The user fill a form in your web page, then submit
2 php or jsp on the server collect all the information. Then call system api to send a mail with these information. You can search the mail() on www.php.net or JavaMail API on java.sun.com

Server technology is better than client technology for your requirement.

QUOTE(RGPHNX @ Jan 24 2005, 04:49 PM)
Thanks to all,
Followup Question:
Once I create the popup window & link it via url to the content webpage,
How do I make the webpage send the info to my e-mail account?
This may seem obvious to youall but I'm totally new to this sort of thing.
I guess what I'm asking is-Where & How do I put the link to my e-mail account url in the webpage?
Thanks again,
RGPHNX
*


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. designing website - 743.85 hr back. (1)
Similar Topics

Keywords : website building mail forwarding downloads response forms downloading zip files

  1. Excellent Free Website Templates - (24)
    Site also includes 60 free logo templates, 63 free banner templates, 84 free newsletter templates,
    website arrows, abstract images, and much more. Fantastic resource...
    http://www.templatesbox.com/templates.htm ...
  2. Help Creating A Profile Website - how do i make a profile website (14)
    Ok this is my idea: I am making a website about anime. Its function is add anime, review anime,
    search anime, anime information. Users can make a profile. People can make a profile which they can
    edit to theire likes with html to give it a fancy look.(this is what my problem is about) What i
    would like to know is how can i accomplish this. I already have the database for the anime titles
    etc ready, the only thing that needs to be done is the profile section. If you have any tutorial,
    tip or guide i would really really appriciate it. Thx in advance. ...
  3. Web Design Help - I need help designing my website homepage if possible? (3)
  4. Has Anyone Designed A Website For A Wow Guild? - (2)
    I belong to a WOW guild and we're considering a website for our members. Has anyone any
    experience designing and running such a site? For a start, we're only interested in a basic
    website for our members so we can show member character stats, announce raids and have a forum so we
    can all leave messages for each other and discuss strategy and levelling tips. I know there are
    templates available and I'm wondering if it would be just as easy to use one of the premade
    templates rather than create a site from scratch. Any comments would be greatly appreciated ...
  5. What Are The Steps To Making A Website? - (19)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ...
  6. Php Scripts And Website Templates - php scripts and website templates (7)
    I need some help. I´m trying to start my own website but I´m out of ideas about the design... The
    site should look something like this (click to view) Like I said I´m out of ideas so if any of you
    knows of a good and free web template that looks like my site please post the link to it. I´m also
    looking for some free php scripts (classified ads, fotolog, youtube, banner exchange, link exchange,
    adbux) so if you know where I can find any of those scripts please let me know. Thanks in advance.
    "I Need Some Help" isn't a good topic title. Changed to a more descript...
  7. Basic Of Website Creation - Get basic knowledge on website creation here (9)
    By basic, i mean reaaaal "BASIC". I know that its probably redundant info for so many of us, but I
    still would like you to add your bit into this post , so that newbies benefit from it....
  8. Naming Web Page Files - Which way you like- MyPage.html or my-page.html or my_page.html (9)
    Everybody talks about meta tags, keywords, good title names and how they can increase page rankings,
    etc. But I was wondering whether the page name itself holds any value in indexing. Yes, I am
    talking about the web page file names (some-thing.html) NOT the one which you put in title tags. I
    am going to express my views and want to know what you think is correct. I have seen pages named in
    various ways like these: 1) my_web_page.html 2) DoYouLikeMyPage.html 3) hey-see-my-webpage.html (I
    think this way is more appropriate) 4) this.is.a.page.html (somewhat confusing) ...
  9. Auto-upload Files With Filezilla And Autohotkey - (0)
    If your web host only allows FTP access and not shell access then you have to edit files locally and
    then upload them. If you are debugging your website that means making a lot of changes to a file or
    files and lots of manual uploads after each change to a file. FileZilla works great to upload and
    download files to a remote FTP site and it even allows you to set a default editor so you can right
    click on a remote file and click view/edit. It then downloads the file to a temporary directory and
    monitors any changes made to the file. When it detects that you have saved the...
  10. Creating A Good Website, How?! - (18)
    Creating a good website, How?! I looked at many forums, searching on now to create a good
    website, by good I meant good website interface. For example, Trap17 have this amazing flash header,
    and nice design… I searched and searched, I found that many people started with a photoshop
    picture, then they make it come true by requesting a website coder (A.K.A. Programmer) to code the
    whole website for it. If, I said if, I were good a art, I can design a good nice picture off
    photoshop, and I know how to code, does that means I can make a good website? Please post any ...
  11. Flash Media Into Html/css Website - does anyone know how to import a flash into a webpage with transparenc (1)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva...
  12. How To Create Smallest Website - (21)
    I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
    they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" />...
  13. Help! Php Or Just Html? - i want to start buliding my website. which is better, php or basic htm (13)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??...
  14. Website Layout? - Help me please (3)
    Im sorta really new to html and php, and i want to make or edit a layout for my website that i might
    get from this forum thing, and i need sombody to point me to some tutorials or make me a layout.
    also if you want to you can make me a myspace one too xD. Please and thanks....
  15. Php Auto Website Title - (8)
    This simple PHP function is pretty handy if you want your websites pages in the title without having
    to name individual ones. It will look like: QUOTE MyWebsite | Index QUOTE Quote:
    MyWebsite | Gallery QUOTE Quote: MyWebsite | Forums etc.. paste the code into your
    "functions" file, or any webpage which is included in every page you have (Reminder: To include a
    webpage, use 'include("webpage.php");') You can of course put the function in each page, but
    that's just annoying .. /tongue.gif" style="vertical-align:middle" emoid=":P" borde...
  16. Webdesign Frequently Askd Questions - is it posible to design a sercheingin in your website. (11)
    what i wanna no is is it posible to incorporate a custom search engin into your own website. for a
    while now i have bin wondering is it posible to do this as i would like to try something like this
    out. but i have heard of there being a way to do this in pearl but i no nothing of pearl does
    annyone have anny tips or info on this? (i use frontpage and dreamweaver)...
  17. Building A Forum Under Another Web Site? - (7)
    Hello, Im going to set up a simple website to use with my buddies. A main page where I can update
    from time to time and a forum are all I need. I know WYSIWYG builders, ftp uploaders and forum
    moderating. Im thinking of using phpBB since it's free and seems simple and reliable, right?
    My question is can I build the forum on my local computer then upload to hosting service? The
    readme.txt recomends to install online in host machine. And this is what I need to do, right?
    -build an index.html with WYSIWYG, upload it to main folder of host. -create a folder in the...
  18. Mysql - Several files in one field. (2)
    Hi guys. I want t know if it is posible to have so many entries for one object in a field in MySQL.
    I know my question may not be clear because I lack in terminology but pliz try and help. What I want
    to do is for axample have a database of my clients with the following fields for every client:
    fname, lname, more than one photos, contrubutions(comments, jokes, testimonials posted) etc. I want
    to have the things like the photos in the same field but they have to be unique so that my php code
    can deal with them individually llike they are coming from different fields....
  19. How To Make A Website - (If you're trying to drive people away from your site) (18)
    Alright so there are many topics out there of how to make a website that everyone will love and want
    to go to, but I can't seem to find any about how to make a website that people will hate and try
    to run away from, so here are some pointers for those who are trying to make the worst website:
    Step one: COLORS Be sure to use a vivid and bright background color, and a non-noticeable text
    color. Nothing wakes people wake up more than a florescent yellow background with white text. Make
    people work to try to read your website. After all, you have some great content...
  20. Need A Logo For Website Can't Get Into Ideas - (10)
    Hi friends i'm running site on computinghost server called http://onecore.net i think again i
    need some help,for good touch to the site so pleasse help me can you think of any good logo idea,i
    want simple,creative,techno-anime style yet smoot for eyes. can you think of any good idea,mymind
    is just wandering here and there /unsure.gif" style="vertical-align:middle" emoid=":unsure:"
    border="0" alt="unsure.gif" /> hope u understand that .... Please send in any dieas for logo almost
    anything....
  21. How To Build A Good Website - (2)
    First, have a good color is important. You don't want people say "Ow!!! My
    eyes!!! where's the X button????" So try not to use colors like light green, yellow.
    Second, have some content. Will you like a site just with a title? Updated it AT LEAST once a
    month. Third, try not to put "too much" image on the homepage. Otherwise, if they come from a
    search engion, they will probley want to find something that they want. If that takes too long,
    they'll leave. Fourth, having a portal is good if you have a forum. If you are using something...
  22. How Many Times Was The File Taken? - Counting downloads (5)
    I was wondering if someone could help me with the following: On my website there is a small file
    which can be downloaded. I would like to be able to monitor how many times it has been downloaded,
    the result does not need to appear on the site, it is just for me personally. Has anyone got some
    code in HTML or PHP which can achieve that? Thanks in advance. ...
  23. Image Not Taking The Right Size In Web Page - An image is correct when designed, but not when put in a website (1)
    When trying to make a web page with a GIF image on it which runs a coloured bar along the top and a
    coloured curve along the side, I come across the weird thing that, when I put the image on a web
    site, it does not take in the whole top and does not run from top to bottom completely. The image is
    made in Adobe Photoshop at a resolution of 1024X768 pixela and looks correct , ie. the horizontal
    bit runs completely from left to righ and the vertical bit completely from topright to bottom right,
    yet when put in to the web page, it shows with big margins left and right and to...
  24. Trap17 Free Web Template Downloads - Trap 17 member contributions (10)
    Well, BuffaloHELP, here is my contribution. /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> Free template downloads. Albeit over 100 web
    templates instead of one-at-a-time. I have started this thread for people to voluntarily add to.
    OK, everybody, lets keep this thread alive and updated frequently. ...
  25. Xml For Dynamic Website Content - (3)
    Anyone got a site where they're using XML to generate dynamic content? I'm thinking of
    using XML for several elements of the website for my workplace, partially because I can easily
    generate XML through a simple VBA interface far easier than XHTML (since I'm only considering
    the content), so that I can set up easy ways of changing that content for the completely computer
    illiterate people I work with. Also, I'm doing an XML course later, so I want ot get some
    practice in /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif...
  26. Man Why Is Everything Hard To Get A Website Design - man webdesigning is hard (32)
    okay ppl why is that they give u front pagew that u make a webdisgn adnthe u have to bye better
    stuff just to get it right plz tell me why...
  27. My Website Design , Any Suggestions? - this is something i designed with the help from user sonesay , what do (13)
    Hey guys I designed and almost finish my site, www.keegonguyen.com .. so what do you guys think?
    Have any good suggestions? or anything that i should take out? anything good or bad about it?
    anything at all that would help me out would be nice /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> Is it too plain? any beneficial criticism will be fine
    /rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" />
    let me know thanks /smile.gif" style="vertical-align:middle" emoid=":)" border="0" ...
  28. Treating .csv Files As Database Data - Showing .CSV data on a web page (2)
    I use a nice program (which I helped to beta test) called ' Simfatic Forms ' to generate
    forms on web pages. The only problem is that it does not (yet) support MySQL databases, it saves the
    form data as a .CSV file. Now I was wondering if you can do the same with a .CSV file as you do
    with a MySQL databse, ie. displaying the data in that file on a web page which adjusts automatically
    as data are added to the file. To clarify: eg. if I make a form to sign a petition online, the data
    are saved to a .CSV file every time someone fills in the form, is it now possibl...
  29. Please Rate My Website - out of a possible 10 (19)
    I have built a newly designed website here with Trap17 - http://www.zofanatic.com . Can you please
    rate it or give me some suggestions on the design and layout (including the forum, which runs on
    SMF). Thanks...
  30. Is There An Xbox Live Gamertag Code To Shw The Gamercard On A Website? - The title says all! (1)
    Hi everyone, im looking for a code that will display a users xbox live gamercard. Ive seen one
    little widget but that was for the igoogle page ao its not suitable for what i want. Ideally I want
    one thats written with HTML or something like that so its easy for me to modify and such. What i
    want it to do is t have a URL in the code which the user can then insert their gamertag ID into and
    have the widget display their gamercard for all to see. if i ever use this code it will be on a
    money making site, hopefully, so something thats free to use even for commercial things ...



Looking for website, building, e, mail, forwarding, and, downloads, response, forms, and, downloading, zip, files

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for website, building, e, mail, forwarding, and, downloads, response, forms, and, downloading, zip, files

*MORE FROM TRAP17.COM*
Excellent
Free Website
Templates
Help
Creating A
Profile
Website how
do i make a
profile
website
Web Design
Help I need
help
designing my
website
homepage if
possible?
Has Anyone
Designed A
Website For
A Wow Guild?
What Are The
Steps To
Making A
Website?
Php Scripts
And Website
Templates
php scripts
and website
templates
Basic Of
Website
Creation Get
basic
knowledge on
website
creation
here
Naming Web
Page Files
Which way
you like-
MyPage.html
or
my-page.html
or
my_page.html
Auto-upload
Files With
Filezilla
And
Autohotkey
Creating A
Good
Website,
How?!
Flash Media
Into
Html/css
Website does
anyone know
how to
import a
flash into a
webpage with
transparenc
How To
Create
Smallest
Website
Help!
Php Or Just
Html? i want
to start
buliding my
website.
which is
better, php
or basic htm
Website
Layout? Help
me please
Php Auto
Website
Title
Webdesign
Frequently
Askd
Questions is
it posible
to design a
sercheingin
in your
website.
Building A
Forum Under
Another Web
Site?
Mysql
Several
files in one
field.
How To Make
A Website
(If
you're
trying to
drive people
away from
your site)
Need A Logo
For Website
Can't
Get Into
Ideas
How To Build
A Good
Website
How Many
Times Was
The File
Taken?
Counting
downloads
Image Not
Taking The
Right Size
In Web Page
An image is
correct when
designed,
but not when
put in a
website
Trap17 Free
Web Template
Downloads
Trap 17
member
contribution
s
Xml For
Dynamic
Website
Content
Man Why Is
Everything
Hard To Get
A Website
Design man
webdesigning
is hard
My Website
Design , Any
Suggestions?
this is
something i
designed
with the
help from
user sonesay
, what do
Treating
.csv Files
As Database
Data Showing
.CSV data on
a web page
Please Rate
My Website
out of a
possible 10
Is There An
Xbox Live
Gamertag
Code To Shw
The
Gamercard On
A Website?
The title
says
all!
advertisement



Website Building- E-mail Forwarding & Downloads - Response Forms & downloading zip files



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE