Hi, I am struggling to get IE to play a quicktime file. I have a small function that, once the page is loaded, sets the <param src> value to a file in the same...
... I think what you've got is changing the parameter's *name* to "k0010009-h.264.watermarked.mov". Try this: myParam.setAttribute('value', file); or even ...
Google for the answer. It seems to be covered fairly well there. Regards, Dave S PS Please start a new thread for a new question. ... From: "Pramod Kunju"...
Hello, was looking at a tutorial on AJAX here - http://www.htmlgoodies.com/beyond/javascript/article.php/3702926 - and I didn't understand something that I am...
I think this is just bad web page HTML. If you look at the download zip file, it looks as though the code you're talking about is actually in Ajax.js - i.e. a...
... Simple explanation: they screwed up. :) Looks like they included and escaped the <div> and <textarea> tags intended to display the example JS code. Note...
That makes perfect sense. Thank you. ... -- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) jcharlesberry@... "I think the real reason the Extropy...
Your file should start with your first JavaScript line - i.e. the "function" line, and end with the last }. You should not have a <script> tag in it. ...
... Actually, no you haven't. :) Put the following in a .js file var msg = 'Hello!'; <!-- msg = 'Good-bye!'; --> alert msg; FF2 (on Linux) and Konqeror pop up...
I don't think you need to include 'script' tags in your JavaScript file. Sent from my Verizon Wireless BlackBerry ... From: "Jack Straw" <jkernix@...> ...
thanks Dave - I actually did find that from a google search as well as proper scripting in the html doc - I had the wrong thing - got it now and good to go! ...
Reminder from: javascript3 Yahoo! Group http://groups.yahoo.com/group/javascript3/cal Rochelle's birthday Tuesday May 19, 2009 All Day (This event repeats...
JavaScript_Official@y...
May 18, 2009 11:55 pm
16685
Hello. I'm trying to replace an input field with a select drop-down list that is derived by the selection from a previous drop-down list. I'm a novice in...
as i know, apache and tomcat is the same thing, right ?? those are web server, or maybe i'm wrong??? Akses email lebih cepat. Yahoo! menyarankan Anda...
There is an "Apache Web server", but Tomcat is a servlet/JSP container that also has its own Web server, if I'm not mistaken. Sent from my Verizon Wireless...
Hi Folks. Has anybody used a javscript code coverage tool? Found JSCoverage and hrcov on the internet. Can anybody share their experiences using them or any...
I first want to introduce myself. My name is Gail and I am an amateur photographer, not a JavaScript expert. Having said that, I hope I am not booed right out...
Hi, Just convert you website into FLASH and add watermarks in your images. With flash, your visitors can't copy and paste, click and drag images... ...
Oh I'm so sorry to tell you but you'll never stop copy pictures from your Photoblog, the reason ? It's simple, exists one add-on to Firefox called Save page as...
as i know,you cannot stop anyone who browse you site or pictures,as many as anyone browses your pictures,and then they can download or save you images,but i...
yes you are right,anyone can copy or save images from web page whatever you do with your page,visitors even can use their printer machine print the image on...
Have you even read what she posted????? "I am trying to make it difficult for people to download photo images off of my site." -Gail Of course for us it will...
Is there a way to request the DOM of an another page? Better yet, is there a way to know if the page that I will call will show some error? Here is my problem:...
... you can write this to do that, you js verification,if verification fail,you could set some variable,oh,you use ajax verification? that is easy to do...
... Not unless your script opens it and it's in the same domain as the page containing your script. That's a security feature -- otherwise, people could...