
Untitled
By: a guest on
May 5th, 2012 | syntax:
JavaScript | size: 0.22 KB | hits: 17 | expires: Never
$(document).ready(function() {
$.post("vehicle_info.php",{
type: "ownername",
regnum: "123TEST"
regnum:regg
}, function(data) {
// That 'data' needs to see õäöü properly!
alert(data);
}
);
});