![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? |
|
Extending Knowledge, Daily http://www.CommunityMX.com/ |
#3
| |||
| |||
|
|
it probably splits the query string based upon just the & character itself, so that will need to get addressed *if* you page really needs to validate. |
|
Murray *TMM* wrote: Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? You do have them, take a look at your URL for your links to the product pages: e.g.: a href="c_thumb2.asp?menu=English&range=Contemporary &piece=Chairs">Chairs</a notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side accomodates that type of usage, it probably splits the query string based upon just the & character itself, so that will need to get addressed *if* you page really needs to validate. -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. |
#4
| |||
| |||
|
|
Murray *TMM* wrote: Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? You do have them, take a look at your URL for your links to the product pages: e.g.: a href="c_thumb2.asp?menu=English&range=Contemporary &piece=Chairs">Chairs</a notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side |
| -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. |
#5
| |||
| |||
|
|
That's correct. How would it be addressed? |

#6
| |||
| |||
|
|
ASP will process the & as a straight & character when parsing the variables from the UrlString. I've had to do the same thing quite often to get it to validate, but the bottom line is, when it's read by the server, the server understands that & = &. "danilocelic" <danilo (AT) shimmerphase (DOT) com> wrote in message news:cmqrav$lb0$1 (AT) forums (DOT) macromedia.com... Murray *TMM* wrote: Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? You do have them, take a look at your URL for your links to the product pages: e.g.: a href="c_thumb2.asp?menu=English&range=Contemporary &piece=Chairs">Chairs</a notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side accomodates that type of usage, it probably splits the query string based upon just the & character itself, so that will need to get addressed *if* you page really needs to validate. -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. |
#7
| |||
| |||
|
|
Murray *TMM* wrote: That's correct. How would it be addressed? Murray, You're getting old, you've asked the exact same question about 2 months ago ![]() Thierry |
#8
| |||
| |||
|
|
You're much welcome. Think you could give me a hand on this one? The instruction at "0x77f5b2ab" referenced memory at "0x00000028". The memory could not be read. Click OK to terminate the application. ...and dreamweaver crashes... I posted it earlier. You don't happen to have an inside connection at Macromedia do you *whishfully hoping* ![]() David Young CFWebmasters.com david (AT) cfwebmasters (DOT) com "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:cmqsiu$mta$1 (AT) forums (DOT) macromedia.com... Whee! Thanks, David. It's valid now... 8) -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "David" <david (AT) cfwebmasters (DOT) com> wrote in message news:cmqrps$lv1$1 (AT) forums (DOT) macromedia.com... ASP will process the & as a straight & character when parsing the variables from the UrlString. I've had to do the same thing quite often to get it to validate, but the bottom line is, when it's read by the server, the server understands that & = &. "danilocelic" <danilo (AT) shimmerphase (DOT) com> wrote in message news:cmqrav$lb0$1 (AT) forums (DOT) macromedia.com... Murray *TMM* wrote: Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? You do have them, take a look at your URL for your links to the product pages: e.g.: a href="c_thumb2.asp?menu=English&range=Contemporary &piece=Chairs">Chairs</a notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side accomodates that type of usage, it probably splits the query string based upon just the & character itself, so that will need to get addressed *if* you page really needs to validate. -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. |
#9
| |||
| |||
|
|
notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side accomodates that type of usage, it probably splits the query string based upon just the & character itself, |
|
so that will need to get addressed *if* you page really needs to validate. |
#10
| |||
| |||
|
|
Whee! Thanks, David. It's valid now... 8) -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "David" <david (AT) cfwebmasters (DOT) com> wrote in message news:cmqrps$lv1$1 (AT) forums (DOT) macromedia.com... ASP will process the & as a straight & character when parsing the variables from the UrlString. I've had to do the same thing quite often to get it to validate, but the bottom line is, when it's read by the server, the server understands that & = &. "danilocelic" <danilo (AT) shimmerphase (DOT) com> wrote in message news:cmqrav$lb0$1 (AT) forums (DOT) macromedia.com... Murray *TMM* wrote: Folks: Please use FF's validation to hit this page - http://www.oakfurnituremaker.co.uk/test/index.asp When I do that I get a host of warnings about unencoded "&" characters. Yet, there are none on this page! Even is there were, what should I do about them? You do have them, take a look at your URL for your links to the product pages: e.g.: a href="c_thumb2.asp?menu=English&range=Contemporary &piece=Chairs">Chairs</a notice the & in the query string, change those to & and you'll start to validate. However, it doesn't look like the code you're using server side accomodates that type of usage, it probably splits the query string based upon just the & character itself, so that will need to get addressed *if* you page really needs to validate. -- Enjoy, Danilo Celic | Extending Knowledge, Daily | http://www.CommunityMX.com/ Those who aren't looking often have their eyes open widest. |
![]() |
| Thread Tools | |
| Display Modes | |
| |