There are 2 ways you can do this. If you want all the divs to refresh at once, the simplest way is to hit the server, and work with the responseText (Or responseXML).
Because you are saying when the file is ready then do whatever is inside that function. If you are not sending anything to the file, then you wont get the alert box. Create an empty file, and then...
Use PHP to export the xml, so PHP will query the database, and then export what you need. Then you can use your javascript (AJAX), to connect to that XML page to get whatever you need.
How do I have my php match the following:
"<key1></key1>" but not "<key1></key2>"
Basically I have the following:
"<key1>Something inside here</key1><key2>Something inside here</key2>", and so my...
var url="http://www.xxxxx.org/post.php";
Firefox tries to prevent you from sending things off the domain. Don't include the "http://servername". For instance if "post.php"...
I see what you mean. When you make your form, you need a php program to parse the stuff you send it to it, and have it do stuff. Basicly, the code he provided will do nothing other then display it...
Well I wanted it to look like the font of the actual betabrite (something showing all of the pixels), and because it does widen up and stuff, I would need a custom font. I have the program where you...
For all of you who dont know what a betabrite is, you can see it here:
http://www.betabrite.com/pages/bbclassic.htm
I am undertaking the task of making a program that can program the display from...