PDA

View Full Version : fILE tYPE


atulbansal
08-16-2004, 08:26 AM
Hi
i have a problum i wants to open an window which is open in when we are using input type file in html but insted of the text box and the brouse button i wants to open by just clicking on an image

ucm
08-16-2004, 06:26 PM
ummm...

err...

i think you mean this ( err sorta )

<img src="image.jpg" name="myImgName" onclick="window.open(this.src,this.name,'')">

atulbansal
08-17-2004, 12:58 AM
No i don't want to open an window by clicking an image but insted of this i wants to open an browse window which is open by clicking on the browse button.

Pegasus
08-17-2004, 01:19 AM
An icon button, maybe? Like the pictures I have on the browser itself?

That's only a different kind of image.

Peg

atulbansal
08-17-2004, 02:02 AM
sory i can't able to get what u wants to say means i just wants to open an browsw window which is open by clicking on the browse button which is open when we put <input type=file> after this we have a text box and the browse button along with the text box when we clicking on the browse button we have a window so i want to open this window by clicking on image