Hi Aparajita

Thanks for the reply.

On 11 Jul 2006, at 16:14, Aparajita Fishman wrote:

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


I simply want to call a 'redirect' command from the homepage 'index.a4d' on my site.

I have another page in the site (/comms/srv.a4d) which accepts query parameters and includes the appropriate content based on the query parameters. The site has worked like this for a few years now. I get the same result in my own site which isn't fusebox based.

However, the browser isn't even getting as far as requesting the redirected page because something is going wrong when Active 4D tries to parse the home page containing the 'redirect' command - i.e. it's returning a status '303'.

The response content I posted in my last message was captured from 'Blob to Text(A4D_Response)' immediately following the call to 'A4D Execute 4D request' which returned a status 303 upon responding to the request for 'index/a4d'.

I can serve static pages no problem but don't seem to be able to execute this line:

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

Is there a general problem with the syntax of this line ?

Regards

Peter

_______________________________________________
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