#fcleft">


Converting Statusbar and Form Banners


You can change any banner script to display on a form instead of the statusbar by making a form input. Below is a form input for you to copy.

<FORM NAME="form_name"><INPUT TYPE="text" NAME="input_name" SIZE=50></FORM>

Then you change the "window.status" text in the Banner Script to "document.form_name.input_name.value".