When using input type="file" for upload option in web pages we come across there is a raw Browse button with text near "No file selected". In well designed form it..
Read More » Posted on 2016-08-26 08:29:18
CSS HTML5 HTML FilesWhen uploading a file from our machine, we browse to the files which shows all files of all file types in the opened directory. It makes tedious to find our..
Read More » Posted on 2016-07-16 08:29:10
HTML FilesThere are many type of solutions, but the best found is, <button type="reset" onclick="location.href=' www.example.com </button> this works well rather then type="submit" in this case. Because, If you are..
Read More » Posted on 2016-04-13 02:32:38
HTML