I have a site on the intranet that has been created with Front Page and Data Access Pages - no ASP, no Sharepoint, no SQL server (sorry folks, I'm making the best with what I've got). I have a page that has two inline frames, and I need a parameter to be passed to both frames. My idea is that they would be enclosed in yet another frame that would pass this down, but am unable to figure out how.
For example, my link http://training/documents.htm?ServerFilter=%22AreaD=1%22 would open the page that includes two frames, "nav" and "body", where AreaID=1 for both frames.
I'm a complete newbie, so please take that into consideration when replying. My pages' current code is below, and I included an image of my page in case that helps. Any answers would be most appreciated!!!!!
Code Snippet:
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:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
|
Documents
|
|