Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > Non-VodaHost website development software products . > Macromedia Products

Notices

Macromedia Products Dreamweaver, Flash, Fireworks, etc...

Reply
 
LinkBack Thread Tools
  #1  
Old 11-15-2007, 04:31 PM
Corporal
 
Join Date: Nov 2006
Posts: 15
Default Dreamweaver page script problem

Hello,

I'm working on a Dreamweaver website. Need to protect my e-mail adresses from spam.

I've found several scripts:

<A onmouseover="email = new Array('i','n','f','o','@','h','a','n','d','e','l', 'g','a','t','e','.','c','o','m');this.href='mailto :';for(i=0;i<email.length;i++){this.href+=email[i]}" href="you@relays.osirusoft.com"><SCRIPT>text = new Array('i','n','f','o','@','h','a','n','d','e','l', 'g','a','t','e','.','c','o','m');for(i=0;i<text.le ngth;i++) {document.write(text[i])}</SCRIPT></A>

or

<script language="javascript"> function guard() {
var p1, p2, p3, p4, p5, p6;
p1 = '<a href="mai'
p2 = 'info'
p3 = '">'
p1 += 'lto:'
p2 += '@'
p5 = '</a>'
p6 = 'info@hande**ate.com'
p2 += 'hande**ate.com'
p4 = p6
document.write(p1+p2+p3+p4+p5)
}
guard();
</script>


But when I paste them between the body tags it never appears.

Should I move part of it to the head tags? How do I do that (if that is the problem)?

Ive been trying to solve this problem for quite a long, now i think its because im using dreamweaver...

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 11-15-2007, 05:19 PM
Karen Mac's Avatar
Lieutenant General
 
Join Date: Apr 2006
Posts: 3,000
Send a message via MSN to Karen Mac
Default Re: Dreamweaver page script problem

The place where u got the scripts doesnt explain this to you? I believe it goes where your email address appears, just before and after it, but id have to see where u got the script and how they applied it. If this is from dynamicdrive.com they are usually pretty explicit about how to do this, what parts go where, what has to be uploaded as a seperate document etc etc.

Go back where u got the script and find the instructions.

Karen
__________________
KMAC Enterprise
Granny's Country Nook 10%Off, your code: Forum Discounts
Charming Noveltees~Sports Logos Charms, Jewelry, Collectibles- 10% off, your code: VodaHost
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 01:39 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53