User Profile

Collapse

Profile Sidebar

Collapse
oyis
oyis
Last Activity: Nov 21 '07, 03:35 PM
Joined: Jul 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • oyis
    replied to refresh jsp with ajax
    ok I will do that.
    how can I send the table back at java code?
    See more | Go to post

    Leave a comment:


  • oyis
    replied to refresh jsp with ajax
    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( );...
    See more | Go to post
    Last edited by gits; Nov 21 '07, 02:04 PM. Reason: added code tags

    Leave a comment:


  • oyis
    started a topic refresh jsp with ajax

    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...
    See more | Go to post

  • oyis
    started a topic week number of given date
    in Java

    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...
    See more | Go to post

  • oyis
    replied to Problem with selecting Check box in a jsp
    ı 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...
    See more | Go to post

    Leave a comment:


  • oyis
    replied to Problem with selecting Check box in a jsp
    in Java
    ı 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...
    See more | Go to post

    Leave a comment:


  • oyis
    replied to Problem with selecting Check box in a jsp
    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 :(...
    See more | Go to post

    Leave a comment:


  • oyis
    replied to Problem with selecting Check box in a jsp
    in Java
    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 :(...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...