Re: OT: Safari/Mac - frames and iframes acting weird

This WebDNA talk-list message is from

2007


It keeps the original formatting.
numero = 69042
interpreted = N
texte = Been staring at code looking for something that simple. Maybe of I put it aside for a bit and look again I'll spot something. Running it through web based html validators didn't make anything pop either. Just now I found some forum posts via google talking about nested frames & safari issues, but they have a 2003 date on them. Not exactly recent.... --- Stuart Tremain wrote: > All I can suggest is that there is some HTML that > Safari spits the > dummy on that the others are OK with, something as > simple as a > missing closing ??? > > > On 07 Jun 2007, at 11:13 AM, Lester wrote: > > > yep... thats what I'm thinkin. > > > > still weird how I can see all "invisible page" > html > > code with view source though.... > > > > > > I'm making a real simplistic layout now to test it > and > > see where it might fail.... > > > > will let you know what I come up with > > > > unless anyone else has some input into whats up. > > > > > > lester > > > > > > --- Stuart Tremain wrote: > > > >> Sounds like a process of elimination ... > >> > >> Seems like a problem with all the frames inside > >> frames inside frames > >> with Safari. > >> > >> > >> On 07 Jun 2007, at 10:59 AM, Lester wrote: > >> > >>> Actually my iframe seems to be fine. > >>> same basic code as yours.... > >>> > >>> > >>> What I'm doing on this site ..... > >>> > >>> I load a typical iframe 770 pixels wide and > center > >> it > >>> on a page. > >>> > >>> Within that iframe I now load a typical > >> header/body > >>> 2-layout frame. > >>> > >>> Now within that "body" frame I show other pages > as > >>> needed, and even some additional framed setups > >>> depending. (yeah I know lotsa nesting happening) > >>> > >>> The pages intended to be seen in that body frame > >>> appear as "invisible" (although again I can do a > >> view > >>> source and see their code). > >>> > >>> And again only in Safari. > >>> > >>> > >>> Opera, Firefox on a mac are OK > >>> Opera, Firefox and IE on a PC are OK > >>> > >>> Some little peculiarity in safari i'm missing?? > It > >> may > >>> be a bit more unforgiving on something as > compared > >> to > >>> all the other browsers? > >>> > >>> Thats where I'm leaning, but haven't found > >> anything > >>> searching around... > >>> > >>> > >>> > >>> Showing code mught be useful to an answer, but > >> thats a > >>> lotta calling of pages and frames etc such to > post > >>> here...... Not sure if I can easily do that... > >>> > >>> > >>> > >>> > >>> > >>> --- Stuart Tremain wrote: > >>> > >>>> Lester > >>>> > >>>> This is my iframe code that works OK in Safari, > >> all > >>>> very simple. > >>>> > >>>> Do you think it may have something to do with > >> paths > >>>> in your src file ? > >>>> > >>>> > >>>> > >>>> >>>> > >>> > >> > > > src="conversation.html?CurrentOrderNumber=[CurrentOrderNumber]" > >>>> width="390" > >>>> height="80" > >>>> frameborder="0" > >>>> marginwidth="0" > >>>> marginheight="0" > >>>> scrolling="yes" > >>>> title="conversation"> > >>>> > >>>> Customer/Direct converstaion > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> On 07 Jun 2007, at 10:38 AM, Lester wrote: > >>>> > >>>>> yep, it displays fine. > >>>>> > >>>>> trying to access or see it in a set of frames > >>>> "within" > >>>>> the iframe is where it goes into hiding. But > >> again > >>>> I > >>>>> can do a "view source" within the frame/iframe > >> and > >>>> see > >>>>> the actual html code of the page not being > >>>>> displayed.... > >>>>> > >>>>> very puzzling. > >>>>> > >>>>> and again only in Safari > >>>>> > >>>>> > >>>>> --- Stuart Tremain wrote: > >>>>> > >>>>>> Does the page that you want to display on the > >> Mac > >>>>>> come up OK if you > >>>>>> access it directly, ie not through the iFrame > >> ?? > >>>>>> > >>>>>> On 07 Jun 2007, at 9:39 AM, Lester wrote: > >>>>>> > >>>>>>> I just have an old iMac for testing.... > >>>>>>> > >>>>>>> Creating a site that is not showing pages > >> within > >>>>>>> frames/iframes. > >>>>>>> BUT > >>>>>>> only when trying to view in Safari on a mac. > >>>>>>> Firefox and opera on a mac are a-ok. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> The weird thing: > >>>>>>> > >>>>>>> I can do a "show source" and see the code of > >> the > >>>>>> page > >>>>>>> not being seen, so it's there but not being > >>>>>>> displayed.. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> Are there some peculiarities with > Macs/Safari > >>>> and > >>>>>>> iframe/frames ? > >>>>>>> > >>>>>>> Maybe I'm inadvertantly "hiding" a page with > a > >>>>>> layer > >>>>>>> or something like that??? Transparency > maybe?? > >>>>>>> > >>>>>>> Been toying with this all day. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> lester > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > === message truncated === ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
  2. Re: OT: Safari/Mac - frames and iframes acting weird ( Stuart Tremain 2007)
  3. Re: OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
  4. Re: OT: Safari/Mac - frames and iframes acting weird ( Stuart Tremain 2007)
  5. Re: OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
  6. Re: OT: Safari/Mac - frames and iframes acting weird ( Stuart Tremain 2007)
  7. Re: OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
  8. Re: OT: Safari/Mac - frames and iframes acting weird ( Stuart Tremain 2007)
  9. Re: OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
  10. Re: OT: Safari/Mac - frames and iframes acting weird ( Stuart Tremain 2007)
  11. OT: Safari/Mac - frames and iframes acting weird ( Lester 2007)
