[HTML_AJAX-devel] HTML_AJAX
wang suya
o-soya at sefs.co.jp
Sun Dec 24 16:27:41 PST 2006
Second I want to ask how can I realize bellow action by HTML_AJAX
<html>
<head>
<script type="text/javascript" src="server.php?client=all"></script>
<script type="text/javascript">
fucntion setd(){
if(document.f.a1.checked){
HTML_AJAX.replace('target','output.php');
}
}
</script>
</head>
<body>
<div id="target">I'm the target</div>
<form name = "f">
<table border = "1">
<td><input type="checkbox" name = "a1" onclick="setd()"></td>
</table>
</form>
</body>
</html>
in output.php there are actions about DB access.
Thank you very much
Wang suya
wang suya
More information about the Html_ajax-devel
mailing list