What is hidden frame??

Recommended Answers

All 3 Replies

It's just a frame (iframe, often), but hidden :)

can you give me the syntax and the use of tht..

Assuming you want an iframe, something like this:

<iframe src="some_file.extension" style="display:none"></iframe>

It's use can be anything, but it's mostly used for running javascript in the background.

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.