This is a discussion on "How do I find what another frame is called?" within the Classic ASP section. This forum, and the thread "How do I find what another frame is called? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How do I find what another frame is called?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I've a problem where I'm trying to create links in ASP based on what the frame below it is called. The top frame will always be in place and the bottom one changes depending on navigation links in the first one.
I want to make links that navigate to the content of each of the pages in the frames. To do that, I need to know the names of the frames and provide it to the ASP so the correct links are displayed. I created a javascript function which get the name of the frame but obviously now I've learned that javascript (even run in server side mode) doesn't work too well with ASP. So does anyone have any suggestions as to what I should do or even a solution to the problem I'm facing? Thanks in advance. |
|
|
|
|||
|
Re: How do I find what another frame is called?
With a little twist, you could make ASP and Javascript talk to each other
Why do you use frame, it is a lot easier if you use CSS+Javascript.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: How do I find what another frame is called?
I would love to use CSS but it's an existing site that needs to be maintained for a very picky customer. I guess I can get around it by using Session variables and guessing what the next page in the lower frame will be. Time consuming but I know it will work.
Thanks again. |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EASY PEASY Displaying frame address in another frame question | molotov | JavaScript Forum | 3 | Nov 20th, 2007 17:29 |
| [SOLVED] why onclick is not called - Help Please | ashishmishra16 | JavaScript Forum | 2 | Nov 16th, 2007 06:02 |
| Login prompt when not called | EXDunk | Flash & Multimedia Forum | 0 | Feb 26th, 2007 20:37 |
| not sure what its called but i can show you what i mean | bruno89 | Web Page Design | 12 | Oct 17th, 2006 07:15 |
| i dont know what its called but i can show you what i mean lol | bruno89 | Web Page Design | 20 | Aug 26th, 2006 16:13 |