I'm using the WebPagePortlet to bring in some web content. The HTML has hrefs with relative URLS. Jetspeed does a great job of making full URLs of these hrefs so they will work in Jetspeed.
I use the target="_blank" to make the link pop up into a new window. This works but I am unable to use javascript with the href tag to control the window. I want to get rid of the menubar, URL, etc... Is there a clean way to do this? The only thing I have tried is to use DIV tags with an onclick method instead of the href. I've had some success but it seems pretty messy. Does anyone have a clean way of doing this? -Jim
