ankit.4aug 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.
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.