hoal a todos quisiera preguntarles como puedo agregar otra funcion a este codigo :
//Function to add image
function AddImageShort(){
imagePath = prompt('Incorpore la dirección de la WEB de la imagen', 'http://');
if ((imagePath != null) && (imagePath != "")){
frames.shortMessage.document.execCommand('InsertIm age', false, imagePath);
frames.shortMessage.focus();
}
frames.shortMessage.focus();
}
lo k kiero agregar es un boton examinar para ver donde tengo las imagenes en el pc ya k como esta solo me permite agregar imagened desde la web
de antemano gracias