Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Refresh a DIV

Contributor ,
Dec 06, 2011 Dec 06, 2011

I have a DIV and with in the DIV has form entries and other information.

What I am trying to accomplish is for the USER to upload a file in a pop up form and use the contents of the Uploaded file to populate form values within the DIV.

How do I accomplish this

803
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2011 Dec 06, 2011

Google "javascript update parent window from child".

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 14, 2011 Dec 14, 2011
LATEST

In your pop up, use this code javascript to do it after you've done your upload and insert.

opener.location.reload(true);

self.close();

this should work.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources