Well this is probably something simple that is just stumping me but...
I have a page that takes a list of links from a MYsql DB. The links are then opened in a new window in this fashion....
1.) a description of a link is taken from DB and listed in a table
2.) when the link is clicked a new window is opened (window.open) and a script executes to count how many times that particular link has been clicked. Then I use a window.redirect function to change the URL of the new window.
heres where the problem starts... The URL for the new window is stored in the DB with the same row as the description first listed... But how can I pass the url to the new window opened from the first window... (sorry if I'm saying window too much and this is becoming confusing)
I've tried a couple of things... i.e. Javascript mainly but have been unsuccessful to this pt.
Hope someone can help.
I think some of my problem is coming from the fact that I'm not trying to pass a static variable... but I dunno 4 sure.