HTML frames question
HTML frames question
- Started
- Last post
- 22 Responses
- dress-up0
there is some AJAX bit that does it, but you'd still have to rebuild, and it isn't frames exactly...
- acescence0
you could send out a link like yourdomain.com/?page=xzsw
your index (frames) file has a bit of php that looks at the url, and inserts the value of page= into the frame src of the content page, if none is given, it inserts the default page. simple.
of course, this method doesn't let you bookmark pages while you're navigating. for that you could use a javascript system much like swfaddress, just minus the part where it passes the values to flash