Well, you could either (a) create a form with an action of billpay.do and 
submit it, or (b) you could do parent.location="billpay.do".  That should 
essentially do a refresh.

I'm not aware of any refresh method, unless you are OK with IE-only code... IE 
has a number of "commands", as they are called, that can do a ton of extra 
stuff.  Look for the execCommand() method, I think of the document object.

I'll assume you don't want to do that though (I wouldn't), so just set 
location, that should do it.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Thu, January 27, 2005 10:49 am, Brandon Mercer said:
> [EMAIL PROTECTED] wrote:
> 
>>Assume you have a form in the parent window that does your refresh,
>> whether it's visible to the user or not (i.e., has nothing but hidden
>> fields).
>>
>>Simply do:
>>
>>parent.theForm.submit();
>>
>>
> I don't think that's going to work.  Actually I know that it doesn't
> work.  I've got an action that doesn't have a form to create this page.
> The link to the page is billpay.do and it doesn't have a form... all I
> do is get stuff from a database and put it into drop downs.  How would I
> do parent.refresh();???  parent.reload();???  Thanks,
> Brandon
> P.S.  I'm excited because we're close!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to