L
Larry
A previous post gave information on a scheme for hiding email addresses
from spiders in a js file. I've applied the idea and it works fine
except that in Mozilla when the button is selected a new blank window is
opened as well as the email form which is a bit annoying for the user as
they've goto close the window to go back to the site.
I cannot check the button in IE as I've Mozilla set as default. In
Opera it doesn't seem to work at all.
See: http://www.bed-and-breakfast-travel.com/infopages/contactus.html
Example of js file contents:
function bnbweb(){
open(href="mailto:[email protected]?subject=Website
Information Request");
}
Have I run into the browser incompatible thingie again?
Larry
--
For your security and peace of mind ALL emails are automatically scanned
with the latest Norton AV Virus Definitions. Not that I have any virus'
but why not be careful! I get virus signature updates regularly!
A Belt and Suspenders are the best security invented!
from spiders in a js file. I've applied the idea and it works fine
except that in Mozilla when the button is selected a new blank window is
opened as well as the email form which is a bit annoying for the user as
they've goto close the window to go back to the site.
I cannot check the button in IE as I've Mozilla set as default. In
Opera it doesn't seem to work at all.
See: http://www.bed-and-breakfast-travel.com/infopages/contactus.html
Example of js file contents:
function bnbweb(){
open(href="mailto:[email protected]?subject=Website
Information Request");
}
Have I run into the browser incompatible thingie again?
Larry
--
For your security and peace of mind ALL emails are automatically scanned
with the latest Norton AV Virus Definitions. Not that I have any virus'
but why not be careful! I get virus signature updates regularly!
A Belt and Suspenders are the best security invented!