Friday, June 20, 2008

Okay- something odd is going on w/ my JavaScript. Every time I try to do something that requires it- I get a message like this:

Your browser does not support Flash or JavaScript which are required to run this site.
Please either turn on JavaScript if it s turned off or visit adobe.com to install Flash.

Or

Hello- you either have JavaScript turned off or an old version of Macromedia s Flash Player. Click here to get the latest flash player.

Well- I looked and I don’t have JavaScript turned off. So I clicked the link and downloaded that thing. But it still gives me the same message. Help?

(this is where that link takes you btw:
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash)
Sun Java Console and Java Plug-In are enabled too

the only problem im facing is how to include all the inventory in a way so that users can search it and go to the particular portion of the page where the car is and there should be a checkbox right next to every vehicle so if checked then add that to cart. should be able to add/rmove from the cart which would show total amount. needs to be done using html- webmatrix(asp.net) or javascript. any suggestions would be appreciated. thanks.

We re about to purchase a development server for our team of web developers - php and javascript programmers. We re planning on running LAMP and Subversion. What is the best hardware (processor- memory- manufacturer) and software (flavor of linux- setup- etc.) configuration? And what s the best way to network it to a team of 4 Windows machines?

i know javascript a bit......someone told me that javascript do works like automatically go to google.com n enter a value in the search box n click on the search button.
Is it a complex work to do?....can someone tell me how to do it?

I want to create a personalized HTML home page from scratch- and I want it to use JavaScript to read a list from an XML file as a to-do-list. Note that this home page will run off my laptop s hard drive--not on a server.

Some of you my recognize this- some may not. It basically makes the pictures go wild by changing the value of the margins of document.images. Anyways- I want to know if I can insert it in my layout to make my image move. I created my own layout- but it won t be finished until I get this to work. Heres the code.

javascript: R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position= absolute ; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval( A() -5); void( 0 );

No comments: