473,405 Members | 2,262 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,405 software developers and data experts.

hyperlink to open an email browser.

How to make the make the data given in hyperlink to open the email browser,
instead of the internet browser? Thanks.

-abcd

Nov 12 '05 #1
6 2529
The URL needs to start with mail://

On Sun, 25 Jan 2004 11:13:50 +1000, "abcd" <ar****@yahoo.com> wrote:
How to make the make the data given in hyperlink to open the email browser,
instead of the internet browser? Thanks.

-abcd


Nov 12 '05 #2
"abcd" <ar****@yahoo.com> wrote in news:40********@news.jcu.edu.au:
How to make the make the data given in hyperlink to open the email browser,
instead of the internet browser? Thanks.

-abcd


....
MailTo Protocol: Opens your electronic mail program to send a message to the
specified Internet e-mail address. A URL that uses the MailTo protocol has a
different format: (mailto:username@domain)
--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #3
Oops. Like Lyle said, that's mailto://, not mail://

On Sun, 25 Jan 2004 03:35:11 GMT, Steve Jorgensen <no****@nospam.nospam>
wrote:
The URL needs to start with mail://

On Sun, 25 Jan 2004 11:13:50 +1000, "abcd" <ar****@yahoo.com> wrote:
How to make the make the data given in hyperlink to open the email browser,
instead of the internet browser? Thanks.

-abcd


Nov 12 '05 #4
Thanks it works. But I have another problem. I used the field property as
hyperlink and have a field with lots of records I need to change with a
prefix mailto:
Is there any simple procedure to covert all of my data? Thanks again.

-abcd

"Lyle Fairfield" <Mi************@Invalid.Com> wrote in message
news:Xn*******************@130.133.1.4...
"abcd" <ar****@yahoo.com> wrote in news:40********@news.jcu.edu.au:
How to make the make the data given in hyperlink to open the email browser, instead of the internet browser? Thanks.

-abcd
...
MailTo Protocol: Opens your electronic mail program to send a message to

the specified Internet e-mail address. A URL that uses the MailTo protocol has a different format: (mailto:username@domain)
--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)

Nov 12 '05 #5
"abcd" <ar****@yahoo.com> wrote in message news:<40********@news.jcu.edu.au>...
Thanks it works. But I have another problem. I used the field property as
hyperlink and have a field with lots of records I need to change with a
prefix mailto:
Is there any simple procedure to covert all of my data? Thanks again.

-abcd


how about an update query?

update MyTable
Set myfield = "mailto:" & myfield;

or something along those lines...

but make a backup copy of your table before doing this... I wouldn't
want to be wrong and have no back door...
Nov 12 '05 #6
Through update query "mailto:"&[email] converts all the emails with a prefix
mailto:
However, clicking the field continues to open the web browser, instead of
email programme. Any further suggestions please? Thanks.

-arasu

"Pieter Linden" <pi********@hotmail.com> wrote in message
news:bf**************************@posting.google.c om...
"abcd" <ar****@yahoo.com> wrote in message

news:<40********@news.jcu.edu.au>...
Thanks it works. But I have another problem. I used the field property as hyperlink and have a field with lots of records I need to change with a
prefix mailto:
Is there any simple procedure to covert all of my data? Thanks again.

-abcd


how about an update query?

update MyTable
Set myfield = "mailto:" & myfield;

or something along those lines...

but make a backup copy of your table before doing this... I wouldn't
want to be wrong and have no back door...

Nov 12 '05 #7

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

Similar topics

40
by: Brian Jorgenson | last post by:
On my web page, I have a few hyperlinks with target frame of _blank. The hyperlink brings up a second window, but everytime I click on thie hperlink, it keeps bringing up a new window and not...
4
by: Amir Eshterayeh | last post by:
Dear Friends My asp hyperlink goes to relative address instead of absolute. I like navigate url goes to outsite link like www.asp.net but now, it goes to www.mysite/www.asp.net please help....
6
by: sck10 | last post by:
Hello, Can you control the window attributes (toolbar, scrollbars, left and right exc.) when using the hyperlink control as you would when using javascript? For examle, I am using the...
3
by: sohan | last post by:
hi I have hyperlink column in a datagrid. The column contains the name of a text file. I am able to appendthe full path of the file. The file is on D drive on the server. But on clicking on...
1
by: jodyblau | last post by:
I have noticed that if you right click on a hyperlink field and edit the hyperlink, you can set it to be an email address and open up Outlook when it is clicked. I have been trying to set this...
1
by: ashtek | last post by:
Hi, I am using a hyperlink on a datagrid (templatecolumn) to display a link. Onclick of this link I want to open a new window without tool bar & with certain width & height. I am using this code...
2
by: peterrobinellis | last post by:
I have an ASP.Net application written in C#, (VS2005) on the .Net v2.0.50727 framework, and am experiencing some difficulty with a simple hyperlink. My page contains a table of contents listed as...
2
by: JSCompServ | last post by:
I'm very new at this and don't know what to do. I open an excel spreadsheet in a browser window using html and the spreadsheet opens fine. I have hyperlinks on the excel spreadsheet that someone else...
1
by: tomek.romanowski | last post by:
Hi ! I have a problem with defining a relative url, which is one of parameters of window.open call. Here is the situation: 1. "Parent" page called 2000 is in subfolder of my app, the...
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: 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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.