472,967 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,967 software developers and data experts.

"get flash" url breaks xhtml validation

I have a site that uses a bit of flash and I include a link for
visitors to get flash if they don't have it. Unfortunately, the XHTML
validator complains about the "get flash" url, even when using
transitional. Does anyone know what I can do about this? I can't
control Adobe's url and why would XHTML care? The "get flash" url is:

http://www.adobe.com/shockwave/downl...h&promoid=BIOW

Thanks.

--Don D.

Oct 24 '07 #1
4 2480
On 2007-10-24, DonD wrote:
>

I have a site that uses a bit of flash and I include a link for
visitors to get flash if they don't have it. Unfortunately, the XHTML
validator complains about the "get flash" url, even when using
transitional. Does anyone know what I can do about this? I can't
control Adobe's url and why would XHTML care? The "get flash" url is:

http://www.adobe.com/shockwave/downl...h&promoid=BIOW
Did you read the reason the validator gave? That would tell you.

(It was probably the use of an ampersand in the URL instead of
&.)

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Oct 24 '07 #2
On 10/24/2007 4:01 PM, DonD wrote:
I have a site that uses a bit of flash and I include a link for
visitors to get flash if they don't have it. Unfortunately, the XHTML
validator complains about the "get flash" url, even when using
transitional. Does anyone know what I can do about this? I can't
control Adobe's url and why would XHTML care? The "get flash" url is:

http://www.adobe.com/shockwave/downl...h&promoid=BIOW

Thanks.

--Don D.
If the URI is coded in the anchor (link) exactly as you show it, you
must change the ampersand from "&" to "&amp;".

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.
Oct 24 '07 #3
Well, I didn't think changing the ampersand would fix all the
problems, but it did. Thanks guys. Now it validates as strict.

--Don D.

Oct 25 '07 #4
David E. Ross wrote:
If the URI is coded in the anchor (link) exactly as you show it, you
must change the ampersand from "&" to "&amp;".
Or replace it with a semicolon.
Oct 25 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Pete Mahoney | last post by:
Ok I use a textarea to store data input by the user, and then upon them clicking the submit button I store this data to a database. The problem is once the user inputs too much data (about 3...
23
by: Hostile17 | last post by:
I keep coming across people, online and in real life, who believe that to code single tags like <br> and <img> with trailing slashes, <br /> and <img /> is considered "best practice" and when...
6
by: Eitan | last post by:
Hello, I would like to know about the methods : post and get of ASP. What is the difference between them. Need some samples, and explanation, please. Thanks :)
3
by: simon lee | last post by:
Dear all, I use VC++ to write a program for display a flash file "file.fla", However, for displaying flash file, it sometimes become black screen and sometimes cannot display the corresponding...
1
by: bill | last post by:
Is there a setting that will prevent the page "flash" when posting back a webform that will be populated with data? I just want to update the controls, not the entire page.
10
by: Pete | last post by:
I have the following code: <built-in method close of file object at 0xb7cc76e0> The file "temp.html" is created, but it doesn't look like the page at www.python.org. I'm guessing there are...
1
by: Jim Carlock | last post by:
Let's not argue about semantics. Let's talk about semasiology. Do specifications exist for using mixed case, upper case, lower case for the contents of the method employed? My own preferences...
3
by: Bsr | last post by:
What is the difference between for the following methods. "GET", "HEAD", "PUT" or "POST". Ex:my $req =HTTP::Request->new(GET =>$url1); Bhuvan.
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.