HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How to open a new window upon "exit()"
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
mypointofview



Joined: 18 Mar 2005
Posts: 32
Location: Los Angeles

PostPosted: Thu Oct 19, 2006 3:57 pm     How to open a new window upon "exit()" Reply with quote

Here's what I have in my php code (it's an email submission code):

Code:
exit("<html><title>Fatal Error</title><body><p>Sorry, your message could not be processed because some terms are forbidden.</p><p>Please press the back button in your browser and submit your message again but use a different verbage. Thank you.</p></body></html>")


What I'd like to do is that a new window will open (a window which I can control as a little popup window).

Also, when submitting the message, I have so far the following where I'd also want to have a pop up window open:

Code:
mail($sendto, $emailsubject, $msg, $from);
header("Location: $thankyou");
}


I've searched for tips on the web but all exit tricks revolve around JavaScript and nowhere I could find anything for my submit button.

Can somebody help and would it be easy? Where do I place target="_blank" or even a javascript popup function ?

Thanks,


Martin
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Thu Oct 26, 2006 5:03 am     Reply with quote

You need to use Javascript to have a controlable popup window.

You would put the javascript code in with your HTML
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial