Search the Community
Showing results for tags 'query string'.
-
Hi everyone, I pass parameters in query string from one datapage in another. There is a problem with passing + in the phone field. The + always replaces with white space. I found this topic: http://stackoverflow.com/questions/1005676/urls-and-plus-signs It seems that I need to use java script code to fix this issue. Can anyone help? Thanks!
-
Hi, I have an html page with 2 datapages in it. Both are in their own divs. I'm trying to get the second div, called 'callback', to refresh every 6 seconds. I don't want to refresh the first div. I've got this javascript to do it function autoRefresh_div() { $("#callback").load("https://c1eru548.caspio.com/dp.asp?AppKey=f6344000919808bbf8fb4bb59cec&Email=[@authfield:Email]&Current_Password=[@authfield:Current_Password]"); } setInterval('autoRefresh_div()', 6000); The URL in the function autoRefresh_div is the deployment URL from Caspio for the datapage I want refreshing. Users lo
- 1 reply
-
- javascript
- Datapage
- (and 7 more)
-
Hi there - I'm trying to pass an external parameter (a unique ID) from my results page - I've read that I need to do this as a query string, but don't know how to do that or from where! Bit of background - I have a 'Review tracker' list report datapage that directs users to a different page through an HTML block (no details page) based on the status of one of the fields (review_stage), but the page always displays with no results. I think this is because the results page is not passing the unique ID to the next page (which is a 'Single record update' submission form) but can't figure ou
- 2 replies
-
- parameter
- query string
-
(and 3 more)
Tagged with: