Everything is tell in the subject
I want to Access automaticaly the record number X where X is ask at load time.
I think i'll use prompt() for asking X,
Then, I'll do something like that :
My problem is with those two functions: GoFirstRecord and GoNextRecord...
If Someone can help...
Thanks
Alex (alex-forums@ssji.net)
PS : excuse me for my bad english, but I'm not a native frensh speaker...
I want to Access automaticaly the record number X where X is ask at load time.
I think i'll use prompt() for asking X,
Then, I'll do something like that :
Code:
<script language=javascript>
var i;
GoFirstRecord();
for (i=0;i<X;i++)
GoNextRecord();
</script>
My problem is with those two functions: GoFirstRecord and GoNextRecord...
If Someone can help...
Thanks
Alex (alex-forums@ssji.net)
PS : excuse me for my bad english, but I'm not a native frensh speaker...