After successfully implementing Klaus'
excellent Preferences tutorial on the iPad (Part 1:
http://runrev.com/newsletter/october/is ... etter3.php and Part 2:
http://runrev.com/newsletter/december/i ... etter4.php), I am trying to retrieve a set "email" preference value from a substack and use it in the main stack.
Not sure how I would achieve the following:
From the main stack I need to pass a value from a sub stack in a URL.
I have successfully hardcoded the email into the script, but need to make the email value equal the set "email" preference...
Here's the script I have:
Code: Select all
iphoneControlSet sBrowserId, "url", "http://www.someserver.com/directory/index.php?email=someone@somewhere.com"
How do I get the value of the "email" preference (which is already set in a substack field) passed in this main stack script?
Does this make sense?
Thanks!