request in a new window

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,
I want to know is it possible that when I click a submit button, the form
instead of posting to the same window, a new window opens and the request
goes to server in the new window?

Regards n Thanks,

-Ab.
 
html forms have a target attribute that controls this.

<form target="_blank">

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top