Hi everyOne!
I need to get this connection:
("jdbc:mysql://localhost:3306/netinfoa_amt?characterEncoding=UTF-8&useUnicode=true", "root", "****");
using <data-sources> declared on my STRUTS-CONFIG.XML
no problem with:
<data-sources>
<data-source...
Check this... how can i show í??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<SCRIPT language=JavaScript>
function populate() {
var option = new Option("Almería","01");
var option2 = new...
I see...
but...check this code, there is an IE 6.0 Error using the actual caracter (Almería) but not with (Almeria)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<SCRIPT language=JavaScript>
<!--
function...
I have the next HTML page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<SCRIPT language=JavaScript; charset=UTF-8">
function populate() {
var option = new Option("Almería","01");
..
}
</SCRIPT>
..
But...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.