|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I take the dynamic url of my main frame and use it in an "a href" statement on my left frame? I want to be able to take whatever page's url is displayed in my main frame and put it in an "a href" statement with target="_parent" following it, therefore creating a "left frame remover" link that would be very useful on my site. Is this possible? Is there another way to do this?
|
|
#2
|
||||
|
||||
|
I'm not a JavaScript expert but something like this might work:
<a href="javascript:top.location.href = top.framename.location.href;">Menu Zap</a> |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > How do I take the dynamic url of my main frame and use it in my left frame? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|