I have a question about integration URL which must be updated by next week.
If I have a script in a HTM block as per below,
<iframe frameborder="1" name="Find Project" src="https://au1.caspio.com/dp.asp?AppKey=aabb2000f1be6cf4bec84f92a589" style="width:100%; height:600px" title="Find Project">Sorry, but your browser does not support frames.</iframe>
Also in the case where I am passing a parameter should I be using & or ?
<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://au1.caspio.com/dp.asp?AppKey=aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>
Should look like this
<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://c0eib342.caspio.com/dp/aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>
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
Corpcat
I have a question about integration URL which must be updated by next week.
If I have a script in a HTM block as per below,
<iframe frameborder="1" name="Find Project" src="https://au1.caspio.com/dp.asp?AppKey=aabb2000f1be6cf4bec84f92a589" style="width:100%; height:600px" title="Find Project">Sorry, but your browser does not support frames.</iframe>
The new deploy URL is https://c0eib342.caspio.com/dp/aabb2000f1be6cf4bec84f92a589
Can I just replace
"https://au1.caspio.com/dp.asp?AppKey=aabb2000f1be6cf4bec84f92a589"
with
https://c0eib342.caspio.com/dp/aabb2000f1be6cf4bec84f92a589
Also in the case where I am passing a parameter should I be using & or ?
<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://au1.caspio.com/dp.asp?AppKey=aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>
Should look like this
<iframe frameborder=0 style="width:100%; height:700px" name="Document_Entry Web Form_New" title="Document_Entry Web Form_New" src="https://c0eib342.caspio.com/dp/aabb20003c459fa6fab94c8dbe01&Grace_Bar_Code=[@Grace_Barcode_No]&Recal_Box_No=[@Recal_Box_No]">Sorry, but your browser does not support frames.</iframe>
Should look like this??
Link to comment
Share on other sites
2 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.