views:

32

answers:

1

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
Thanks Kau-Boy but i m doing it with rewrite.properties file.
Mehul
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