textbox

  1. mohityadavx

    Jscript working in chrome not in Firefox,IE

    Hey! I am having a strange problem here *www.kagzaat.com/form_promissorynote.html Now in this page if you select prepayment penalty as "Penalty" a textbox appears in chrome however this isn't happening in firefox, IE. How could I resolve it. Plz Help!
  2. mohityadavx

    Make Textbox Appearon selecting option

    Well I have this a drop down menu like this :- <table> <form name="input_details" method="post" action="promissorynoteprocess.php"> <tr> <td style="padding-right: 10px; float: left; width:150px"> Payment Method: </td> <td>...
  3. Nipun

    Take value from textbox and add to url

    Hello! Is it possible to take value from a textbox and add it to URL in HTML? For example, if text in textbox is "Nipun", then add this to "google.com/search?q=" & make it Nipun - Google Search ? If its not possible in HTML, then which language can do this and how? :D
  4. B

    Default text text in Textbox in ASP.net

    I am using asp.net (c#) I want to to display some default text(in blur) in a textbox when the page loads like " write here" and when the user clicks on the textbox to write ,it should be erased automatically. How to do it?
  5. deepakgates

    Textbox in gridview asp.net

    So I dynamically added textbox into gridview in page load event Dim r, c As Integer For c = 0 To GridView.HeaderRow.Cells.Count - 1 For r = 0 To GridView.Rows.Count - 1 Dim tb As TextBox = New TextBox tb.ID = "tb " +...
  6. bukaida

    pass a text information to a php page using link

    I want to pass a text information to a php page using link. The following code will display my intention <html> <head><title>Display by id</title> </head> <body> <form > <table align="center"> <tr><td><b>Enter the Book id:</b></td> <td><input type="text" name="id"...
  7. bukaida

    Help in PHP Mysql script

    I have a table containing name and address in mysql.I have a form in php which has a textbox where the user can enter the name and clicking the button gets the corresponding address from mysql database.Now I want to modify the script so that when the user is typing the name, the corresponding...
  8. prem4u

    How to remove from Autofill ????

    Whenever i fill online forms, user ids, email adds. it get stored. By filling again it shows what ids are used here. I want to remove autofill from textbox. how to do this. can any one explain.??????
Top Bottom