FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Jscript form posting

 


Dark-Tech
I have a form that currently has action post to a php page
Code:

<form id="postform" method="post" action="./ADADD.php?mode=post&amp;f=34&amp;s=4">




when i submit the form i want it to be submitted four times
eg
Code:

<form id="postform" method="post" action="./ADADD.php?mode=post&amp;f=34&amp;s=4">
<form id="postform" method="post" action="./ADADD.php?mode=post&amp;f=34&amp;s=3">
<form id="postform" method="post" action="./ADADD.php?mode=post&amp;f=34&amp;s=2">
<form id="postform" method="post" action="./ADADD.php?mode=post&amp;f=34&amp;s=1">


Im not too picky on the method of how it gets done, just as long as i can do it.

I was thinking worse case scenario i have it open a popup window for each of those scripts to run


Can anyone help me ?
grinta
Dark-Tech wrote:
I was thinking worse case scenario i have it open a popup window for each of those scripts to run



I think that that will be the only way because the script will stop after the form is submitted for the first time
Star Wars Fanatic
You could have the form on each page, just submit it to the next. You wouldn't even need user input, just use PHP to put the values from the last page into the forms, and then use Javascript to resubmit the form once it's done loading.

Or you could just do all of whatever you want to do on the different pages on the one page.
sonam
I don't understand your question right, but if you need to submit the same inputs four times why you don't use for or foreach loop in php instead of four forms.

Sonam
Related topics

Changements to the Points/frih$ system (Discuss)
php printf number formatting question
[PhP] News Posting Tutorial (code, actually ^^')
simple php to mysql form doesn't work
Anime is an art form!

Rules for posting in the General Chat forum
PHP: Feedback form issues.. help =P
Rules for posting in the Funny Pictures Forum
Rules for posting in the Jokes forum
form mail for php

Error on posting
Posting Guidelines / Guidelines to Make Quality Posts
A Simple Form Mail in PHP
Rules for posting in the Music Forum
Oh Gods please stop it!
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.