|
A
|
ann 8/20/2010 |
|
Philip, if Request("language") then |
|
|
P
|
Philip author 8/22/2010 |
|
Philip, you can create multilanguage dropdown manually. Then process selected language in the Add page: Before process event: if Request("language") then
|
|
|
A
|
ann 8/23/2010 |
|
Philip, |
|
|
P
|
Philip author 8/23/2010 |
|
Philip, use <select> tag to create dropdown manually. More information: http://www.w3schools.com/tags/tag_select.asp
|
|