sfgov311 Posted September 9, 2010 Report Share Posted September 9, 2010 I am trying to link a details page from the search form. I've looked at the link: http://howto.caspio.com/parameters/in-a ... pages.html I have most of it set, but the instructions refer to passing a parameter from details page using a link in an HTML block as: Link I've enabled external access, am deploying the DataPage using the "Frame" model and have the code: Sorry, but your browser does not support frames. I've tried adding a second parameter but that didn't work: Details How do I combine the I frame link and the parameter link above? Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted September 10, 2010 Report Share Posted September 10, 2010 Hi, I am not sure if you are using iframe for the detail page that is receiving the parameter. If you are trying to receive parameter in an iframe it is not possible because iframe has its own URL. Only you can pass parameter out of. So if you deploy the second page which is the detail page as embedded, you will be able to receive the parameter. Try it out please and let us know if it works for you. May Quote Link to comment Share on other sites More sharing options...
0 bahar_vm Posted September 10, 2010 Report Share Posted September 10, 2010 I need to verify couple things. You are creating a link in the details page to pass a parameter to the next page? If this is the case here is how you can pass the parameter in the URL inside an HTML block: Link Then in the DataPage which is going to receive the parameter make sure you are receiving it as [@CommissionID]. Best, Bahar M. Quote Link to comment Share on other sites More sharing options...
0 bahar_vm Posted September 10, 2010 Report Share Posted September 10, 2010 Oh I need to mention that if your receiver DataPage is deployed in a web page using iframe model, the parameter can not be received since the iframe has its own source "b2.caspio.com/dp.asp...." which is different than your main page URL. Quote Link to comment Share on other sites More sharing options...
0 sfgov311 Posted September 23, 2010 Author Report Share Posted September 23, 2010 Thanks for the help. I found a way get it out of the iFrame, but even the straight HTML has the AppKey. How do I get the URL to my data page that leverages the URL and not the AppKey? Thanks Andy Quote Link to comment Share on other sites More sharing options...
Question
sfgov311
I am trying to link a details page from the search form. I've looked at the link:
http://howto.caspio.com/parameters/in-a ... pages.html
I have most of it set, but the instructions refer to passing a parameter from details page using a link in an HTML block as:
Link
I've enabled external access, am deploying the DataPage using the "Frame" model and have the code:
I've tried adding a second parameter but that didn't work:
Details
How do I combine the I frame link and the parameter link above?
Thanks in advance
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
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.