Jump to content
  • 0

Popup's & Parameters


crisraguilar

Question

I am putting a link into a HTML block within a datapage. I want to pass a parameter into another datapage. If I link it to my webiste that has the datapage embedded into it then it works, the parameter passes. The problem is if I link it using a popup window directly to caspio the parameter is not passed into the datapage. Here is an example of my link:

http://bridge.caspio.net/dp.asp?AppKey=B5F8D1G6J0B5F8D1G6J0?ClientName=[@field:ClientName]\'>POP

The reason I am using this type of link is I want control over the size of the popup window.

The only solution I could think of was to create a webpage that was the same size as my datapage and link it to that. That seems like extra work that shouldn't be needed.

Any ideas?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

There should not be an issue with doing this. From the code giving the syntax might not be correct. In your href attribute you have two questions marks the second question mark should be an ampersand instead.

*This might not fix your issue but its worth a try.

Link to comment
Share on other sites

  • 0

Hello - If you have a modal and Form Elements that are not showing such as AutoComplete, Dropdowns, and Date Pickers, you can use a custom CSS to show these elements in front of the modal.

Insert this code in the Header of the DataPage.

<style>

.modal-backdrop{
z-index:4 !important;
}
.modal {
z-index: 5 !important;
}
.header-navbar{
z-index: 3 !important;
}

</style> 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...