HI, I'm looking for a "last updated" script to put onto the home page of a client site. This would need to change whenever any of the pages on the site are...
... You're correct, of course, and I'm aware of what you're talking about. However, I was keeping things simple and restricting my discussion to numbers and...
This is my code below but when i try and run it...it brings up the invalid selection answer on all of them...it is only suppose to be if you select an invalid...
... Try using the document.lastModified property. -- This message has not been scanned for viruses. Since I do not use a Microsoft operating system or...
I see http://www.teamslide.com/ there is web application than can make real time online presentation, anyone knows how to make application like this with ajax...
Hi How to find out locations of errors inside Java script code. GENEARLLY .it display following types errors Line :abc Char: 8 Error: Object Expected Code: 0 ...
Hi Guys, Just wanted to ask how to count <li> elements in javascripts For example: <ul> <li>a</li> <li>b</li> </ul> And the result of my javascript function...
I am fairly new to Javascript. I have a form that users fill out to enter an animal to exhibit at a fair. Because we have no way of knowing, how many animals...
... Use some DOM method or combination of methods to uniquely identify the <ul>, then use getElementsByTagName(), e.g. <ul id="myUL"> <li>a</li> <li>b</li> ...
... Use Firefox or SeaMonkey instead of MSIE for debugging scripts. MSIE has the worst built-in script debugging on the planet. For more advanced debugging,...
This is Java, not JavaScript. However ... You need to indent your code carefully and then look at what the "else" is associated with. You will find that it...
I am sure this may be a simple brain fart/overlooking something problem. I have a very simple script that shows/hides an element. Along with that I have a span...
... That's due to scoping rules - those objects aren't defined in that context. Try this instead: <script type="text/javascript"> window.onload = showMe; ...
I have a form with 3 fields on it. The first field is dropdown box with a Y and an N in it. The default is N. If the answer is Y I would like to hide show the...
Your problem is simple. These two lines: document.getElementById(TheArrow).innerHTML == "4"; document.getElementById(TheArrow).innerHTML == "6"; You need to...
Thanks, I knew it was something simple. Soren Jonathan Berry <jcharlesberry@...> Sent by: JavaScript_Official@yahoogroups.com 12/06/2006 06:30 PM Please...
is there a way to stop users from seeing the php code. some of my pages have mysql database passwords and user names. how can I hide that information. and...
... As far as security goes, a properly configured PHP server will NEVER EVER show your PHP source code to end users. If you're having this problem make sure...
Hello, I have been asked a question and I are unsure of to work around this problem. This site uses a frameset. When an external page is loaded into one of the...
... From: Joe is there a way to stop users from seeing the php code. some of my pages have mysql database passwords and user names. how can I hide that...
listgroups@...
Dec 8, 2006 1:29 am
14644
PHP code is processed on the server and sends HTML out. As to cookies, you can use document.cookie in javascript. Don't know the PHP option for it. ... -- ...
Hi all, I have created a dynamic div and added an image through a .js file for that image i have written ondragleave event it is working fine for IExplore 6.0...
i really need a javascript to auto right click at 100:100 position on screen and then click at possition 110:110 on screeen and then press press N key........
For auto clicking, use the mouse move event and see the position if it is the required do wht ever you want ! cruteam <no_reply@yahoogroups.com> wrote:...