Thread
:
Limiting options
View Single Post
#
5
11-10-2011, 09:24 AM
Tim_Rocks
a true gentlemen
Join Date: Aug 2008
Location: USA
Posts: 1,863
Yes it would, but I was trying to go for something a long the lines of this.
PHP Code:
if (! (
UserPrice
.
text
==
"Offer"
||
UserPrice
.
text
=>
1
&&
UserPrice
.
text
=<
2000000
) ) {
return;
}
__________________
Tim_Rocks
View Public Profile
View GraalOnline Profile
Find all posts by Tim_Rocks