On Jan 29, 2004, at 12:48 AM, Doug Lerner wrote:


Any good hints out there about:

1. Opening a Rev app from a browser (including cross-platform issues)...

2. Passing parameters from a browser link to a Rev app when opening...

Thanks,

doug

doug,


I've created a framework called revHTTPd it can do handy things with URLs... provide you left your revHTTPd server running you can access stacks by using normal URLs like for example http://localhost:8081/myStack/myHandler and it will execute a send "myHandler" to myStack... you can even pass paramenters like http://localhost:8081/myStack/myHanlder?name=andre&age=23 it this parameters will be available for the stack.

Does this suits your scenario?

Cheers
Andre




--
Andre Alves Garzia - Soap Dog Studios - BRAZIL
http://studios.soapdog.org

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to