PDA

View Full Version : If Not Equal To IE


TheInsaneManiac
08-05-2008, 11:06 PM
I can't figure out how to not run a script if it's only IE:
<if condition="is_browser('ie')">

EDIT:
NVM
<if condition="!is_browser('ie')">