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!
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>...
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
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?
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 " +...
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"...
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...
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.??????
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.