Jump to content

sridhar

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by sridhar

  1. sridhar

    password

    Hi all,i have a password field and re type passward filed in my form. i have one more checkbox, if the user checked the checkbox the password and retype password should show the text content instead of the **. i tried with the follwing code, it is not supported by IE. its working fine in Firefox.my codefunction viewpassword(){ if(document.getElementById("passcheck").checked!=false) { document.getElementById("password").type="text"; document.getElementById("repassword").type="text"; } else { document.getElementById("password").type="password"; document.getElementById("repassword").type="password"; }} is it correct one? any other option is there, help me.ThanksSridhar.J
  2. im not sure, just try this.use<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> tag instead of <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Thank you.
  3. sridhar

    File Upload

    Thank you, Its working fine, but one more thing If the user wants to select some other files. Its not possible in this method. Do u have any other logic.
  4. sridhar

    positioning in css

    croatiankid, Can u give the full details about the relative position. i have a huge form, it has the vertical scrolling bar also. after the scrolling i need the div. when i click the link, div will visible near by the link. (example like a calender window popup).Thank you
  5. sridhar

    Alert Box

    Hi In my jsp application, i have populate some alert message. its brings up the title like http://path. i need to add my application name instead of it. Its possible, What ill do for it.alert("some text"); sample alert msg.Thank you
  6. sridhar

    File Upload

    Hi All,After selected the file in filetype text box, i need to check its file name or folder name. coz accidentally the user can remove the file name from text box. How can i convert it to readonly? how can i avoid it in client side, let me know.This is my file upload tag.<input name="batchfile" type="file" id="batchfile" size="50">Thank youSridhar.J
  7. Hi All,i need some details about the modal window.This is my code. plz guide me the correct way. its not supporting in IE but it running well in Firebox.function MM_openBrWindow(theURL,winName,features) { // if(navigator.appName=="Microsoft Internet Explorer"){ window.showModalDialog(theURL,winName,features); }else{ window.open(theURL,winName,features) } } what ill do to run the both browser.regardsSridhar.J
  8. sridhar

    Div

    Help mei have the div in my page, if the document has the following Doctype tag. it shows on the end of the document. Suppose i remove the tag it displays in the correct position. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">Its a Div ---------<div id="Clickhere" style="position:absolute; top:180; left:420; width:50px; height:20px; z-index:1;; visibility: visible;"><img src="images/clickhere.gif"></img></div>What is the problem in my document?
  9. sridhar

    Ajax

    plz refer some useful link to learn AJAX.
  10. I like Dreamweaver MX, Its the best.
×
×
  • Create New...