I'm writing an Active4D included header form. Is there a way to programmatically get the title of the current page?
I realize I can set a variable in the main form then read that in the
included form, but it would be more convenient if I could automatically get
the title.
Can't be done. Remember, Active4D is running on the server, not in the browser. You can access the page title via Javascript, but that is on the client.
REMEMBER:
Active4D is server-side. Javascript is client-side.
THEREFORE:
You CAN use Active4D to generate Javascript...and thus set Javascript variables BEFORE the page is loaded.
You CANNOT use Javascript to set Active4D values.
Regards,
- Aparajita
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
