Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Center the Submit button...


Message #1 by Ankur Kalsi <AnkurK@n...> on Mon, 29 Jan 2001 17:18:10 -0800
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

  Return to Index