Can I use URL parameters to navigate (e.g. somelink.php?frame=details)?
Yes, you can use any type of links as you did in the html tag. So, you can have querystring (e.g. somelink.php?frame=details) or even JavaScript calls like javascript:myfunction().
Related Questions
- Is this question about encoding URL GET parameters, i.e. changing spaces to +, or about encoding data to be displayed on an HTML page that may have <,>, and & in it?
- How to parameterize the parameters with the value extracted from previous URL request ?
- Is it possible to call servlet with parameters in the URL?