newbie stupi question about embeds

is there a way to embed SC list into a web page?
I can of course link directly from my html5 menu to the SC list.
The problem I have is getting back from the SC list to my web page
After say an advanced search is completed SC wants to reload, refresh etc etc
As a complete SC beginner I am more than a little lost
Can one of the more Knowledgable people out there point me in the right direction
Thanks in anticipation

Not sure what you want exactly. With SC you create a php applications, not a raw webpage to be embedded in a host webpage. You can however embed scriptcase applications in another webpage by using iframes. But I don’t think that’s what you want…

aducom
Thanks for that looks like i am stuck with Ifames
Thought scriptcase may have made a javascript embed solution
The following is from Simfatic Forms to do just that

<script src=‘http://tgfa.asn.au/forms/TGFA_Contact/scripts/jquery-1.7.2.min.js’ type=‘text/javascript’></script>
<script src=‘http://tgfa.asn.au/forms/TGFA_Contact/scripts/jquery.sim.utils.js’ type=‘text/javascript’></script>
<div id=‘sfm_container_div_TGFA_Contact’></div>
<script type=‘text/javascript’>new sfmFormObj(‘sfm_container_div_TGFA_Contact’,‘http://tgfa.asn.au/forms/TGFA_Contact/TGFA_Contact.php?sfm_from_iframe=1’,693);</script>

Thanks for your reply
regards
John