PDA

View Full Version : Need Help with a Small Problem [Urgent]


evilknny9
07-01-2007, 06:30 PM
Ok so the problem I am having is this. I have a script to check if a user is logged in, and it works fine when logged in via the full page forums however it does NOT work when I log in to the forums from within an iFrame. What I am trying to do is have a table with text that if a user is logged in, it will say "You Have (number) Points" (I think I can code the database query for points on my own) and if a user is not logged in, it will say "Log in to View Points"

Is there any way that I can do this so that it will work with the iframe and update AS SOON AS the user logs in?

Dismounted
07-02-2007, 04:59 AM
Errrrr, don't use iFrames? Using iFrames is bad coding style.

evilknny9
07-02-2007, 09:23 PM
unfortunately, I have to. What I really just need is help with my original question.