href webspeed

critchsj

New Member
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

in the process-web-request procedure you can use:

def var student-id as character no-undo.

assign student-id = get-value("id").


.....
 
Back
Top