> I want to pass to another page a simple variable... No my code doesnt look
> like this.
dsp_page1.a4d
<form action="<%=fusebox.makeUrl("mycircuit.handleForm")%>">
<% a4d.form.hideField("form_submitted"; 1) %>
<input type="submit" name="Submit" />
</form>
fbx_switch.a4d
case of
:($action = "handleForm")
include("controllers/act_handleForm.a4d")
end case
act_handleForm.a4d
if ($attributes{"form_submitted"} = "1")
// do something
end if
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoy.org
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/