Forums
This topic is locked
Conditional pages
Posted 02 Mar 2005 12:13:46
1
has voted
02 Mar 2005 12:13:46 sarah adams posted:
I'm a dreamweaver person and this isn't a typical dreamweaver question but any help would be greatHow can you then find out how to serve conditional pages to users according to their geogrpahic origin.
This may be simple, or it may be complex. It is quite common if you visit IBM, HP, Dell etc. and I wonder what is involved in doing this for our web sites.
Replies
Replied 02 Mar 2005 13:39:42
02 Mar 2005 13:39:42 Lee Diggins replied:
Hi Sarah
I think you would use this to determine which language/country the client is from:
Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"
This is sent from the browser for every request.
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
I think you would use this to determine which language/country the client is from:
Request.ServerVariables("HTTP_ACCEPT_LANGUAGE"
This is sent from the browser for every request.
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
Lee Diggins - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Replied 02 Mar 2005 15:09:41
02 Mar 2005 15:09:41 Vince Baker replied:
Not exactly related, but if you use Request.ServerVariables("All_HTTP" you can see all the info that is sent by the browser.....always good to see what you have available to you for future developments.
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]