I ahve some ASP code which depending on the varibles will load up a page.
<% server.execute "content/" & Lang & "/" & Page & ".asp"%>
For example if Lang = "Eng" and Page + "Home" it would load up the english version of the home page.
but I was wondering if I could do this in JSP some how?
Thanking you in advance
Rick
<% server.execute "content/" & Lang & "/" & Page & ".asp"%>
For example if Lang = "Eng" and Page + "Home" it would load up the english version of the home page.
but I was wondering if I could do this in JSP some how?
Thanking you in advance
Rick