C critchsj New Member Sep 14, 2007 #1 is it possible to get a value of a href linked to a cgi wrapper in progress a href='pupildetail.php?id=$student_id' alternatively a href='pupildetail.p?id=$student_id' anyone ideas??? thanks si
is it possible to get a value of a href linked to a cgi wrapper in progress a href='pupildetail.php?id=$student_id' alternatively a href='pupildetail.p?id=$student_id' anyone ideas??? thanks si
R RKR Member Sep 20, 2007 #2 critchsj said: is it possible to get a value of a href linked to a cgi wrapper in progress a href='pupildetail.php?id=$student_id' alternatively a href='pupildetail.p?id=$student_id' anyone ideas??? thanks si Click to expand... in the process-web-request procedure you can use: def var student-id as character no-undo. assign student-id = get-value("id"). .....
critchsj said: is it possible to get a value of a href linked to a cgi wrapper in progress a href='pupildetail.php?id=$student_id' alternatively a href='pupildetail.p?id=$student_id' anyone ideas??? thanks si Click to expand... in the process-web-request procedure you can use: def var student-id as character no-undo. assign student-id = get-value("id"). .....