I am new to Javascript and need some assistance. We have an application that pushes a web address in the following form to our desktops:
where xxxx has 5 possible values.
Based on the value received, I need to redirect to another page, for example:
if xxxx = 1234 then redirect to if xxxx = 2468 then redirect to and so on.
Also, there will be times when there is no value passed so I don't want to redirect when this happens, just remain at
Any assistance would be greatly appreciated.
where xxxx has 5 possible values.
Based on the value received, I need to redirect to another page, for example:
if xxxx = 1234 then redirect to if xxxx = 2468 then redirect to and so on.
Also, there will be times when there is no value passed so I don't want to redirect when this happens, just remain at
Any assistance would be greatly appreciated.