get a parameter into xml, instead of hardcoding

admin

Administrator
Staff member
how do i get, as a parameter, a value...instead of hardcoding it?forinstance: <image>can02.jpg</image>i would like to pass a "name" for the picturethat is gathered in the calling .htmlis there something like:<image><% req.getParameter("getpicture") %></image>or maybe<image><%= pic.getpicture() %></image>and how do i set this parameter at the .html or calling level?
 
Back
Top