Page 1 of 1

Frameborder

Posted: Sun Nov 18, 2007 3:37 pm
by holysjit
Hi,
I'm using the static page plugin and it works ok. But when I create a page with a contactform and using this code:

Code: Select all

<OBJECT DATA="http://www.linktoscripts.com" WIDTH="500" HEIGHT="500" SCROLL="0" FRAMEBORDER="no" TYPE="text/html"></OBJECT><OBJECT DATA="http://www.linktoscripts.com" WIDTH="100%" HEIGHT="500" SCROLL="0" FRAMEBORDER="no" TYPE="text/html"></OBJECT>
In firefox everything is fine, but when I take a look to my page in IE it looks like this:
http://img99.imageshack.us/img99/2730/stonerscs2.png

How to delete the scrollingbars? I tried to add frameborder=no and scroll=0 and scrolling=no.

Thanks

Posted: Sun Nov 18, 2007 6:31 pm
by TopDawg
I could be wrong (I'm not exactly an expert myself...), but I think it's

Code: Select all

scroll="noscroll"
try it out...if not, I'm sure Carl or Garvin will correct me ;)

Posted: Sun Nov 18, 2007 9:17 pm
by holysjit
It doesn't work. Is there no other way to include a php script in a static page?
Iframes or something?

Posted: Mon Nov 19, 2007 12:40 am
by d_cee
Hi

I think there's a plugin called 'wrap url' that lets you have an iframe on the page and another 'external php application' which allows you to include an external php application (which Garvin doesn't recommend)

they might help

Dave

Posted: Mon Nov 19, 2007 5:00 pm
by holysjit
No, that plugin is no option. I solved it with just Iframes...