View Single Post
Old 05-18-2004, 07:57 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Welcome to the forum, Steve!

I notice that the only links you have off your main page are like the following:
PHP Code:
<button class="continue" align="center" onclick="parent.location='retirepage2.php'">Next Page&gt;</button
According to phpdig documentation:
Quote:
Links can be in an AreaMap or frames. PhpDig supports relocations. Any syntax of HREF attribute is followed by Phpdig. Simple javascript links like window.open() or window.location() are followed too.
I don't know whether an "onclick" is the type of link phpdig will follow. I'm guessing it doesn't. That could be why you're having problems.

Try changing your links to regular <a href ... links. You'll probably have better results.
vinyl-junkie is offline   Reply With Quote