Search found 2 matches
- Fri Oct 29, 2010 9:21 am
- Forum: Javascript
- Topic: input button
- Replies: 1
- Views: 566
Re: input button
so I want to copy the URL that is in the box after I search and select a file on my pc (input type ="file " name="linkfile" ) The button will have the function to copy the URL and paste it in the textarea before it is present in my database. In this textarea there can be more tha...
- Tue Oct 26, 2010 4:45 am
- Forum: Javascript
- Topic: input button
- Replies: 1
- Views: 566
input button
Hello, I'm a student and quite new to php&Javascript Next you see my programming code. I have a textaerae where I want to paste the URL of the input type="file". This copy and pasting i want to do with my button. I don't know if it's right to refer a function to my button. So that func...