javascript thread: Center the Submit button...
Hi,
If you want your submit button be centered in anyway, you can use the
'layer' technology (2 different way : MSIE and Netscape > contact me for
more details) or open a popup window centered to display your forms and
button :
window.open("URL_of _the_document"," ","height=400,width=200");
and you put all the code of the forms and buttons in a new document.
Gérald "the french Tips" P. (impossible n'est pas français...)
contact: geraldp@w...
> I have a submit button in the form and I want it to be in the center of the
> page even when the user scrolls up or down.
>
> thanks.
> AK