|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: QUESTION
Date: Sep 3 1999 2:00PM
BAHRI, SOFIENNE writes:
> Hi folks,
>
> my question is when i dispaly a page containing 10 records. I have to
> dispaly a Buttom named Next(to dispaly the next 10 records). But the
> buttom is in javascript. how i can call again the query from a java
> code.
>
> !A part of my perl scrip
> $dbh->ct_cursor(CS_CURSOR_CLOSE, undef, undef, CS_DEALLOC) == CS_SUCCEED
> || die;
> $dbh->ct_send;
> print
> $q->button(-name=>'next',-value=>'Suivant',-onClick=>"&Next_page");
> print $q->end_html;
>
> print "deuxieme set";
> Next_page;
> }#Fin while ct_results
Why is the button a javascript button?
Why do you use client-side cursors?
Michael
--
Michael Peppler -||- Data Migrations Inc.
mpeppler@peppler.org -||- http://www.mbay.net/~mpeppler
Int. Sybase User Group -||- http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|