in reply to Why is this param undefined? and Why isn't exit stopping the script from running?
Why is this param undefined?
When you create the frameset, neither of the frames within has the original query string included in their URLs.
Why isn't exit stopping the script from running?
It is, but you seem to be missing a key concept about the web and frames: each frames is a seperate instance, so you're actually calling your script three times, and it's the latter two (where you've unintentionally stripped the params) that exit is stopping.
--k.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Why is this param undefined? and Why isn't exit stopping the script from running?
by jerrygarciuh (Curate) on Mar 28, 2002 at 20:03 UTC | |
by Kanji (Parson) on Mar 28, 2002 at 20:18 UTC | |
by jerrygarciuh (Curate) on Mar 28, 2002 at 20:27 UTC |