SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Nov 8, 2010, 04:56 #1
- Join Date
- Mar 2006
- Posts
- 701
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Variable is undefined: 'NUMBERS_ONLY'
I have a ready poll related script that use this code obviously to take only number from the form.
Code:NUMBERS_ONLY(request.form("pollselection"))
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'NUMBERS_ONLY'
How I can take only numbers from the request.form?
-
Nov 8, 2010, 05:15 #2
- Join Date
- Mar 2006
- Posts
- 701
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I solve it.
This function is in another file.
Bookmarks