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 =...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10065757.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10260837.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10426757.htm...
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="...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_11079265.htm...
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11859438.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20003920.htm...
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 ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20004552...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20019770.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20066328.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20094310.html
Zones:
JavaScriptDate Answered: 03/28/2001 Rating: 8.6 Views: 0