I copied my 'index.a4d' page to the Active 4D demo folder to try to isolate the problem. The Active 4D demo works perfectly under 4D Client but when I replace the 'index.a4d' with my own ('problem') one, 'A4D Execute 4D request' still returns a status 303.

Here are the details:

My 'index.a4d' code (The URL is not static as would appear here - it's returned by a function, I've just made the function result static here for simplicity and removed the function call. I was testing it on a machine address 192.168.0.50). The target page for the redirect lives 1 level down from the html root, i.e. in 'web/comms/srv.a4d'.

`*********************** CODE SNIPPET: 'index/a4d' *****************

<%
`     index.a4d:
`     Site default page

C_TEXT($P_SVR_URL)
        
$P_SVR_URL:="http://192.168.0.50/comms/srv.a4d? f_pg='home.htm'&f_Cardinal='1'"
        redirect($P_SVR_URL)
        
%>

This will not work with a fusebox site. Please refresh my memory as to what you want to achieve.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to