PDA

View Full Version : html question


kong
05-23-2001, 11:46 AM
I've tried a few things and cant get this to work.

I have my page default to open a new window. But I need a form to open in the same page when the submit button is hit.

Can any let me know how to do this?

Thanks,
Kong

eskimoen
05-23-2001, 12:03 PM
I think this could help you:
<form action='yourfile.cgi' target='_top'>

I'm not sure it will work. But try it.

kong
05-23-2001, 12:46 PM
I tried that before, didnt work.

Thanks though.

Kong