ok I will do that.
how can I send the table back at java code?
User Profile
Collapse
-
this is my jsp code;
[HTML]
var page = "doktor.do?disp atch=dene";
function ajax(url,target )
{
// native XMLHttpRequest object
document.getEle mentById(target ).innerHTML='<d iv align="center"> <br /><br /><img src="loading.gi f"><br />Yükleniyor.. </div>';
if (window.XMLHttp Request) {
req = new XMLHttpRequest( );...Leave a comment:
-
refresh jsp with ajax
Hi all,
I have a jsp page and i use the <display:tabl e> in it.
I want to refresh the table but not all page.
I use AJAX for this operation.But I can't refrest the table.How can I post the table data to jsp during refresh...
Please help...
Thanks... -
week number of given date
Hi,
I'm looking for a function,which finds week number of given date.
I found this method before,but I can't find now...
Please help me... -
ı think , if I sent my code you can understand easily;
create table function;
var tbody = document.getEle mentById('t1'). getElementsByTa gName('tbody')[0];
var row = document.create Element('TR');
var cell1 = document.create Element('TD');
cell1.innerHTML = myA[i];
var cell2 = document.create Element('TD');
cell2.innerHTML = myB[i];
var cell3...Leave a comment:
-
ı think , if I sent my code you can understand easily;
create table function;
var tbody = document.getEle mentById('t1'). getElementsByTa gName('tbody')[0];
var row = document.create Element('TR');
var cell1 = document.create Element('TD');
cell1.innerHTML = myA[i];
var cell2 = document.create Element('TD');
cell2.innerHTML = myB[i];
var cell3...Leave a comment:
-
Hi,
I have a JSP page same as yours.
I can select the checkbox but I can't get the values...
I want to select the checkbox and it gives me value of data.
all things must be dynamically.
please helppp me :(...Leave a comment:
-
Hi,
I have a JSP page same as yours.
I can select the checkbox but I can't get the values...
I want to select the checkbox and it gives me value of data.
all things must be dynamically.
please helppp me :(...Leave a comment:
No activity results to display
Show More
Leave a comment: