meh, next time include the code as an attachment or use the google group 
interface that can format code inline...far more readable!
Anyway, I'm at work and can't test it (nor anyone, without models, 
controllers, and so on), but I spotted an error

$('scan_info_previous').load("
{{=URL('get_patient_scan_info')}}", 
document.getElementById("hidden_patient_id").value);

if you refer to something like <div id="scan_info_previous"></div> the 
jquery selector is
$('#scan_info_previous') not $('scan_info_previous')


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to