in the /journal.php link, when a user goes there it gives out the "latest journal entries"... (which is $latestbits in the JOURNAL template), however when you click on the link, it doesnt open up a new window, it displays it in the current window now. How do i change this to open up "$latestbits" in a new window???
i can't use window.open command, because it doesnt work in this case b/c of the $latestbits (comprising all the links and URL in the variable)
please help...
|