473,396 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

javascript built-in mini-browser mailer?

Hello dear members of the comp.lang.javascript newsgroup.

I'm building the "Contact Us" section of my .mobi site (xhtml and
html).
Is there any way to create an e-mail form that use the mini-browser
built-in mailer? (Perhaps a javascript code to add ?)

Many Thanks

Octavio

Nov 6 '07 #1
2 1674
Hollywood wrote on 06 nov 2007 in comp.lang.javascript:
I'm building the "Contact Us" section of my .mobi site (xhtml and
html).
Is there any way to create an e-mail form that use the mini-browser
built-in mailer? (Perhaps a javascript code to add ?)
<form
onsubmit="window.location.href='mailto:' + this.Email;return false;"
><input name='Email'><input type='submit'>
</form>

I suppose.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 6 '07 #2
Evertjan. said the following on 11/6/2007 3:51 AM:
Hollywood wrote on 06 nov 2007 in comp.lang.javascript:
>I'm building the "Contact Us" section of my .mobi site (xhtml and
html).
Is there any way to create an e-mail form that use the mini-browser
built-in mailer? (Perhaps a javascript code to add ?)

<form
onsubmit="window.location.href='mailto:' + this.Email;return false;"
><input name='Email'><input type='submit'>
</form>

I suppose.
Maybe, maybe not. Hopefully it won't work for the OP and he will read this:

<URL: http://www.isolani.co.uk/articles/mailto.html>

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 6 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dom Leonard | last post by:
Hi all, I occasionally use the javascript protocol in window.open to retrieve a window property of the opener for use as HTML source: window.htmlSrc="<html>...blah ....<\/html>";...
4
by: Tim Tyler | last post by:
Has anyone ever built a JavaScript Telnet client? What about a JavaScript SSH client? -- __________ |im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
5
by: Ben Amada | last post by:
Hi, I'm looking to purchase a book on javascript for beginners although I do have a programming background. I've seen some suggestions for "JavaScript: The Definitive Guide", but the latest...
1
by: acrocker | last post by:
I would like to provide access to users who need to be taken directly to the relevant page without further navigation instructions. Unfortunately the page I want to access is built using a...
1
by: Urs Vogel | last post by:
Hi I would like to embedd a dynamically built JavaScript into my page which is then called through focus and blur events. When writing the created script out with Response.Write, it always...
2
by: Lans Redmond | last post by:
Is there anyway to connect to a socket via javascript. Im writing an application where IE on the client pc..needs to connect to a server and get some information before forward to an action class...
1
by: Don | last post by:
Hi, I jave a form that creates checkboxes dependent on what is selected from a drop-dwon list; this is done using PHP. I have a button that allows a user to "SELECT ALL" which will calls a...
6
by: RC | last post by:
Is AJAX built on top of JavaScript? What browsers supported AJAX? Can someone tell me some link introduce about AJAX?
4
toxicpaint
by: toxicpaint | last post by:
Hi there, I've built a form for peolpe to submit a vote and I thought the best way to restrict people voting twice would be to create a cookie called "voted" and set the value to 1 when they vote....
2
by: ineuw | last post by:
I built a web page form, where the action is set to "mailto" to my email address. I already scripted the client side using Javascript and I wish to know if I can use Javascript for server side...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.