|
-
January 21st, 2011, 02:52 PM
#1
Calling file from a form
When you call a .php file from a html form is there a way to not open a
new window just execute the file?
PHP Code:
<form action=guess.php method=post > <input type="text" id="film" name="film"><br><br> <input type="submit" name="theinput" value="Check!"> </form>
I want to call a popup window from guess.php if the condition is true, tested in guess.php, but i dont want guess.php to open a new window.
I tried the 'target=' method but it didnt work and they say it's depricated too.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|