Re: Site Builder & IE Mac

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 56964
interpreted = N
texte = Here is a solution. Its kind of a hack, but it should get those pages to work for IE/MAC In the sitebuilder 'default.tpl' file, directly under the comment: [!]otherwise, use content they selected from additional pages[/!] Change the else clause code to: [/else] -> Not including the HTML comment ;) Just trying to avoid that message again. You will need to ignore any line breaks that have been added by your email viewer. The iFrame code should all be on one line. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Stuart Tremain Sent: Wednesday, March 17, 2004 7:23 PM To: WebDNA Talk Subject: Re: Site Builder & IE Mac They were all slightly different ... On 18 Mar 2004, at 02:23 PM, Donovan Brooke wrote: > Scott Anderson wrote: > >> Nope. Still looks like a MAC IE bug. >> This simple code generates the same error: >> iframe width="100%" height="500" >> src="test2.tpl?var1=blahblah/../blahblah" >> /iframe >> Seems IE has a problem with the '/../' in the query string portion of >> the >> iframe 'src' URL. All other browsers that I have tested do not have >> that >> problem. >> This is certainly not the first issue I have seen with IE on MAC. >> Anyway, I am trying to come up with a work-around for the sitebuilder >> templates. > > Thanks scott, I hope you find a solution. btw, am I the only > one who got your post 3 times? ;-) > > Donovan > > > > -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > DONOVAN D. BROOKE Eucalyptus Design > <-Web Development (specializing in eCommerce), -> > <-Graphic Design, and Pre-Press Consultation -> > > ADDRESS:> Donovan Brooke > DBA Eucalyptus Design > N2862 Summerville Park Rd. > Lodi, WI 53555 > PH:> 1.608.592.3567 > Web:> http://www.euca.us > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > ------------------------------------------------------------- > 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/ > > Regards Stuart Tremain idfk web developments 114a/40 yeo street neutral bay 2089 australia t +612 9908 2134 f +612 9908 4837 ------------------------------------------------------------- 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/ ------------------------------------------------------------- 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: Site Builder & IE Mac ( Donovan Brooke 2004)
  2. Re: Site Builder & IE Mac ( Donovan Brooke 2004)
  3. Re: Site Builder & IE Mac ( Rob 2004)
  4. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  5. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  6. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  7. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  8. Re: Site Builder & IE Mac ( Donovan Brooke 2004)
  9. Re: Site Builder & IE Mac ( Rob 2004)
  10. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  11. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  12. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  13. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  14. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  15. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  16. Re: Site Builder & IE Mac ( "Scott Anderson" 2004)
  17. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  18. Re: Site Builder & IE Mac ( Rob 2004)
  19. Re: Site Builder & IE Mac ( Rob 2004)
  20. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  21. Re: Site Builder & IE Mac ( Rob 2004)
  22. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  23. Re: Site Builder & IE Mac ( Rob 2004)
  24. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  25. Re: Site Builder & IE Mac ( Rob 2004)
  26. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  27. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  28. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  29. Re: Site Builder & IE Mac ( Rob 2004)
  30. Re: Site Builder & IE Mac ( Donovan Brooke 2004)
  31. Re: Site Builder & IE Mac ( Stuart Tremain 2004)
  32. Re: Site Builder & IE Mac ( Donovan Brooke 2004)
  33. Site Builder & IE Mac ( Stuart Tremain 2004)
Here is a solution. Its kind of a hack, but it should get those pages to work for IE/MAC In the sitebuilder 'default.tpl' file, directly under the comment: [!]otherwise, use content they selected from additional pages[/!] Change the else clause code to: [text]path=additionalpages/[_MiddleTemplate][/text] [showif [_MiddleTemplate]^../] [text]path=[middle startafter=../&endbefore=][_MiddleTemplate][/middle][/text] [/showif]  [/else] -> Not including the HTML comment ;) Just trying to avoid that message again. You will need to ignore any line breaks that have been added by your email viewer. The iFrame code should all be on one line. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of Stuart Tremain Sent: Wednesday, March 17, 2004 7:23 PM To: WebDNA Talk Subject: Re: Site Builder & IE Mac They were all slightly different ... On 18 Mar 2004, at 02:23 PM, Donovan Brooke wrote: > Scott Anderson wrote: > >> Nope. Still looks like a MAC IE bug. >> This simple code generates the same error: >> iframe width="100%" height="500" >> src="test2.tpl?var1=blahblah/../blahblah" >> /iframe >> Seems IE has a problem with the '/../' in the query string portion of >> the >> iframe 'src' URL. All other browsers that I have tested do not have >> that >> problem. >> This is certainly not the first issue I have seen with IE on MAC. >> Anyway, I am trying to come up with a work-around for the sitebuilder >> templates. > > Thanks scott, I hope you find a solution. btw, am I the only > one who got your post 3 times? ;-) > > Donovan > > > > -- > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > DONOVAN D. BROOKE Eucalyptus Design > <-Web Development (specializing in eCommerce), -> > <-Graphic Design, and Pre-Press Consultation -> > > ADDRESS:> Donovan Brooke > DBA Eucalyptus Design > N2862 Summerville Park Rd. > Lodi, WI 53555 > PH:> 1.608.592.3567 > Web:> http://www.euca.us > =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o > > > ------------------------------------------------------------- > 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/ > > Regards Stuart Tremain idfk web developments 114a/40 yeo street neutral bay 2089 australia t +612 9908 2134 f +612 9908 4837 ------------------------------------------------------------- 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/ ------------------------------------------------------------- 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/ "Scott Anderson"

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:

suggestion (1997) Summary search -- speed (1997) tab deliminated txt file (2001) multi-paragraph fields (1997) ConvertChars (2000) Bug Report, maybe (1997) test (2002) Clear command and ShoppingCart.tmpl (1997) MS Access (1999) [newcart] (1998) Only charge card when product shipped ? (1997) Migrating to NT (1997) [ShowNext] (1997) Edit field in orderfile (2002) Talk List Suggestions (1997) [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (2014) [showif]/[hideif] question (1997) Grouping fields problem (1998) Multiple prices (1997) WebMerchant when CC network is down (1998)