Jump to content
  • 0

How reset parameters from inside iframe


Gregstand

Question

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

  • 0

Hi!

 

Maybe you can try to add cbResetParam=1 to the end of the URL of the DataPage in Iframe, like : 

 

<iframe name="Dating Messages" title="Dating Messages" src="https://c0ebl890.caspio.com/dp.asp?AppKey=52e04000b0d85d4a090241fa8928 &cbResetParam=1 ">Sorry, but your browser does not support frames.</iframe>

 

 

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...