How do I open a popup box on clicking a link?
Hi,
In my mobile web project, I need to provide a link next to a select menu to allow users to add a new location. On clicking the link, I want to open a popup box which will allow users to fill up some fields and save to DB.
I tried using the Link component but it asks me to specify a URL. How do I get the URL to open a pop up box or navigate to a page in the app? I do not wish to hard code the URL.
Thanks,
Rahul.