x1nick Posted September 16, 2009 Share Posted September 16, 2009 I think this may be CSS and Javascript related. Basically I want to make a debug window, as my PHP system produces a huge set of debug data when enabled. But at the moment stores this in a text file. Makes reading it all a little bit slow. So with every page load it loads the debug data into the window area. Also need to be able to add content to the iframe using jquery? Take it thats possible? What I need to achieve is a iFrame (or even a separate window but this might be more complicated, think a inbuilt window would be ideal though) which appears to the right of the screen and makes the page accommodate this. Now I want to be able to show/hide this iframe easily. But also need to be able to remove it from the HTML of the site for when debugging is disabled. Hope this makes sense? I can't think of any websites that even have anything remotly similar so can't really give a example. I could use frames, but would like to use a iframe really. Quote Link to comment Share on other sites More sharing options...
x1nick Posted September 16, 2009 Author Share Posted September 16, 2009 Can't find any code javascript that would add HTML to a external window. So guessing thats no possible. Thinking a seperate window might be better but I need to be able to update this through a different window (using forms etc) Quote Link to comment 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.