Been staring at code looking for something that simple. Maybe of I put it aside for a bit and look again I'll spot something. Running it through web based html validators didn't make anything pop either. Just now I found some forum posts via google talking about nested frames & safari issues, but they have a 2003 date on them. Not exactly recent.... --- Stuart Tremain wrote: > All I can suggest is that there is some HTML that > Safari spits the > dummy on that the others are OK with, something as > simple as a > missing closing ??? > > > On 07 Jun 2007, at 11:13 AM, Lester wrote: > > > yep... thats what I'm thinkin. > > > > still weird how I can see all "invisible page" > html > > code with view source though.... > > > > > > I'm making a real simplistic layout now to test it > and > > see where it might fail.... > > > > will let you know what I come up with > > > > unless anyone else has some input into whats up. > > > > > > lester > > > > > > --- Stuart Tremain wrote: > > > >> Sounds like a process of elimination ... > >> > >> Seems like a problem with all the frames inside > >> frames inside frames > >> with Safari. > >> > >> > >> On 07 Jun 2007, at 10:59 AM, Lester wrote: > >> > >>> Actually my iframe seems to be fine. > >>> same basic code as yours.... > >>> > >>> > >>> What I'm doing on this site ..... > >>> > >>> I load a typical iframe 770 pixels wide and > center > >> it > >>> on a page. > >>> > >>> Within that iframe I now load a typical > >> header/body > >>> 2-layout frame. > >>> > >>> Now within that "body" frame I show other pages > as > >>> needed, and even some additional framed setups > >>> depending. (yeah I know lotsa nesting happening) > >>> > >>> The pages intended to be seen in that body frame > >>> appear as "invisible" (although again I can do a > >> view > >>> source and see their code). > >>> > >>> And again only in Safari. > >>> > >>> > >>> Opera, Firefox on a mac are OK > >>> Opera, Firefox and IE on a PC are OK > >>> > >>> Some little peculiarity in safari i'm missing?? > It > >> may > >>> be a bit more unforgiving on something as > compared > >> to > >>> all the other browsers? > >>> > >>> Thats where I'm leaning, but haven't found > >> anything > >>> searching around... > >>> > >>> > >>> > >>> Showing code mught be useful to an answer, but > >> thats a > >>> lotta calling of pages and frames etc such to > post > >>> here...... Not sure if I can easily do that... > >>> > >>> > >>> > >>> > >>> > >>> --- Stuart Tremain wrote: > >>> > >>>> Lester > >>>> > >>>> This is my iframe code that works OK in Safari, > >> all > >>>> very simple. > >>>> > >>>> Do you think it may have something to do with > >> paths > >>>> in your src file ? > >>>> > >>>> > >>>> > >>>> >>>> > >>> > >> > > > src="conversation.html?CurrentOrderNumber=[CurrentOrderNumber]" > >>>> width="390" > >>>> height="80" > >>>> frameborder="0" > >>>> marginwidth="0" > >>>> marginheight="0" > >>>> scrolling="yes" > >>>> title="conversation"> > >>>> > >>>> Customer/Direct converstaion > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> On 07 Jun 2007, at 10:38 AM, Lester wrote: > >>>> > >>>>> yep, it displays fine. > >>>>> > >>>>> trying to access or see it in a set of frames > >>>> "within" > >>>>> the iframe is where it goes into hiding. But > >> again > >>>> I > >>>>> can do a "view source" within the frame/iframe > >> and > >>>> see > >>>>> the actual html code of the page not being > >>>>> displayed.... > >>>>> > >>>>> very puzzling. > >>>>> > >>>>> and again only in Safari > >>>>> > >>>>> > >>>>> --- Stuart Tremain wrote: > >>>>> > >>>>>> Does the page that you want to display on the > >> Mac > >>>>>> come up OK if you > >>>>>> access it directly, ie not through the iFrame > >> ?? > >>>>>> > >>>>>> On 07 Jun 2007, at 9:39 AM, Lester wrote: > >>>>>> > >>>>>>> I just have an old iMac for testing.... > >>>>>>> > >>>>>>> Creating a site that is not showing pages > >> within > >>>>>>> frames/iframes. > >>>>>>> BUT > >>>>>>> only when trying to view in Safari on a mac. > >>>>>>> Firefox and opera on a mac are a-ok. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> The weird thing: > >>>>>>> > >>>>>>> I can do a "show source" and see the code of > >> the > >>>>>> page > >>>>>>> not being seen, so it's there but not being > >>>>>>> displayed.. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> Are there some peculiarities with > Macs/Safari > >>>> and > >>>>>>> iframe/frames ? > >>>>>>> > >>>>>>> Maybe I'm inadvertantly "hiding" a page with > a > >>>>>> layer > >>>>>>> or something like that??? Transparency > maybe?? > >>>>>>> > >>>>>>> Been toying with this all day. > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> lester > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > === message truncated === ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Lester

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCat2 several catalogs? (1997) Newbie - Search question (1998) WebCat2 beta 11 - new prefs ... (1997) message forum question (2005) emailer setup (1997) Unix line endings (2003) New Command prefs ... (1997) webcat 2.1 new cart fields - please explain more (1998) WebCat2 beta 11 - new prefs ... (1997) Announcement-WebCatalog 2.0 Released (1997) Search/sort in URL Was: GuestBook example (1997) Detecting the screen size (2003) [WebDNA] Putting '&search' into URL killing all search contexts on my sites (2010) [WebDNA] .html extension (2012) How far do [showif]s go? (1997) Duplicate Carts (2000) WCS Newbie question (1997) WebCatb15 Mac CGI -- [purchase] (1997) Images in the page without using separate image files ... (2003) WebCat2 several catalogs? (1997)