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?
referral to another url
-
- Advanced
- Posts: 21
- Joined: Wed Dec 21, 2005 3:48 pm
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;");
}
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;");
}
-
- Advanced
- Posts: 21
- Joined: Wed Dec 21, 2005 3:48 pm
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
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
-
- Advanced
- Posts: 21
- Joined: Wed Dec 21, 2005 3:48 pm