Hi Guys,
been searching for a while, can’t seem to find a simple script that instead of using a redirect - will simply load pricing table content into a div according to country. so one html page with a dynamic div.
ie :
If (country = UK){
load ukpricing.html into pricing div
}
else
If (country = US){
load uspricing.html into pricing div
}
something like this…
– anyone have a script that works? - I would imagine it would be something in jQuery / mootools.