Something along these lines should work:<untested>If Request.Browser.Browser = "(useragent)" Then
Me.ClientTarget = "uplevel"
End If</untested>Good question though, I think I'll futs around with this and blog about it tonight.
themaffeo wrote: Something along these lines should work:<untested>If Request.Browser.Browser = "(useragent)" Then Me.ClientTarget = "uplevel" End If</untested>Good question though, I think I'll futs around with this and blog about it tonight.