Hi All,
<input type = "file"> opens up a File Chooser on clicking on the Browse button, in that file chooser, the top title of it will be "Choose File" for IE and "File Upload" for Mozilla. I want to change that title. Let me know if there is a way.
User Profile
Collapse
-
How to change the title of File Chooser in javascript?
-
Thanks for the reply!
but my problem is:
Actually i am using a FileDialog box from which the user selects a file
and i am using FileDialog box's getDirectory method...and it will return
the path of the file selected in the form of
D:\xyz abc\1234\
but i have to send the url to the server in the form of
D:\\xyz\abc\\12 34\\ -
replace \ with \\
Hi all!
I want a java function which replaces the char \ with a string \\.
my actual requirement is to convert a url like
C:\xyz abc\1234\def\
to
C:\\xyz\abc\\12 34\\def\\ -
u mean, hiding the backgroundpage? i want to show the page behind, but the page must not be accessible to the user..! btw thanx a lot 4 ur suggestion...if i dont have any choice i must definetely go for that ....but one more doubt.. can we place a div on top of the page at the same time, showing the background page ??? i mean any alpha property or something like that??? let me know if there is any such provision in DHTML....Leave a comment:
-
document.body.disabled=true not working for firefox?
hi all,
i m herewith struck with this problem....
check out the following code and lemme know the solution for this....
[HTML]<html>
<heAD>
<TITLE>WAIT</TITLE>
<script language="javas cript">[/html][code=javascript]
function hold() {
document.body.s tyle.cursor='wa it';
document.body.d isabled =true...
No activity results to display
Show More
Leave a comment: