PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.lang.php > iframes, src parameters, and browsers
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
iframes, src parameters, and browsers

Réponse
 
LinkBack Outils de la discussion
Vieux 06/11/2007, 16h53   #1
damezumari
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut iframes, src parameters, and browsers

I have this iframe on a page:

<IFRAME name="inlineframe" src="http://easyquestion.net/quiz/
quiz_source.php?code=thinkagain" width=400 height=285 marginwidth=0
marginheight=0 frameborder=0 scrolling=auto></IFRAME>

Note that the src has a parameter. This parameter can be is to be
found in $_GET[code] in the src program when I use Mozilla Firefox,
but not when I use IE6.

Can src parameters not be sent when IE is used?

Regards,

Jan Nordgreen

  Réponse avec citation
Vieux 06/11/2007, 17h31   #2
Rik Wasmus
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

On Tue, 06 Nov 2007 17:53:07 +0100, damezumari <jannordgreen@gmail.com>
wrote:

> I have this iframe on a page:
>
> <IFRAME name="inlineframe" src="http://easyquestion.net/quiz/
> quiz_source.php?code=thinkagain" width=400 height=285 marginwidth=0
> marginheight=0 frameborder=0 scrolling=auto></IFRAME>
>
> Note that the src has a parameter. This parameter can be is to be
> found in $_GET[code] in the src program when I use Mozilla Firefox,
> but not when I use IE6.
>
> Can src parameters not be sent when IE is used?


It should (and normally does here). Have you got a live example/test
showing this problem?
--
Rik Wasmus
  Réponse avec citation
Vieux 06/11/2007, 18h04   #3
damezumari
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

http://simpler-solutions.net/pmachin...thinkagain.php

The top part called Daily Puzzle does not work in IE6.

  Réponse avec citation
Vieux 06/11/2007, 18h20   #4
Rik Wasmus
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

On Tue, 06 Nov 2007 19:04:59 +0100, damezumari <jannordgreen@gmail.com>
wrote:

> http://simpler-solutions.net/pmachin...thinkagain.php
>
> The top part called Daily Puzzle does not work in IE6.


<http://validator.w3.org/check?verbos...hinkagain.php?

Validate, fix, then check again (and an issue is probably best addressed
in alt.html). You're making it needlessly hard for yourself using XHTML
instead of HTML though.
--
Rik Wasmus
  Réponse avec citation
Vieux 06/11/2007, 18h44   #5
Sanders Kaufman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

"Rik Wasmus" <luiheidsgoeroe@hotmail.com> wrote in message
newsp.t1duk1ik5bnjuv@metallium.lan...

<http://validator.w3.org/check?verbos...hinkagain.php?

Validate, fix, then check again (and an issue is probably best addressed
in alt.html). You're making it needlessly hard for yourself using XHTML
instead of HTML though.

What?!
But for *very* few differences - they're the same thing.
What about using XHTML makes this harder?


  Réponse avec citation
Vieux 06/11/2007, 19h28   #6
damezumari
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

Thank you for your answer!

I created a simpler test page, and now it works in IE6:

http://easyquestion.net/quiz/quiz_test.html

Regards,

Jan Nordgreen

  Réponse avec citation
Vieux 06/11/2007, 20h28   #7
Rik Wasmus
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

On Tue, 06 Nov 2007 19:44:22 +0100, Sanders Kaufman <bucky@kaufman.net>
wrote:

> "Rik Wasmus" <luiheidsgoeroe@hotmail.com> wrote in message
> newsp.t1duk1ik5bnjuv@metallium.lan...
>
> <http://validator.w3.org/check?verbos...hinkagain.php?
>
> Validate, fix, then check again (and an issue is probably best addressed
> in alt.html). You're making it needlessly hard for yourself using XHTML
> instead of HTML though.


Hmm, quoting gone wrong?

> What?!
> But for *very* few differences - they're the same thing.
> What about using XHTML makes this harder?


Validating to true XHTML (i.e. CDATA in script/style etc., starting with
<?xml ?>). Now, XHTML intended and served as tagsoup HTML, that's not so
much harder, no.
--
Rik Wasmus
  Réponse avec citation
Vieux 07/11/2007, 13h37   #8
Sanders Kaufman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: iframes, src parameters, and browsers

"Rik Wasmus" <luiheidsgoeroe@hotmail.com> wrote in message
newsp.t1d0h4x85bnjuv@metallium.lan...
On Tue, 06 Nov 2007 19:44:22 +0100, Sanders Kaufman <bucky@kaufman.net>
wrote:

> "Rik Wasmus" <luiheidsgoeroe@hotmail.com> wrote in message
> newsp.t1duk1ik5bnjuv@metallium.lan...
>
> <http://validator.w3.org/check?verbos...hinkagain.php?
>
> Validate, fix, then check again (and an issue is probably best addressed
> in alt.html). You're making it needlessly hard for yourself using XHTML
> instead of HTML though.


Hmm, quoting gone wrong?

Yup - gave up trying to fix it every time I reply to one of your posts.
Just figgered - either you'd change your settings, or we'd learn to live
with it.
Kinda like top-posting.


> But for *very* few differences - they're the same thing.
> What about using XHTML makes this harder?


Validating to true XHTML (i.e. CDATA in script/style etc., starting with
<?xml ?>). Now, XHTML intended and served as tagsoup HTML, that's not so
much harder, no.

"Tagsoup HTML"?
I've been using XHTML (albeit - not as religiously as I mean to).
Scripting works; posts and gets work; spiders work.
I've had NO problem with validation.

What about XHTML makes that harder?
For what sinkhole am I headed?


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h59.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11422 seconds with 16 queries