|
Generic Redirect allows you to redirect to any page you want, using any test you want. You can chain these to redirect based on any parameters like browser type, screen depth, etc. All you need to do is find out what the javascript syntax is for the test you want. Examples have been provided. Use escaped quotes for quoting like \' and \" in the jstest field. Target Window: possible values: top , joe, _blank,parent.joe.cool, etc. URL: any url Jsteat: any kind of javascript expression that evals to true or false. Image if it was something like : if([[my jstest]]) {go to some page }
|