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)
I'm not sure if this still holds true, but essentially if the pages were on a boring old PC, then Windows would not pass the part of the url after the '?' in the script in the content page. Hence the script would never pick up the bit about displaying the desired content page within the frameset.
This typically resulted in me puzzling over the pages for hours before I remembered to try an uploaded version.
The script I used to use had two parts - one in the content pages that you wanted to put in the frameset and a second one in the frameset page which dynamically drew the frameset. You can find an example here:
http://www.chalcedony.com/javascript3e/scripts/script04.03.html
Incidentally, I would really recommend the book - "JavaScript for the World Wide Web". I've used it a lot over the years (I have the third edition) and find it really helpful, especially as I'm not a very good programmer.
(no subject)
(no subject)
Bleugh - not enough sleep. Must go to work. More thanks later once suggestions implemented!