I'm trying to use cbResetParam=1 on the end of my webpage URL to reset internal parameters, and normally this works fine
But this time I'm giving the instruction from inside my search form which is in an iframe, and nothing's working. Should I be applying 'cbResetParam=1' to the webpage URL, or to the scr URL (as I've tried to do below)?
At the moment I've put the following code in an HTML block of my search form and run it off a button.
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.
Question
Gregstand
Morning,
I'm trying to use cbResetParam=1 on the end of my webpage URL to reset internal parameters, and normally this works fine
But this time I'm giving the instruction from inside my search form which is in an iframe, and nothing's working. Should I be applying 'cbResetParam=1' to the webpage URL, or to the scr URL (as I've tried to do below)?
At the moment I've put the following code in an HTML block of my search form and run it off a button.
<script>
function myResetFunction() {
document.getElementById('https://c2ect538.caspio.com/dp.asp?AppKey=b8a94000367dd...').src += '&cbResetParam=1';
}
</script>
Many thanks for any help...
Link to comment
Share on other sites
1 answer 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.