Page 1 of 1
Revolution media: passing data to other pages
Posted: Sat Jul 25, 2009 3:59 pm
by arombauts
Where can I find info on passing data to other pages than the one running the weblet?
Posted: Sun Jul 26, 2009 7:34 am
by Janschenkel
What exactly are you trying to accomplish:
- That the browser jumps to another web page?
- That the revlet reads a static webpage?
- That the revlet calls a dynamic webpage?
Assuming that you want to call a dynamic webpage and need to pass parameers: there are two methods - GET and POST. Which to use depends on the target page, but the good news is that both get and post are commands included in the revTalk language.
Jan Schenkel.