Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
08-31-2011, 11:40 AM
(This post was last modified: 08-31-2011, 11:41 AM by AceInfinity.)
I don't see it on the main page, so you have it embedded inside of the IFRAME which is what the problem is most likely, I would need to fool with it a bit myself to figure it out, but you need to have that out of the IFRAME and on the main page. IFRAME's can be tricky because they can have embedded CSS and scripts in them which you don't see.
Note: Wow MyBB wouldn't let me post this until I got rid of your Quick quote, the loading thing would appear for half a second disappear and nothing would be posted.
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
You haven't provided me with a script or anything though, I still don't know the locations of them, post the exact scripts and i'll take a look
Posts: 286
Threads: 54
Joined: Nov 2010
Reputation:
4
If you could show me an example of what you want I'll see what I can do.
▲ Coder | Skype: EleganceHF | AIM: Chief ▲
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
I downloaded all of the files locally, and I actually don't think tthis would be possible, maybe if you had another javascript to reference to it? i've never done that before though...
The reason why I don't see it's possible is because you can't reference the js in one html page within an IFRAME and initiate it through the html from another web page without some severe modifications. You would have to have 2 files, but then the one being called when you click the image wouldn't be the same one trying to initiate on the separate webpage outside of the IFRAME as I see it.
Maybe someone has a solution out there, but I don't have it lol
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
Yeh to be honest I didn't really think it would be possible. Just thought I'd ask anyway on the off chance.