Ejemplo n.º 1
0
 /**
  * Clear all previous form and querystring input
  */
 function InputClearAll()
 {
     RequestUtil::ClearAll();
 }
Ejemplo n.º 2
0
 /**
  * Clear all previous form and querystring input
  */
 function ClearVars()
 {
     RequestUtil::ClearAll();
 }