User Profile

Collapse

Profile Sidebar

Collapse
harig
harig
Last Activity: Oct 18 '07, 10:44 AM
Joined: Jul 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • harig
    started a topic input type="file"

    input type="file"

    hi all

    am not getting the exact path when i use <input type="file"> in mozilla...... but its properly working IE...
    say if i select c:\one.txt am getting one.txt only... am not getting the drive name.... it all happens in mozilla........ . is there any way to get it.........any1 help me out of dis
    See more | Go to post

  • harig
    started a topic image part highlighter using javascript

    image part highlighter using javascript

    hi all.

    is it possible to highlight a part of an image???? cud anyone help me out of dis
    See more | Go to post

  • harig
    started a topic Displaying an alert once per day for a month.

    Displaying an alert once per day for a month.

    hi all...

    i need to maintain a date counter in js.......... for example my js shud alert a box everyday when i use my html.... after a month it shud not....... how do i do it....any1 help me out of dis........
    See more | Go to post

  • harig
    started a topic setting a classpath from java
    in Java

    setting a classpath from java

    hi all

    is it possible to set a classpath from java.... for eg. i need to set a classpath for a folder like this

    APP_PATH = c:\tomcat\webap ps\myPath

    how do i set it from java???? anyone help me out of dis...
    See more | Go to post

  • harig
    started a topic How can I style a button?

    How can I style a button?

    hi all

    can i change the button style which comes when i use INPUT TYPE=file.. is there any solution for this.....any one help me out of this
    See more | Go to post

  • Focusing on a textbox depending on which element is getting blurred

    hi all..

    how do i focus a textbox from a javascript

    i'e)
    [code=html]<input type="text" size='50' name="txt1" maxlength='254' value="" onblur="checkDi r()">
    <input type="text" size='50' name="txt2" maxlength='254' value="" onblur="checkDi r()">[/code]


    i've a funtion in js called...
    See more | Go to post
    Last edited by acoder; Sep 5 '07, 10:32 AM. Reason: Added code tags

  • harig
    replied to disabling text boxes
    hey am back.......can we do directory browsing using javascript.???? ?
    See more | Go to post

    Leave a comment:


  • harig
    replied to disabling text boxes
    thanx a lot... i've got de answer......
    See more | Go to post

    Leave a comment:


  • harig
    replied to disabling text boxes
    thank u ... i've done dis already.....


    [CODE=javascript]if(document.get ElementById("sa meKwd").checked ){
    for(var i=0;i<=10;i++){
    document.getEle mentById("keywo rd"+i).disabl ed = true;
    }
    }[/CODE]

    but am getting dis error :

    document.getEle mentById("keywo rd" + i) has no properties
    See more | Go to post
    Last edited by gits; Jul 23 '07, 08:19 AM. Reason: added CODE tags

    Leave a comment:


  • harig
    started a topic disabling text boxes

    disabling text boxes

    hi all,

    i've five text boxes followed by a check box ..... when i check the checkbox it shud disable all the text boxes.... when i uncheck it the vice-versa shud happen..

    how do i do it???? help me out of dis



    Thanx
    See more | Go to post
No activity results to display
Show More
Working...