|
Justin, to clarify, since you need to wait for the update to happen, the refresh of the item list has to be initiated by the cost change cgi. since any response to your browser(s) will go to the cost change window, shown below is a very small web page that will run in the cost change browser. it closes, then it runs a function named 'refresh()' that already exists in the 'caller' window (the item list window) which simply submits the build item list cgi, with the proper parameters. btw, my syntax is off. that's what i get for writing it in an email client. should be: c eval OutStr = 'Content-Type: Text/HTML' + c $CrLf + $CrLf + c '<html><script language=JavaScript>' + c 'window.close;' + $CrLf + c 'window.opener.refresh();' + c '</script></html>'
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.