Thanks
to read the values from the submited for i use
get-value(?) which returns a comma separated list of all the fields on the sumited form
i then use a simple loop to step through the list and retrieve the data
do i = 1 to num-entries(get-field(?)):
x = get-field(entry(i...
use javascript onsubmit event to test for the value of a javascript variable
storing the submit status if submited donot re submit
example
<SCRIPT LANGUAGE="Javascript"><!--
formsubmited = false
function chksubmit(fobj) {
if (formsubmited) return false;
formsubmited = true...
I am trying to create a form page which can contain input from dynamically created radio buttons
below is an example which works correctly in Mozilla/Netscape but fails in IE6
does anybody have any ideas
thanks
/*****************************************/
<html>
<head>
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.