URL rewriter problem with self.location

The url rewriter does not seem to rewrite the url when the following syntax is used with javascript:onClick=self.location='url'Both onClick and self.location are part of the rewrite rules on the gateway.Any ideas?Regards,Twan Janssen
[284 byte] By [TwanJanssen] at [2007-11-25 4:38:21]
# 1
There is a known problem with JavaScript variables ending in "location". What version of Portal Server are you using?Stephen
Stephen_Szalla at 2007-6-29 3:10:31 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Make sure you have provided these two rules for rewriting to happen correctlyin 6.2<Attribute name="href"/>"<Attribute name="oNClick" type="DJS"/>or in 6.0 and 6.1<Attribute name="href"/>"<JSToken>oNClick</SToken>
Nagendra Kumar at 2007-6-29 3:10:31 > top of Java-index,Web & Directory Servers,Portal Servers...