I make webpage with iframe that displays the parent webpage
but it only can do it about 10 times
is there a way to make it infinite or control the exact precise number of recursions?
nouth -3 Junior Poster in Training
Recommended Answers
Jump to Postbut it only can do it about 10 times
What happens after the 10th time? I dont understand what you mean. Can you provide more information about the problem?
Jump to PostA recursive IFrame can cause a system to run out of resources if left unchecked. I wouldn't be surprised if you've discovered a hard limit in the browser, intended to prevent this kind of thing from happening. Have you tested to see whether the limit is browser specific?
All 5 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
nouth -3 Junior Poster in Training
JorgeM 958 Problem Solver Team Colleague Featured Poster
nouth -3 Junior Poster in Training
AffineMesh 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.