/    Sign up×
Community /Pin to ProfileBookmark

[CODE]
<form name=”myform” action=”<?php $_SERVER[‘PHP_SELF’]?>” method=”post” id=”id_of_the_form”>

<input type=”checkbox” name=”check_list[]” value=”bw”>bw</font>
<input type=”checkbox” name=”check_list[]” value=”cpu”>Cpu
<input type=”checkbox” name=”check_list[]” value=”rj”>RJ
<input type=”checkbox” name=”check_list[]” value=”mem”>MU
<input type=”checkbox” name=”check_list[]” value=”cnt”>CA

<input name=”submit_plot” value=”Plot” type=”submit”>

$checklist=$_POST[‘check_list’];

<table border=”1″ cellspacing=”3″ cellpadding=”5″ BORDERCOLOR=”#660033″>
<tbody><tr height=”25″ bgcolor=”#DCC58F”>
<?
foreach($col_head as $ch){
echo “<td>”;
echo $ch;
echo “</td>”;
}
echo “</tr>”;

[/CODE]

How to print the table by passing the value in ajax

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@FangOct 15.2008 — How to print the table by passing the value in ajax[/QUOTE]How would you expect that to work?
×

Success!

Help @rashmi_k28 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...