ISML Tag - ISREDIRECT

Name

ISREDIRECT

Short Description

redirects the browser to a specified URL

Table of Contents

Product Version

6.5

Product To Version

 

StatusNew Labels

Introduction

Use <ISREDIRECT>to redirect the browser to a specified URL.

Syntax

<isredirect
  location = "( {URL String} | {ISML expression} )"
  [ httpstatus = "( {Integer} | {ISML expression} )" ]
>

Example

The following example checks whether the buyer has enabled cookies in his browser or not. Depending on the result, the browser is redirected:

<ISIF condition = "#ISDEFINED(getCookie("UserID"))#">
  <ISREDIRECT location="#URL(Action('LoginPanel'))#">
  <ISELSE>
  <!--- cookies are not enabled --->
</ISIF>

Attributes

location

This attribute is required.
location = URL String | ISML expression
Use the location attribute to specify a target URL used by the browser to send a new request.

Note

Some browsers do not support redirecting from HTTP to HTTPS. To prevent this problem, use the HTML meta tag refresh instead:

<html>
  </head>
    <meta http-equiv="refresh" content="0; URL='#URLEX(...)#'">.
    ...

httpstatus

This attribute is optional.
httpstatus = Integer | ISML expression
Specifies the status code of the HTTP response.

Reference - ISML Tags

Disclaimer

The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.

The Intershop Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets