Members: 10,140
Threads: 38,830
Posts: 159,367
Online: 32

Newest Member: Xoote


Old 02.08.2005, 19:14   #1
DSMag
Baby Mamber
 
DSMag's Avatar
 
Join Date: Jul 2005
Posts: 15
DSMag is on a distinguished road
Default Wrapper not showing up in IE

I have created a PHP mailto type form and have created a link in Mambo to have a wrapper for it. When I go to the form it looks awesome in Firefox and functions pretty good, but when I click the link in IE 6 nothing shows up, and when I view source of the blank page that is staring at me, i see this error:

"This option will not work correctly. Unfortunately, your browser does not support Inline Frames"

Yet I know IE 6 supports it as I have seen it done elsewhere? Any thoughts?
__________________
- James

Design Studio Mag - Connecting Designers to ASP, CSS, PHP, SEO, Graphics and more.
http://www.DesignStudioMag.com
DSMag is offline   Reply With Quote
Sponsored Links
Old 02.08.2005, 19:51   #2
walb
Expert Mamber
 
walb's Avatar
 
Join Date: Oct 2004
Location: Hack City, Earth.
Posts: 453
walb will become famous soon enough
Default Re: Wrapper not showing up in IE

Hmm, weird.
Do you have an url? I like to try it with my IE. I run IE with everything default.
__________________
A bugfree program is a deleted one! (Confucius.)
walb is offline   Reply With Quote
Old 02.08.2005, 20:24   #3
DSMag
Baby Mamber
 
DSMag's Avatar
 
Join Date: Jul 2005
Posts: 15
DSMag is on a distinguished road
Default Re: Wrapper not showing up in IE

Unfortunately I do not have an example, it is within a user menu of a live site. If I move it to a place where someone who is not registered can see that would not be good.

This i really wierd. It should have no problem wrapping around a PHP document. Any thoughts at all?
__________________
- James

Design Studio Mag - Connecting Designers to ASP, CSS, PHP, SEO, Graphics and more.
http://www.DesignStudioMag.com
DSMag is offline   Reply With Quote
Old 02.08.2005, 20:43   #4
walb
Expert Mamber
 
walb's Avatar
 
Join Date: Oct 2004
Location: Hack City, Earth.
Posts: 453
walb will become famous soon enough
Default Re: Wrapper not showing up in IE

No thoughts yet. To few clues.
Maybe post here or PM me a userid/pass.
However the more people can look at the problem, the more chance you have for a solution. I'm not allmighty!
__________________
A bugfree program is a deleted one! (Confucius.)
walb is offline   Reply With Quote
Old 04.08.2005, 16:13   #5
DSMag
Baby Mamber
 
DSMag's Avatar
 
Join Date: Jul 2005
Posts: 15
DSMag is on a distinguished road
Default Re: Wrapper not showing up in IE

Ok, I have set up a user account for mambers to see this problem in IE and help me fix this.

url: http://www.the-neutral-zone.net

Username: mamberstest
Password: mamberstest

In the user menu, the last item (apply to leagues) is the wrapper.

Recap of problem: views fine in FireFox, but does not show up in IE. Thanks in advance for your help.
__________________
- James

Design Studio Mag - Connecting Designers to ASP, CSS, PHP, SEO, Graphics and more.
http://www.DesignStudioMag.com
DSMag is offline   Reply With Quote
Old 04.08.2005, 18:01   #6
walb
Expert Mamber
 
walb's Avatar
 
Join Date: Oct 2004
Location: Hack City, Earth.
Posts: 453
walb will become famous soon enough
Default Re: Wrapper not showing up in IE

Tthe IFRAME seems to be OK. You used just the wrapper, which should work. Also for php files.

IE shows nothing but a java-error at line 25, which might explain the different behaviour.
Char: 1
Error: 'null' is null or undefined object.
URL: http://www.the-neutral-zone.net/forms/leagueapp.php

FF displays also the form, reports also a java error at line 25 and says 'a' has no propeties.
FF is somewhat clearer in the reporting, what that line is:
function setTargets()
{
var a = document.getElementById('expanditbutton');
a.onclick = function() { contractIt('myDiv'); }
}
The bold line is line 25 and seems to be the problem area.

Hmm. I'm bad in javascripts.

I noticed 2 javascripts in the beginning of your php page.
Both hold function setTargets() but also a reuse of variable 'a'
The first one passed fine, the second not.
That may be the course and should the second have a different name???
Just guessing.

If I put the php url straight into the browser ie and ff both displays the form with java errors.

Maybe someone more knowledgable of java could help?
__________________
A bugfree program is a deleted one! (Confucius.)
walb is offline   Reply With Quote
Old 05.08.2005, 00:07   #7
DSMag
Baby Mamber
 
DSMag's Avatar
 
Join Date: Jul 2005
Posts: 15
DSMag is on a distinguished road
Default Re: Wrapper not showing up in IE

I have updated the file to take care of the second function the one causing the problem. Yet no change. This shouldn't be why the form does not display in IE. As I have another one without any java that doesn't display either.

Thanks, keep the suggestions coming, as one will definately take care of it !
__________________
- James

Design Studio Mag - Connecting Designers to ASP, CSS, PHP, SEO, Graphics and more.
http://www.DesignStudioMag.com
DSMag is offline   Reply With Quote
Old 05.08.2005, 13:32   #8
walb
Expert Mamber
 
walb's Avatar
 
Join Date: Oct 2004
Location: Hack City, Earth.
Posts: 453
walb will become famous soon enough
Default Re: Wrapper not showing up in IE

I used php in a wrapper before and it works fine, but I never tried it with a form.
Maybe try it without a wrapper and embed your php in content.
This could be done with a mambot found here.
I've used that mambot also and works good.
__________________
A bugfree program is a deleted one! (Confucius.)
walb is offline   Reply With Quote
Old 30.11.2007, 03:59   #9
TroyM
Junior Mamber
 
Join Date: Aug 2006
Location: Miami
Posts: 27
TroyM is on a distinguished road
Default Re: Wrapper not showing up in IE

I had similar problem while i want to use framing on a site IE was just forwarding the users to the site i want to frame. FF was working ok... I guess it is an IE6 issue

here is the URL http://line.us/ it does not have any forwarding...
TroyM is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrapper question Money-farm.com Mambo 4.5.1 'How Do I' Questions 1 03.03.2008 22:49
Problem mit Wrapper Montoyafan Komponenten 3 28.04.2006 12:39
[hack] wrapper login external site wene Component Development 6 07.02.2006 21:05
bug su wrapper? IE6-5.5 differente da Firefox rob222 Problematiche generali 0 27.06.2005 10:15
Placing wrapper on front page Svatopluk Mambo 4.5.1 'How Do I' Questions 2 09.09.2004 10:55


All times are GMT +2. The time now is 09:52.

Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.