Afternoon all.
I wonder if someone might lend a little hand here?
I'm using input.htm to take some data using radio and a text field
from the user, which then "get"s them to update.php.
Now then, there is a lot of data to input, so i need to go back to
input.htm repeatedly, so, at the bottom of update.php, there is an
image which has a javascript onload command, that loads up update.php.
You probably know where this is going by now? After a short while, I
end up with a screen full of browsers and it's annoying me.
What is my best way forward here? Can I make pass the data from
input.htm to update.php without it firing up a new browser, or should
I be thinking about how to make update.php close itself after the
javascript onload has executed?
Any guidance on which route, or any other for that matter and how I
might implement them would be greatly appreciated
I wonder if someone might lend a little hand here?
I'm using input.htm to take some data using radio and a text field
from the user, which then "get"s them to update.php.
Now then, there is a lot of data to input, so i need to go back to
input.htm repeatedly, so, at the bottom of update.php, there is an
image which has a javascript onload command, that loads up update.php.
You probably know where this is going by now? After a short while, I
end up with a screen full of browsers and it's annoying me.
What is my best way forward here? Can I make pass the data from
input.htm to update.php without it firing up a new browser, or should
I be thinking about how to make update.php close itself after the
javascript onload has executed?
Any guidance on which route, or any other for that matter and how I
might implement them would be greatly appreciated
Comment