PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB HTML Control - Insert an Image
WB HTML Control - Insert an Image
Iniciado por guest, 15,oct. 2015 20:47 - 4 respuestas
Publicado el 15,octubre 2015 - 20:47
Hi All

I have an HTML Control on a web page. When I press the insert image button comes up with a dialogue window that has as title <ip address> needs some information and then below that on the window:

Script Prompt:
Image ?
and then in an entry field http://

No idea where to look in the help with this. Any idea how to deal with this?

How to I get an image inserted?

Cheers
André
Publicado el 16,octubre 2015 - 11:19
André,

I had this problem. You have to make an html string.

What do you want to do with then html control? I have source code that I use to press a button on a page that goes to the paypal website to make a payment,

I can post it if useful.

Kindest Regards,

Mike
Publicado el 17,octubre 2015 - 17:39
Hi Mike

The image is just part of a normal email that will end up in recipient's email clients. The image must display in their email client when they receive the email.

When you say an html string what exactly do you mean and where should these images reside?

Cheers
André
Publicado el 18,octubre 2015 - 18:39
André,

Are you adding the image as a logo at the bottom of the email or are you sending it as an attachment.

PS are you making a php website or asp? I say this because some features are not available with php.

Regards,

Mike
Publicado el 20,octubre 2015 - 07:48
Hi Mike

It is a dynamic page. A simple WB dynamic page. The html control is on it and I have no idea how to use the image function.

Cheers
Andre