painfully short answer here, in fact i found that out already and have tried a few things in the meantime too.
But, this is newland for me.
How to do a Java popup inside a HTML file, no problem, been there done that,
but in combination with a php form to mail script?
First of all:
Do i put the Java Script into the HTML Form or the PHP script?
If i put it into the HTML, how do i combine the mail send function with the poup so they wont interfer?
(i have tried a thing like this:
<BODY onLoad="newwindow.close()">
<input type="submit" value="Send Input"
onClick="window.open('yes.htm','newwindow','width=200,
height=200')">
within the HTML and guess what, the php still returned the echo page in full browser mode.
Or, should i put the Java into the php file?
But then again, how do i activate the mail send function of the php but no echo page and at the same time the Java with it's popup????
Hope you are a professor on this and can give me the conclusive answer
(but i guess that's just a holy wish isn't it)????
Thanks anyway
Rud