Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Opening a thickbox via onclick? Re: Opening a thickbox via onclick?

#54349
Rob MacKay
Participant

Personally I wouldnt do it as an iFrame, I would use ajax and load the data in… I dont know how thickbox works, but the jQuery would be something like something like this…

Code:
.load(“myfile.html”);

I dont know enough about thickbox really – but to load a file into a poped up div you can do it like that