Jump to content

Search the Community

Showing results for tags 'query string'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 3 results

  1. 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!
  2. 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 login into the app and the first page they get is this html page. After 6 seconds the second div refreshes fine, but the system is putting up the standard User Name and Password fields again in the second div, so the user has to login again. The first div isn't doing anything which is the desired action. As you can see I've tried to add these parameters to the URL so it autologs in. Unforutnately it isn't working. If anyone has any ideas that woud be great. Thanks
  3. 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 out how to get it to do so! Any help would be greatly appreciated .. Tim
×
×
  • Create New...