2013-10-21, 12:23 PM
Greeting its me again
I got this silly problem,
When you visit www.hobbysite.cu.cc and click on login (after you made an account and its approved for now) you will be redirected to a screen where it says "klik hier om verder te gaan" After you have done that the set of clouds will turn in a different set of clouds.
I found this script:
<?php
function SubmitForm()
{
document.forms['search'].action='top.html';
document.forms['search'].target='topframe';
document.forms['search'].submit();
document.forms['search'].action='Main/main.html';
document.forms['search'].target='mainframe';
document.forms['search'].submit();
return true;
}
?>
But thats not working.
I've tried to save it as .php and .html without luck
I hope you folks understand what i mean and will wait for an answer
Is there anyway for this multi submit button?
I got this silly problem,
When you visit www.hobbysite.cu.cc and click on login (after you made an account and its approved for now) you will be redirected to a screen where it says "klik hier om verder te gaan" After you have done that the set of clouds will turn in a different set of clouds.
I found this script:
<?php
function SubmitForm()
{
document.forms['search'].action='top.html';
document.forms['search'].target='topframe';
document.forms['search'].submit();
document.forms['search'].action='Main/main.html';
document.forms['search'].target='mainframe';
document.forms['search'].submit();
return true;
}
?>
But thats not working.
I've tried to save it as .php and .html without luck
I hope you folks understand what i mean and will wait for an answer
Is there anyway for this multi submit button?