I think you may be after something along these lines:
http://www.petefreitag.com/item/356.cfm
Try to learn something about everything and everything about something.
--- Thomas H. Huxley
You can place these files anywhere which all the pages you wish to use it can access it.
Probably the best place to put them is in the same directory as your index.html equivelent.
If you need to find the filesystems path to this directory.
(c:\server\htdocs\index.html)...
I started with XML this morning, and after playing arund with it for a while, I've found my problem. Every Alternate childNode for every Node in my document is an empty blank node.
For example
<DOCUMENT>
<ONE>Hello</ONE>
<TWO>Goodbye</TWO>
</DOCUMENT>
using javascript...
I am trying to let the user move a div from one place to another. When the user clicks on a div, it is removed from its current parentNode and transferred to a temporary moveable div using the DOM. Unfortunately, i don't know how to detect which of the numerous possible locations they have...
I'm not entirely sure what you're asking. what is the
How exactly do you want the text wrapped around? (It is probably best to put the image into a table with surrounding cells full of text)
When I ran this script, in both IE and Firefox, no error occured.
I am trying to build a website where two people can talk to each other. I am using AJAX, PHP and MySQL. What I would like is that, when one person submits a message to the server, the other person sees the message.
In effect I would like to send information to the client without the client...
Thank's, I have managed to find the problem, for some reason, if you put the "new" in "validate=new function", it doesn't work. I removed the new, and it seems to be working now.
I am trying to create a very dynamic form using AJAX. My AJAX function eval()s the responseText of the request as this is the best way of doing several other things.
I am writing this to input data into a database, and I would like to only use one function in php to input data into each of...
I am new to C++ and am trying to translate a program from VB6 to C++. In this program i have an Array that slowly grows in size as the program runs. I need to find out how to "Redim Preserve myArray(Ubound(myArray)+1)" in C++.
For those who don't use VB, this function extends the length of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.