I'm a mediocre website designer i know html , at JS i'm to noob to actualy make something of my own :) just Edit, i'm still learning and atm i'm working on a web project and I'm struggling to find a way to Filter email addresses to redirect my New Members to their e-mail provider, for example if they would register newmmember@hotmail.com to be forwarded to www.hotmail.com so they would login and activate their account, or if they enter @yahoo.com to be forwarded there . Can you please point out a few things i'm eager to learn how to Forward User to email provider after he creates his account . Or how can i forward email to URL inside my webpage , this could help me with another ideea i have, again this would have to be filtered @yahoo.com , @hotmail.com etc , to be forwarded to a local URL inside the site depending on what Email Provider they enter .
I have a frameset and one of the frames contains a page that is created on the fly, an actual word document. I want to have a button in one of the other frames that emails this created page as an email attachment using the email client (outlook or whatever). I created a function as follows:
<script language="JavaScript"> function mailIt() var page = parent.QandA; document.write 'mailto: sendmail@example.com?subject=The document&Attachment=' document.write page; } </script>
Which is then called from a button, but it doesnt work! QandA is the name of the frame that contains the document I want to email as the attachment.
Is it possible to create a page (with javascipt) that will send an email to the "me" but the user can't see the destination email address? Im wondering if I can do the "party" with Javascript without using some server page like PHP.
i know html , at JavaSript i'm to noob to actualy make something of my own just Edit, i'm still learning and atm i'm working on a website and I'm struggling to find a way to Filter email addresses to redirect my New Members to their e-mail provider,for example if they would register[url].... after their press Register to be forwarded to [url].... so they would login and activate their account, or if they enter[url] to be forwarded there .
how can i filter email and forward to URL inside my webpage , this could help me with another ideea i have, again this would have to be filtered[url].... etc , to be forwarded to a local URL inside my site depending on what Email Provider they enter to go to a different link so i can redirect them to their email provider.
Heres my javascript code that will verify email from email input field and check if the checkbox (I agree condition) was checked:
[Code]....
However, this will work fine when calling with a link "javascript:validate('inputForm');" but if I try to prevent users by submitting form with pressing enter I put it in form onSubmit parameter: <form .. onSubmit="javascript:validate('inputForm');"> which will check the forms and submit data (do return) no matter if it matched or no.
Last week after much searching, I found the answer to my problem in this newsgroup. I can't find the thread from which I got my solution, but I wanted to report back what worked.
When the site visitor fills out the form and submits it, this calls a rather ordinary asp script like formmail.asp that sends the emails and displays a "thank you" web page. At the very end of my "thank you" web page I placed the following:
This causes the file download to get triggered, and asks the user if they want to save the file. In limited testing this appears to work fine in both Firefox and IE.
I need a form that will take user input and then email it. It should then redirect the user to a download or(page)after clicking submit. With controls to Clearform and Submit. It must also know that the fields are valid.
Im using the old nopcard scripts on my site. It does every thing right except it does not send a Email to my to my email adres. I dont know how to correct this because i dont know Javascript. I include the script if anybody know how to alter it so that it will send the info to my email adres as well.
i have some script java script which is working but i want to do it some thing else
[Code]....
This script is working for email validation also if email box is empty it says to fill it i want that for all if some one left any box in form it says fill that. i have tried many ways but failed that's why posting here. and the last function is for contactno INPUT field so one can only put number in the field. HTML CODE
Looking for a good tutorial on how to use jQuery to read email sent tomy site's email address, and how to send email through my site'semail. Basically, how to construct the server email portion of
We are sending an html email from asp page.In the email we appended an image tag and the "src" attribute points an asp page in our server.Here when ever user read the email this image tag will fire our asp page.It is working fine if we open the mail in web browsers.It is failing in outlook express.We modified the code a bit and replaced the <imgtag with <iframetag.It is woring fine in outlook express now. but it is not failing in web browsers.Do we have any other alternative method to call an asp page from the email.
My question is if there is a way to add a input field on my website where people will type their email and then press "GO" or "submit" and they will be directed to another website and their email they enterd will automatically be displayd on that websites email submission. and if its possible that it would press the submit button on that page as well directly. cant find any tutorial on this on html or java,
-> I have a couple of files in a page in my website. I want the visitor to add his/her name & email id to visit this web page so that I can keep track of the visitors downloading the files.
I am trying to give uses the ability to email a web page in addition to print the pages but I cannot get the web page to post as the body of the email.
Here is what the print function looks like:
And here is where I stand on the email the page(not just a link to the page)
The above work great if I want to send a link to the page. How do I amend the above so that the the mail_str = contentWindow html?
And do I need to do make other changes to format the email as html rather than text?
I have code that works fine in Firefox, but not in netscape.
I would like to open a popup window to display an "email a friend page".
this is my html/javascript
HTML Code: <a class="emailicon" href="/e/email" title="Email Article" return false;">Email</a> But my window does not open that size. What am i missint. IE and netscape show a full 100% size browser window.
Trying to adapt my working email code to work on a different page... I have VERY little javascript experience...and don't know proper syntax. I want to put this on a page that is created with a while loop (php) and has many members on one page. So it needs a unique identifier for the form (and I think each field in the form) so it will properly update back to the correct section of the while loop (instead of just the top one like it does now.).
Javascript var thisRandNum = "<?php echo $thisRandNum; ?>"; // Start Private Messaging stuff $('#pmForm').submit(function(){$('input[type=submit]', this).attr('disabled', 'disabled');}); function sendPM ( ) { var pmSubject = $("#pmSubject"); [Code]...
I'm just starting up in web design and I have an interesting challenge that I'm hoping can be solved w/java script. I have a site with an application form. When the form is to be submitted, the form data needs to be emailed to the correct person to handle that particular application. However, that can't be determined by anything specific in the form. It can only be determined by the link that they clicked on to get to the form. I really don't want to have 22 identical forms with just a different EmailTo addie, which is what the previous site developer did. Someone please tell me this can be done w/java script? If not w/java script
Can that be done with a simple JavaScript line? All I want is something that pop ups Outlook express with my web page or a link to it in the message. Can't find it on JS sites but I could find scripts that send the page to be printed... Any ideas?
I've found a snippet of code on one of the js websites that creates trailing text behind the mouse. Works fine in a website, but I can't make it work in an email. No spam intentions, just fun amongst friends. I dropped the code between the <head> tags, just like with a website, but no joy. Should js work in an email? If so, any suggestions?