Tell a friend script does not add our page address correctly
Hi everyone
Not knowing much about Javascript, I am using a script which is available free.
My problem is that it does not send the link for the webpage correctly.
This is how the message looks when delivered with only the blue part of the page address clickable and obviously it does not take you to the page intended.
I was on the internet and found this great website with fantastic cakes: http://www.cakesbyann.co.uk/thistle large.htm
Any way this can be sorted without changing all the names of the pages, I just want the full address to be clickable and to take the recipient to the correct page.
I would appreciate any help on this.
Thanks
Peter
I'll be back
blackhawkpowers posted this at 04:18 — 10th December 2006.
They have: 38 posts
Joined: Nov 2006
you need to take the space out between "thistle" and "large.html" and it will work just fine for ya
FPeter posted this at 10:32 — 10th December 2006.
He has: 32 posts
Joined: Oct 2003
Hi Blackhawkpowers, thank you for responding to this post.
If I take the space out is this not the same as changing the page name, which I don't want to do because of obvious reasons.
I know I should have thought a bit more about the structure of my website in the begining but it's easy to say that after the fact.
Is there any other way without taking out the space.
I want the "Tell a friend" to use the persons own email client and not a form, maybe you know of another way to do this.
Thanks
Peter
I'll be back
FPeter posted this at 12:37 — 10th December 2006.
He has: 32 posts
Joined: Oct 2003
Hi again
Can I change the code to just include the homepage URL instead of the page the the sender in actually on, Iknow it is not exactly what I wanted but I suppose it is a bit better than getting a link in the email that does not work.
Below is the code I am using
<script LANGUAGE="JavaScript">
</script>
Place this code between the tags
Tell
a friend:
Appreciate any help here.
Peter
I'll be back
blackhawkpowers posted this at 12:44 — 10th December 2006.
They have: 38 posts
Joined: Nov 2006
if you want the link to open up a new email in the users email client the code is
<a href="mailto: [email protected]"> My email </a>
or you can just fix the link by replacing it with
http://www.cakesbyann.co.uk/thistle%20large.htm
sorry for the delay with that responce I was sleeping:D I'm not sure i understand your last question but hopefully these other solutions fix your issue if not just post again.A patch is a piece of software which replaces old bugs with new bugs.
West Chatham Homes | Custom American made Caps | Custom Handmade Knives
FPeter posted this at 17:43 — 10th December 2006.
He has: 32 posts
Joined: Oct 2003
Thanks for the help, I decided to direct each link in the email to the homepage or certain category pages and let the user browse the individual pages from there.
It's better than a link that won't work, just neet to find out how to tidy up each page, I don't like the thought of the bots having to wade through all this code before reaching the content, any ideas welcome.
Regards
Peter
I'll be back
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.