PDA

View Full Version : Popup linking



jestep
01-20-2005, 01:51 PM
I am trying to create a popup window which when the links in the popup window are clicked they open in the original window and not the popup window.

Does anyone know how to do this. I'm assuming that there is a javascript method of doing it, I juts cant find one.

Thanks

Corey Bryant
01-20-2005, 08:35 PM
I think you will need to name your parent frame? Or maybe even try target=parent if I understand correctly.