Topic: another IFRAME question

not sure if this can be done but....... on every link in my forum i need it to look like this...

<.a href="#" onmousedown="loadIframe('http://www.mydomain.com/forum/index.php')">

basically need the onmousedown="loadIframe to be in front of every link... and i mean every last one

can it be done?

Re: another IFRAME question

Not with PunBB 1.2. In 1.3, it shouldn't be a problem though.

What about visitors that have disabled Javascript?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: another IFRAME question

well if i cant do it that way i need to figure out a way to put it in just a normal table. any suggestions on how to do this

Re: another IFRAME question

Well, that should be pretty straight forward. Just edit the templates to your liking.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: another IFRAME question

PHP SESSIONS NOT WORKING IN IFRAME!!!
im using Iframe to include another site http://othersite.com/signup.php in a html page of my site(http://mysite.com/test.htm. Both the sites are hosted on different servers. Now i could see the other site get displayed in my site. I could browse through the site and everything works fine except the sessions. I could not login into my account in this site(i.e. http://othersite.com/signup.php). It is working fine when i directly access this site in the browser. But the session variables are not passing page to page when i include it in IFRAME. I have tried for a solution in the forums but couldn't get one.
Plz help me!!!!!!!!!

Re: another IFRAME question

http://punbb.org/docs/faq.html#faq2_5