[thelist] A javascript question

Erik Mattheis gozz at gozz.com
Thu May 17 10:36:49 CDT 2001


>In one script, I use
>variable = "something"+top.location+"something else" ;


I can't tell what you're doing with this, but maybe try:

variable = eval("something"+top.location+"something else");

I'm curious to know what the possible values are for "something" and 
"something else" - a window name and variable name in a frameset?
-- 

- Erik Mattheis

"For best results, pronounce muh THEIGH ess."

(612) 827 3963




More information about the thelist mailing list