Help! Ok- today YouTube said that I have an error and that I need to activate my JavaScript and download Adobe Flash Player. But I already have done all of that! I am in desperate need of YouTube!!!
Also- on any site that I go on (such as FuzzAcademy- Gaia- etc..) it says I need Adobe Flash Player too.
Help?
Thanks~
Hey- OK. I have a problem. Whenever I go to You Tube- it says- "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I downloaded the Adobe Flash thingy- and I have enabled JavaScript! I dont know what to do- You Tube is my life! Help!
P.S: It started today- lest night it worked fine.
P.S.S: I have IE for Windows Vista.
This line...
Response.Write("& lt;Script type= text/javascript & gt;")
Results...
& lt;Script type= text/javascript & gt;
This line...
Response.Write(& lt;"Script type= text/javascript "& gt;)
Results...
ERROR
Of course the result I want is...
<Script type= text/javascript >
Note: I had to put a space after the & because even this page parses it correctly as < and > if I don t.
Why won t my page parse it correctly?
E prize to first correct answer (some really great code!)
response.write("<script type= text/javascript >"); won t do it because it is in an asp file and their is a
<script language="javascript" runat="server"> tag already.
The server parses both as tags.
Response.Write("<scrip")
Response.Write("type t")
Response.Write("ext/javascript >");
Does the trick!
"Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player."
I installed the Flash player- but then it still doesn t work. Is there something wrong with MY computer or is the program turned off? How can I fix this?
Hey- OK. I have a problem. Whenever I go to You Tube- it says- "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I downloaded the Adobe Flash thingy- and I have enabled JavaScript! I dont know what to do- You Tube is my life! Help!
P.S: It started today- lest night it worked fine.
P.S.S: I have IE for Windows Vista.
No comments:
Post a Comment