|
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] here is one way... I can think of a few others... but let me know if this is close.. i will enclose 2 seperate html file, and run the one called primary first... primary.html *********************************************************************** <html> <script language="JavaScript"> function LoadPopUp(pagelink) { wscreen = 'width=200,height=100,resizable=no,scrollbars=yes,menubar=no,left=60,top=50, status=no'; myWindowHandle = window.open(pagelink,'',wscreen); } </script> filename(Primary.html)<br> <form name="testthis"> Please enter a name : <input type="text" size="25" value="empty" name="inputstring"> <input type="button" value="prompt" name="promptbutton" onclick="LoadPopUp('popup.html');"> </html> **************************************************************************** ******* popup.html **************************************************************************** ******* <html> filename(popup.html)<br> Please pick a value : <input type="button" value="Tim" onclick="opener.testthis.inputstring.value='Tim';self.close();"> <input type="button" value="Fred" onclick="opener.testthis.inputstring.value='Fred';self.close();"> </html> > -----Original Message----- > From: Justin Houchin [SMTP:justin@RELIATEK.COM] > Sent: Tuesday, September 17, 2002 12:10 PM > To: web400@midrange.com > Subject: [WEB400] Refreshing windows > > This is a multi-part message in MIME format. > -- > [ Picked text/plain from multipart/alternative ] > Hi Everyone, > On my website, I have one page that lists my items and > selling prices. From inside of my network I display the item number as > an AREF that calls a CGI program in a little pop up window. Inside of > this window I can update the cost of the item. Here is my question, is > there a way that I can refresh the main page when I click the update > button in the little pop up window? Thanks for all of the help in > advance. > > Justin Houchin > Programmer and Web Developer > ReliaTek, Inc > justin@reliatek.com > > -- > > > > _______________________________________________ > This is the Web Enabling the AS400 / iSeries (WEB400) mailing list > To post a message email: WEB400@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/web400 > or email: WEB400-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/web400. This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or privileged information. Any unauthorized review; use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy the message.
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.