Jump to content

Search the Community

Showing results for tags 'javascript parameter variable'.

  • 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 1 result

  1. I have two tables linked in a relational database: Clients and Appointment. After finding the Client and displaying same, a javascript routine in the header of the Search Results screen calculates the category to assign to the appointment and puts this in a variable called 'pcategory'. I am trying to pass this variable via a query string to the Add datapage for Appointments: ....URL?Category=[@pcategory]. In the Add datapage, there is a field 'Category' which is configured as 'hidden' and is set 'on load' to receive [@Category]. However, I cannot seem to get it to receive the value in the variable 'pcategory'. Testing with alert(pcategory) in the same html block as the query string shows that 'pcategory' does contain the value to be passed! What am I doing wrong?
×
×
  • Create New...