If site A is functional then the values are all ready being posted somewhere. You just want the site owner to add additional action (your php/asp/.. script) to...
I have a simple mouseover script (simple to everyone but me) located at the top of a html page which displays one gif graphic and then shows another gif when a...
... Solved the problem. The filename extensions on the server are upper case (for some reason) and I was trying to call them using lower case. What a dolt. ...
HI , I have a HTML page on which i have a button which is used to add the text/Edit field at runtime. The button is used to add the multiple rows of text/edit...
Use the cloneNode() method to copy a node, then appendChild() or insertBefore() to add the copy to the page. Using cloneNode(true) will make a deep copy, that ...
I need to have a common navbar for a set of pages and would like to prevent duplication of the navbar in each page by simply linking to the navbar page and...
Hi Stu: You could make a combination with window.location. With this you can know the name of the web, and if you use substring of the location, you can then ...
David, OK, this is a very late reply. I've been busy and had to take a month out having an operation as well. Well, I finally got so frustrated with the drop...
Glad you got something satisfactory working. Re your question of includes ... If all you want to include is JavaScript code, then you can simply do a...
... At the moment, I'm still a very simple man creating simple .html files with a text editor. I'm not doing any server-side processing, although my server...
It's probably a .AU thing. :-) I thought I'd got rid of Basic in the early 70's, and was pleased to see that I had options in ASP. Unfortunately, I'm also...
OK. This was simple enough for even me to understand :) No need for Javascript at all. OK. I've done a bit more research and found out a little about .htaccess...
It's done but still won't work!!!! The links aren't arrayed by category e.g. Selection of a category doesn't filter the links can ANYONE please take a look at...
First point. Although you can get the server to treat the HTML files as PHP without changing their extensions, I'd certainly recommend going that extra yard...
Hi David, Your points are well taken. I only have 3 directories with .html files in them and probably about 30 pages. It's really a very low traffic site,...
If you already need some PHP on each page, then you might as well stay with PHP throughout. Re caching ... The cache ("temporary internet files" for IE) is...
I have some menus that I recently added to our site that work great but I just found out by one of our engineers that in IE 5 none of the links work. I'm using...
Is there anyway to allow someone to type a physical space in the textarea of a form? Thanks Steffan ... T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 ....
"Tabs", "physical space"? Sorry, please explain in a little more detail. Dave S ... From: Steffan A. Cline To: javascript_official@yahoogroups.com Sent:...
Hello, I have a project that I would Greatly Appreciate some direction. Let me preface this by saying that I consider myself very much a novice when it comes...
Hi David, I'm kinda torn between 1) keeping the html files and parsing the php parts and 2) converting them all to php file extentions with a Redirect of my...
I spent hours googling for a reliable way to insert a tab in text when typing in a text area. I found so many variances for different browser. Anyone have any...
I've been given a suggestion for 2a) as follows.. Quote" RewriteEngine on RewriteRule (.*).html $1.php I just checked it on my Apache server and it gives me ...
Hello! I have a problem that I'm hoping ya'll can help me with. I've got the basics, I think. But the timing is not quite right. Here's a brief description of...
I have this great dhtml image viewer and it works perfectly but since I load pics from various sources the size of the box is constantly changing and looks...
Hi All, I'm having a problem on alignment with my drop down menu onmouseover (www.east13.com). If i take a look at that using IE for pc, it looks fine, but...