S
Shehbaz Afzal
Hi
I am trying to force a .js script to execute a link from up one level rather
than from the current location, for example inseatd of running the link from
'\services' i'd like it to run the link from '\offers\services'. The script
is below...
function move_menu(num)
{
switch(num)
{
case 1:window.location="services" ;break;
}
}
'Services' in the script is a folder which contains a 'default.htm' file. I
have tried to add a / and ../ to get the link to move up one level but now
joy, can anyone help please?
Many thanks
I am trying to force a .js script to execute a link from up one level rather
than from the current location, for example inseatd of running the link from
'\services' i'd like it to run the link from '\offers\services'. The script
is below...
function move_menu(num)
{
switch(num)
{
case 1:window.location="services" ;break;
}
}
'Services' in the script is a folder which contains a 'default.htm' file. I
have tried to add a / and ../ to get the link to move up one level but now
joy, can anyone help please?
Many thanks