« (TrayColor - HTML Color Utility) // (home) // (Internet Explorer 7 Favicon Display Problem) »
Spam-Free E-Mail Links Using Javascript
by: havascript.com admin // March 17, 2007 ( ) {
It’s always handy to add an e-mail link as a convenient means by which visitors can make contact with a webmaster, but with the ever increasing scurge of spambots it’s wise to consider alternative ways to accomplish this. One way is by using Javascript using the following code:
<script language=”Javascript” type=”text/javascript”>
function nospam(name,domain) {
 thisLocation = “mailto:” + name + “@” + domain;
 document.location = thisLocation;
}
</script>
Basic link:
<a href=”javascript:nospam(’name-here’,'domain-here.com’)”>e-mail</a>
These variables need to be defined in the link code:
‘name-here’ -Â the portion of your e-mail address before the “@”
‘domain-here.com’ -Â the portion of your e-mail address after the “@”
Advanced link:
<a href=”javascript:nospam(’name-here’,'domain-here.com?subject=’)” title=”" onMouseover=”window.status=’ ‘;return true” onMouseout=”window.status=’ ‘;return true”>e-mail</a>natural diuretics
The erectile dysfunction drug Viagra may have found a new, potentially life-saving use in hospital pediatric intensive care units, researchers report.
Australian researchers gave the drug to 15 babies with congenital heart disease who were being weaned from inhaled nitric-oxide therapy, a treatment that ICUs use to help these infants survive.\
erectile dysfunction
What is ciprofloxacin?
* Ciprofloxacin is an antibiotic in a group of drugs called fluoroquinolones. Ciprofloxacin fights bacteria in the body.
* Ciprofloxacin is used to treat different types of bacterial infections.
* Ciprofloxacin may also be used for purposes other than those listed here.
What is the most important information I should know about ciprofloxacin?
* Do not take ciprofloxacin with dairy products such as milk or yogurt, or with calcium-fortified juice. You may eat or drink dairy products or calcium-fortified juice with a regular meal, but do not use them alone when taking ciprofloxacin. They could make the medication less effective.
* Take all of the ciprofloxacin that has been prescribed for you even if you begin to feel better. Your symptoms may start to improve before the infection is completely treated.
topics: Javascript //
}
Comments
You must be logged in to post a comment.