Summary: hi all, quick question re: javascript. i am writing out javascript variables from server-side code. then, i "include" a javascript file with all the n...
Summary: Internet Explorer will not recognize when I update a webpage. I upload to my server and I refresh and refresh. It still show the old page. It will sho...
Summary: Hello! I am trying to write a script that retrieves the content of a submitted form to another script which does some de-related function on them. No...
Summary: Oh yeah, you don't want $echo, since it is a function call, not a variable. Just echo $id will work if you have register_globals enabled. Be aware th...
Summary: Zenno- Read up on the Overflow CSS property. I can't stand custom scrollbars, so I have never used them, but changing it to: overflow: auto; should w...
Summary: I'm not sure what the link jamie gave has to do with the menu...I think he's just saying to search javascript.internet.com. Another place to look wou...
Summary: Hi, I'm using DreamWeaver and I'm trying to make a form work on my webpage. I would like the information to be subitted by email, but it is not worki...
Summary: On the subject of SQL injects...Turning register_globals off eliminates much of the security risk associated with not defining variables. That's why ...
Summary: I bought this template I am trying to edit and it has a background picture behind the main scene, which prevents users to view the site without scroll...
Summary: Dr. Nick's idea is a great one. That will stop over 95% of people from stealing your music. You wouldn't then need to use the crap Javascript. not exa...
Summary: This is kind of a complex question. What I want to do is have a page with a list of item numbers which are hyperlinks. I want to be able to click one ...
Summary: Could be that .php-files are associated with some other program on that computer, leading IE to not recognize the fileformat, check you settings for f...
Summary: Hello all, I am trying to update my website using ssi to replace a frameset. If I want to use ssi in my index page, how can I do this? index.shtml is ...
Summary: I assume you're talking about javascript, not Java...Two entirely different animals. It depends on what they ask for. Most of us probably know enough...
Summary: I have Firefox and I am trying to use it, however I found for instance that when I was trying to do an online anti-trojan scan, I could only do it wit...
Summary: Hi Guys. I need some help with this one! I am developing a PHP script to communicate with an Automatic Payment Confirmation server (Nochex). Basicall...
Summary: Quick one, does Netscape not recognize tbale commands like TD. I am going back and looking at sites I have done and alot of the tables are real messed...
Summary: Instead of using the @ symbol, use & # 0 6 4 ; (without the spaces). Spam robots are not recognizing this as an email address YET. To see an example...
Summary: javascript not support in mozilla firefox but same javascript is support to InternetExplore what is the following steps are used avoid this problem pl...
Summary: Just follow exactly what i wrote and it will work. Give the forms two differnt names (it doesn't matter what). Then each button needs to use the onCli...
Summary: That seems like it will do the trick. How do you think this will hold up with two massive arrays containing roughly 30,000 values? I noticed when I tr...
Summary: Thanx for the expedient reply Dave but actually that's not what I'm looking for at all. I'm looking for a way to actually do calculations thru the act...
Summary: Sure. It goes along with what Don was saying. Instead of trying to access elements on the page using document.<element>, do this: var element = do...
Summary: Here is the CSS and the javascript, the script is basically because IE does not really recognize all the css written here. ul li { position: relative...