Javascript/Frames problem : comments.
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
|
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
| 21 |
22
|
23
|
24
|
25
|
26
|
27
|
|
28
|
29
|
30
|
(no subject)
* Could you check to see if the referrer ID is domain.com, and if not, open the frameset instead of the content in the frame. Like this: http://developer.irt.org/script/143.htm. (Actually, that syntax may do for what you need anyway...)
* Kludgy fix: make the menu links open the whole frameset+ relevant content in the main window. Not a good one if you have a lot of traffic, I suppose.
(no subject)
I need a clever wizard.
(no subject)
Either that, or you may be able to use currenturl. So you request a deep-link, which returns a frameset with the requested url as one of the frames...
(no subject)
Do not jest, sir! (We have 30 index pages but over 100 pages...)
currenturl/deep-link looks v. promising, oh web guru. I shall investigate - thanks!