Help

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 27th, 2007, 10:25
New Member
Join Date: Jul 2007
Location: Prishtina
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Jul 27th, 2007, 13:30
1840dsgn's Avatar
SuperMember

SuperMember
Join Date: Jun 2007
Location: Canterbury
Age: 19
Posts: 720
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3 (permalink)  
Old Jul 27th, 2007, 14:08
New Member
Join Date: Jul 2007
Location: Prishtina
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help

I am using a ajax popup (see thickbox) but do you have any idea how to realize this one.
Regards!
Reply With Quote
Reply

Tags
open new window, pop up

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43