does URL Rewriting works with javascript window.open(url) ?
+2
A:
If you mean a .htaccess rewrite than YES it does work, as window.open(url) just opens a URL as a browser popup window.
Kau-Boy
2010-08-30 11:22:24
Thanks Kau-Boy but i m doing it with rewrite.properties file.
Mehul
2010-08-30 12:01:16
I don't know that rewrite technique, but have you just tried it out? As it is a server side rewrite which is not visible to the client (and the browsers JavaScript calls) it should work anyways.
Kau-Boy
2010-08-30 12:29:13