954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

php problem

Hi to all,

I am beginner in the field of php & I have a problem as,

I want to open & show the contents of a new form (with in new window) , as click on submit button in the current form, after selecting one of the two radio buttons choices .

Can i use "onclick()" for this ?
if Yes, please suggest me How ?
if Not , then what should be the right code for this ?

any suggessions will be appreciated.

Thanks & Regards.

MSK 7
Newbie Poster
9 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

Hey

When declaring your form tags, add target="_blank" or target="new"

Hence:

<form method="post" action="index.php" target="_blank">

<!-- your formy bits go here -->

</form>


Best,

R.

blocblue
Posting Pro in Training
475 posts since Jan 2008
Reputation Points: 142
Solved Threads: 79
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You