Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: May 2004
Posts: 1
| Hi all, i have a question for you .. is it posible to redirect a simple html page to a page inside a frame ?? for example...lets say we have page.A that has to be redirect to a pageB .page B is part of an frame. is it a java script or sometging that could redirect the pag A to page B but after the redirectation the page B is to be foud inside the frame Thank you Ciprian www.astroclaire.com |
| | |
| | #2 (permalink) |
| Admin | For clarity, if using a redirect like http://www.takemetoanothersite.com (just an example), it would take you to whatevery url that you wanted it pointed to. So instead of going to page A, it would go straight to page B. Is that what you're needing? Dave ![]()
__________________ ![]() Tech Forums Moderating Policies | Forum Rules | ***PROFANITY*** Note that I do not accept support requests via IM, email, or PMs. Please ask it on the forums. |
| | |
| | #4 (permalink) |
| Monster Techie | Do you mean a real redirection, or after a link is clicked? If it's after a link is clicked, just put target="framename" inside the <a href=""> tag.
__________________ www.upstark.com |
| | |