PDA

View Full Version : Comment window links


glloeb
08-11-2006, 06:21 PM
Okay, I know I posted on this subject about a month ago, but I'm not satisfied with the response I got (not much). So without further ado: Does anyone know how I can use a link in the comment window to change the address of the main window? Currently, some of the links in my comment window attempt to change the address of that window, royally screwing things up since the window is much too small to display the content it links to.

Thanks for your help,
Gabriel Loeb (http://gabrielloeb.com)

GeoS
08-11-2006, 11:20 PM
You can do it by JS, something similar to parent.window.location = URL;, or HTML something like <a href="URL" target="_top">...</a>. You must test which one is better for you and which one works.

glloeb
08-12-2006, 07:44 PM
Okay, I've become unsure as to whether my original question was the correct one. What's happening is that when I click on the category links (created with the pixelpost regex stuff) it redirects in the window. Ideas on how to fix this?

Thanks for your help,
Gabriel Loeb (http://gabrielloeb.com)