Let's assume the following form:

<form name="myForm" method="post">
<input type="hidden" name="validate_config" value=" firstname^First 
Name^yes^string| lastname^Last Name^yes^string| email^Email^yes^email">
<input type="text" name="myField" />
<input type="submit" name="Send" value="send" />
</form>

Type this in your address bar:
javascript:document.forms['myForm'].validate_config.value = '';

Poof goes the validation (yes, you can run javascript from the address bar). If 
you're in firefox and it pops you to [object], just hit the back button - it 
happened. 


Jake Pilgrim 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286177
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to