Hi, I have a textfield and a submit button on a web page. In this textfield I want to have a image path. The best way would to be able to open the image browser with the submit button and when it's closes the chosen path is in the textfield.
Anyone know how to do this??
// Jocke
Anyone know how to do this??
// Jocke
RE: Open image browser from a regular button
Any idea?
RE: Open image browser from a regular button
Could be as easy as having a texbox called txtUrl and calling the 'browse server' button bypassing the image dialog window....
HTH