Hello, I'm trying to use javascript to populate a textbox with the same value inputted into another textbox. So if user types "Hello World" into Textbox "Defendant", Immediately, it should populate...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23074221.html
Zones:
JavaScriptDate Answered: 02/21/2008 Grade: A Views: 4
Hiya
This may be a stupid question but how do I get the value of a textbox when this control is within a placeholder.
I have the following so far:
// JScript File
function ValidString() {...
http://www.experts-exchange.com/Programming/Languages/Scripting/JScript/Q_23268475.html
Zones:
JScript,
.NETDate Answered: 03/25/2008 Grade: A Views: 25
I need to validate a textbox where the user will know immediately if the text is correct. For example, if the user types in the wrong value, he will immediately see a popup or something telling him...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23437130.html
Hi,
Below is the javascript to check the values of two textboxes in a datagrid.If any of the rows has the two texbox values as "0" it alerts the user.This code works perfectly.
I want to c...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23443569.html
I have created my own tab control which works fine except when the page first loads in Firefox - all the tabs are visible.
I use JavaScript to show and hide the tabs which works fine, its just whe...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23514551.html
Is there any way to access the JavaScript registration information on a page. I need to include JavaScript in the head of a document (which I can do), but since I have this code running on differe...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23518644.html
Zones:
JavaScript,
C#Date Answered: 08/21/2008 Grade: A Views: 97
I have a text box (on a c# web form vs2k5 .net 2) that I am currently limiting to 500 characters - once this limit is reached the user is unable to enter anymore characters.... well at least that i...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23290781.html
Hi there,
I'm getting an error when I dynamically write a div with a javascript function call inside it. The error is only happening with I, FF and Safari seem to be working correctly. If you ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23516817.html
Hello,
As you guys can see in the code attached all Iam doing is when the user selects an image , it would be automatically displayed in the <<asp:Image class="thumbNormal" id="imgPicture" run...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23680105.html
hello,
I would like to create control to upload images. I have never worked on uploading images before and I would like to do the following.
I have a web form with lots of fields and uploadin...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23657589.html