Date:  01/17/2006 09:14:45 PM Msg ID:  002814
From:  Ali Koumaiha Thread:  002813
Subject:  Re: Dealing with Inline Frames?
Duhhh.. Sorry for posting quickly without researching. I found the solution.
 
I simply said
<script language="Javascript">
   parent.FormName.Submit();
</script>
 
and that took care of it.
 
I love FoxWeb
Sent by Ali Koumaiha on 01/17/2006 04:59:26 PM:
Script1 contains an Inline frame which has Script2 all in fwx.
 
In Script2 (Inline frame) i have buttons, text fields, etc.. and submit button which updates the infline frame info and save data in a dbf file.
 
On Script1 i have an HTML table which contains the reccount() of the dbf file being updated from script2 (inline frame).
 
When script2 updates the dbf, i need script1 (main page) to refresh itself or have script2 refresh the main page. 
 
The only way script1 (Main page) gets updates is when i hit a submit button on the (Main Page) or hit the Browser refresh button.
 
any ideas or help is appreciated.
 
I tried server.exectue and transfer, but, they appear inside the inline frame page...
 
Thanks.