This is a discussion on "Help" within the JavaScript Forum section. This forum, and the thread "Help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help
Hi for everybody here!
I have a special case that I think can be realized with javascript! I have a html submit form that send something to a php file ... but the problem is: When submit button is pressed I should open a required clicked popup where user must click in this popup to open a new window from that but while new window is opened dialog must close itself to return user to the main window, and continue sending data to php file! I think I was clear! regards |
|
|
|
#2
|
|||
|
|||
|
Re: Help
Why do you want to use a popup? Popups have now been taken out of the valid markup code (target="_blank") so you shouldn't be using them. I have them blocked and I know most other people do so by using them your eliminating all of us as viewers.
Find another way of doing what you want to do (which i don't understand)! Chances are you should do it all with PHP...process the form, and then redirect the user to the new page using header() function. Mike |
![]() |
| Tags |
| open new window, pop up |
| Thread Tools | |
|
|