Replacment for pop up window using DHTML?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,

I am looking for a replacement of a pop up windows using HTML

I need to ask the user to enter his user name before allowing him to
update other fields in the page

Thanks in advance.
 
Julia said:
Hi,

I am looking for a replacement of a pop up windows using HTML

I need to ask the user to enter his user name before allowing him to
update other fields in the page

Thanks in advance.
Please define a <iframe> with absolute positioning the style display:none.
Inside the <iframe> you write a small <form> with a button. The button
should have an onclick event handler. When you want to show the <iframe>
simply change the position and change the display:block.
 
Back
Top