User Profile

Collapse

Profile Sidebar

Collapse
kiransasi
kiransasi
Last Activity: Oct 25 '07, 12:15 PM
Joined: Sep 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to change the title of File Chooser in javascript?

    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.
    See more | Go to post

  • kiransasi
    replied to replace \ with \\
    in Java
    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\\
    See more | Go to post

    Leave a comment:


  • kiransasi
    started a topic replace \ with \\
    in Java

    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\\
    See more | Go to post

  • 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....
    See more | Go to post

    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...
    See more | Go to post
    Last edited by gits; Sep 24 '07, 10:54 AM. Reason: added code tags
No activity results to display
Show More
Working...