Changing Tabs - Automatically submit the form on the tab
Moderators: ne_moj, zewa, Milton, vadimako, ne_moj, zewa, Milton, vadimako
Changing Tabs - Automatically submit the form on the tab
Is there a way to code the submit of a form on a tab when the tab looses focus?
-
- Site Admin
- Posts: 5976
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: Changing Tabs - Automatically submit the form on the tab
Currently no, but you may try to add such property for tab definition and develop it by yourself.
Re: Changing Tabs - Automatically submit the form on the tab
there's no way
We offer 100% pass result in first attempt for all kind of IT exams including Testking 70-412 and University of Connecticut.Join ISEB online course to save a big deal on real exam.
-
- Newbie
- Posts: 2
- Joined: Dec 15th, '14, 07:20
Re: Changing Tabs - Automatically submit the form on the tab
We are very pleased to have come into the web of it.
-
- Newbie
- Posts: 1
- Joined: Jan 5th, '15, 06:03
Re: Changing Tabs - Automatically submit the form on the tab
The code is ok, try to remove
this:
if(isset($_GET["style"]))
$tabs->SetStyle($_GET["style"]);
if(isset($_POST["submission"]))
$tabs->SetSubmissionType($_GET["submission"]);
and this:
$tabs->AllowRefreshSelectedTabs(true);
$tabs->SetHttpVars(array("submission","style"));
Turn 'debug on' to see what happens.
Does it help now?
this:
if(isset($_GET["style"]))
$tabs->SetStyle($_GET["style"]);
if(isset($_POST["submission"]))
$tabs->SetSubmissionType($_GET["submission"]);
and this:
$tabs->AllowRefreshSelectedTabs(true);
$tabs->SetHttpVars(array("submission","style"));
Turn 'debug on' to see what happens.
Does it help now?
IMRAN