referral to another url

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
christopherO
Advanced
Advanced
Posts: 21
Joined: Wed Dec 21, 2005 3:48 pm

referral to another url

Post by christopherO »

I want my menu on one site to direct visitors to a sister site.

I have, for example, the following on malikonline.eu:

with(milonic=new menuname("Fooddairy")){
style=background;
overflow="scroll";
aI("text=Cheese & Dairy Products;url=https://www.malikstores.co.uk/store.php?crn=461;");
aI("text=Milk Products;url=https://www.malikstores.co.uk/store.php?crn=324;");
}

yet when clicking on the menu the visitors stay inside malikstores.eu -- and do not get sent to malikstores.co.uk

Can anyone guide me on how to do this please?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Can you set up a test, please. I need to see the page and try the links and see what's happening, get a look at the code etc.

Ruth
christopherO
Advanced
Advanced
Posts: 21
Joined: Wed Dec 21, 2005 3:48 pm

Post by christopherO »

Thanks Ruth

http://www.malikonline.eu/

-- here is a snippet of the code on that domain -
with(milonic=new menuname("Freshfood"))
{
style=background;
overflow="scroll";
aI("text=Fresh Fruit & Nuts;url=https://www.malikstores.co.uk/store.php?crn=612;");
aI("text=Fresh Vegetables;url=https://www.malikstores.co.uk/store.php?crn=557;");
aI("text=Canned Vegetables;url=https://www.malikstores.co.uk/store.php?crn=320;");
aI("text=the Fresh Food Catalogue;url=https://www.malikstores.co.uk/store.php?crn=629;");
}
christopherO
Advanced
Advanced
Posts: 21
Joined: Wed Dec 21, 2005 3:48 pm

Post by christopherO »

Ruth

I think my problem is a connection with the server that has failed in the upload of the current file. I will have to resolve this but will post again if the problem persists.

Thanks for offering to help

Chris
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I went to that link and tried all the Fresh Nuts, vegetable etc, and everything seemed to work fine. The pages loaded under the url listed. This was way early on and I've just got around to posting, but now if I clicked the link you provided I get a forbidden message for that .eu. But it did work yesterday, and clicking the links worked.

Ruth
christopherO
Advanced
Advanced
Posts: 21
Joined: Wed Dec 21, 2005 3:48 pm

Post by christopherO »

Yes Ruth. I took the site down and re-configured my domain and ftp as it was giving me some very strange outcomes. All is now fixed and, yes, I am getting the links as I need them.

You help was appreciated.
Post Reply