Sign-in Box
Description: Property consists of one login box banner and one mail tab, appearing in two separate stages. Property has 2 entry points from the home page: from the rediffmail icon button and from the 'Sign in' text link on page top.Clicking on either entry point leads user to the Rediffmail login (Stage-1) bearing a 640x480 banner. When user signs in with username and password, the Rediff mail page opens (Stage-2) revealing a 275x29 tab with branding, on the top hand side breadcrumb area.Both the banner as well as tab is clickable.
Login banner
Dimensions: 640(W) x 480(H) pixels (with mandatory 1 pixel border)
Format: GIF/JPEG/SWF/HTML5
Maximum Weight: 40 KB
Animation: Subtle/minimal animation. No loops allowed.
Replay:
- Replay button appears after animation is over.
- Clicking on button plays the entire animation again, from beginning.
Click: Clickable. Click leads to client's site.
Note : Third party tags are not allowed.
Script On Click Button:
- Present on banner to lead user to client site.
- The click button will have any ONE of the following scripts:
- If animation is on the main timeline, then use:
- on (release)
{if (click.substring(0,5)== "http:" || click.substring(0,6)== "https:" || click.substring(0,1)== "/") {
getURL(click, "_blank");}
}
OR
- If entire animation is inside the movie clip, then use:
- on (release)
{if (_root.click.substring(0,5)== "http:" || _root.click.substring(0,6)== "https:" || _root.click.substring(0,1)== "/") {
getURL(_root.click, "_blank");}
}
DO NOT put Replay button on GIF animated banners & backup images