PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → [WB 17] Can an image be loaded with Ajax?
[WB 17] Can an image be loaded with Ajax?
Iniciado por Piet van Zanten, 02,may. 2013 10:43 - No hay respuesta
Publicado el 02,mayo 2013 - 10:43
Hi,

I'm trying to load an image through an Ajax request.
Is this possible and if so, how?
This code does not work:
POPUP_Screenshot.img_Screen=AJAXExecute(Get_Image,lst_Screenshots)
PopupDisplay(POPUP_Screenshot,popupPositionXY,stc_Title..X-36,stc_Title..Y-4)

Regards,
Piet