1
MorelyDotes
TinyContent 1.5: How to recycle frames?

I'm using TinyContent to produce a sequence of pages for the viewer to click through (page 1 links to page 2 links to page 3, etc.).

I'd like each click to reload the new "page" into the same frame, rather than popping up a new browser instance. Failing that, I want the existing broswer to close when the new one opens.

I don't mind hacking the code but I can't figure out where to do it.

Any ideas? Anyone? Anyone? Bueller?

2
JMorris
Re: TinyContent 1.5: How to recycle frames?
  • 2005/10/18 4:38

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Have you tried using target="_self" in your hyperlinks?

Example:
<table cellpadding="0" cellspacing="0"><tr><td><a href="page1.htm" target="_self">Page 1</a> | <a href="page2.htm" target="_self">Page 2</a> | <a href="page3.htm" target="_self">Page 3</a> | <a href="page4.htm" target="_self">Page 4</a></td></tr></table>


Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

Login

Who's Online

250 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 250


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits