Enter Keywords:
1 - 10 of 4081(0.109 seconds)
Sort By:
 
I am validating the value entered in a text box, however, I need to convert the string to upper case. Must use javascript Code sniplet: function checkpctext(strText){   attempt 1 : var strUText =...
Zones: JavaScriptDate Answered: 07/21/1998 Rating: 5.4 Views: 0
Ok, I'm pretty new to ASP so this is probably a very easy question.  The following is a piece of the code I am working on right now.  I would like to know why the program blows up on the line: Req...
Zones: ASPDate Answered: 01/18/2000 Rating: 6.6 Views: 0
Can I send value with the command : Response.redirect ? What I mean is : Sometime i need to go back to previous asp page , I should send value with the back link , for example : <a href some...
Zones: ASPDate Answered: 06/12/2000 Rating: 7.4 Views: 4
Hi guys, I have an asp file named file1.asp I want to submit a hidden value from file1.asp to file2.asp for example: file1.asp <input type="hidden" value="<%=request.form("name")%>" name="...
Zones: ASPDate Answered: 08/25/2000 Rating: 6.8 Views: 0
How can I know if the value of a text box is numeric or characters? For example I want the value entered into a textbox to be numeric only or only letters. Thanks
Zones: Visual Basic, Font CreatorDate Answered: 11/15/2000 Rating: 7.8 Views: 0
Hi, Is there anybody knows the answer of this question. I'm using form on the main page(window)... and i'm having 1 textboxe and one checkbox very next to it. when i'm clicking checkbox new popu...
Zones: ASPDate Answered: 12/14/2000 Rating: 8.2 Views: 0
<cfoutput query="Packages"> <cfif Packages.RecordCount eq 0> Sorry, your selection is not available at the moment <cfelse> whatever's here </cfif> </cfoutput> These doens't work. What I'm ...
Zones: Cold...Date Answered: 12/12/2000 Rating: 6.6 Views: 0
Hi all, I need to create a new A/JSP that will handle redirects within a web browser.  The idea is that people who use web browser based email clients like for hotmail, yahoo and now aol, can po...
Zones: ASPDate Answered: 03/22/2003 Rating: 7.2 Views: 0
Hello, I have 2 radio box <input type="Radio" name="x" checked value="ve"> <input type="Radio" name="x" checked value="ev"> Now how can I get with JS the value of the selected box?
Zones: JavaScriptDate Answered: 11/22/2001 Rating: 9.6 Views: 0
onchange="location.reload('atsearch.asp?Industrywhere='+escape(this.options[this.selectedIndex].value))" I have that bit of code that is passing a variable.  But i also have another variable tha...
Zones: JavaScriptDate Answered: 03/28/2001 Rating: 8.6 Views: 0