MadnessRed Posted October 7, 2008 Share Posted October 7, 2008 I have an iframe that links to a forum. What I want is for the iframe to remove the backgrounds it sees. ATM I have removed the background from the forum but I want it so that the forum can also be view normally with its usual background. thats probably makes no sense, so here is the context. http://uni1.darkevo.org/baord.php that works fine... http://board.darkevo.org/ that however looks messed up. Is it possible to remove the background by doing one of these? Getting iframe to see through background Lets the page detect if it is in a frame and use a different css depending on which is the case. Thanks Anthony Quote Link to comment https://forums.phpfreaks.com/topic/127440-remove-background/ Share on other sites More sharing options...
F1Fan Posted October 7, 2008 Share Posted October 7, 2008 I don't believe that is possible. Quote Link to comment https://forums.phpfreaks.com/topic/127440-remove-background/#findComment-659281 Share on other sites More sharing options...
MadnessRed Posted October 8, 2008 Author Share Posted October 8, 2008 ok, is it possible to switch between javascript and php? I mean get javascript to give a variable to php? Quote Link to comment https://forums.phpfreaks.com/topic/127440-remove-background/#findComment-659796 Share on other sites More sharing options...
F1Fan Posted October 8, 2008 Share Posted October 8, 2008 Yes. You would need to do one of three things. 1) assign your JS variable to an input in a form and submit the form (page) using the GET method 2) assign your JS variable to an input in a form and submit the form (page) using the POST method 3) use AJAX (see an AJAX tutorial) Quote Link to comment https://forums.phpfreaks.com/topic/127440-remove-background/#findComment-659911 Share on other sites More sharing options...
MadnessRed Posted October 20, 2008 Author Share Posted October 20, 2008 ok thanks Quote Link to comment https://forums.phpfreaks.com/topic/127440-remove-background/#findComment-670393 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.