Given the name of a module M and a function F is there a function to 
give the URL which can be called to calculate the equivilant URL. for 
example,

if the server is located at http://127.0.0.1/theapp/

M = module,
F = function,
[A1, A2, A3] = arg_list,
calc_url(M,F,[A1, A2, A3])

returns

   http://127.0.0.1/theapp/M/F/A1/A2/A3


Jeff.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to