Jump to content

Help me how to making a page load itself into a new popup window ???

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
love4all1080

love4all1080

    Newbie

  • Members
  • Pip
  • 2 posts
Hi everyone,

I need your help.

I'm sure this is a very simple problem but I can't figure it out.

Ok, I have a main window where a user fills in a form....


When submitted it goes onto another page and has two options:

"remove"

and

"attach a picture [choice]"

When a user clicks on attach a picture it opens up in a pop up window....

Now what i want it to do is let the user attach a picture and when they click on insert

the page will load in the main window - the window that had the link to the pop-up - if that makes any sense...

I had a little bit of Java to close the window, but I want it to close and open the page in the main window...

If anyone can understand that please help me

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You can use JavaScript to redirect the page to a new page or submit a form that loads a different page..
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
love4all1080

love4all1080

    Newbie

  • Members
  • Pip
  • 2 posts
i want images when finish upload will display in main window
you can see link and help me

love4all1080.blogspot.com/2009/03/how-to-making-page-load-itself-into-new.html

#4
alilg

alilg

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts

love4all1080 said:

Hi everyone,

I need your help.

I'm sure this is a very simple problem but I can't figure it out.

Ok, I have a main window where a user fills in a form....


When submitted it goes onto another page and has two options:

"remove"

and

"attach a picture [choice]"

When a user clicks on attach a picture it opens up in a pop up window....

Now what i want it to do is let the user attach a picture and when they click on insert

the page will load in the main window - the window that had the link to the pop-up - if that makes any sense...

I had a little bit of Java to close the window, but I want it to close and open the page in the main window...

If anyone can understand that please help me

so you want to send DATA from your popup window to the main window?
i created an example for you which may helps you....

Attached Files