Forum: XML, XSLT and XPATH 9 Days Ago |
| Replies: 2 Views: 246 I thought I should add. The point of the PHP script is to update the MySQL database on the web server. Perhaps there is a better way to do this then call a PHP script?
Thanks again. |
Forum: XML, XSLT and XPATH 9 Days Ago |
| Replies: 2 Views: 246 I am not sure if this is the correct category for VXML but it is very similar to XML; so I am hoping this will fly. Please move to another forum if necessary.
I am a Grad-Student and my thesis is... |
Forum: JavaScript / DHTML / AJAX 9 Days Ago |
| Replies: 5 Views: 467 I have not done OOP for javascript yet. Could you explain the following for me?
el.onclick = function(e){
e = e || event;
var a = (e.altKey) ? this.nextSibling : this;
var b =... |
Forum: JavaScript / DHTML / AJAX 10 Days Ago |
| Replies: 3 Views: 541 Apparently, I never marked this as solved. Sorry, setting to solved and giving Kudos! This answered my question. Thanks. |
Forum: JavaScript / DHTML / AJAX 10 Days Ago |
| Replies: 5 Views: 467 Those are the complete functions for javascript. I realize there is a lot of code, I have not optimized it as I am trying to make sure I am covering every little piece correctly.
Basically, I... |
Forum: JavaScript / DHTML / AJAX 11 Days Ago |
| Replies: 5 Views: 467 Hello all, I am trying to update the .onclick event after its been clicked once. Everything works fine in my script except updating the .onclick event. I have searched the web and found that I... |
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2009 |
| Replies: 2 Views: 686 Sorry, I forgot to mention this worked. Thank you very much! Added to rep! |
Forum: JavaScript / DHTML / AJAX Oct 14th, 2009 |
| Replies: 3 Views: 541 Hello all,
I am not sure if I should post this in this forum or the PHP forum. Basically, I am designing a web application for a school project. On the delete action, I want to prompt the user... |
Forum: PHP Oct 1st, 2009 |
| Replies: 5 Views: 492 Sorry for the long reply time. Just found that I am using PHP 4. Thanks for the info, I will see if I can get my hosting company to upgrade my php. Thanks. |
Forum: PHP Sep 29th, 2009 |
| Replies: 5 Views: 492 Unfortunately, that did not work. I made a few changes to the code but still receiving the same error:
function connect(){
global $db_connection;
try {
$this->db_connection =... |
Forum: PHP Sep 28th, 2009 |
| Replies: 5 Views: 492 Thank you for the reply. That is definitely an oversight on my part :D I will test that when I get home, however, the syntax error was pointing to the line that contained:
try {
Obviously... |
Forum: PHP Sep 26th, 2009 |
| Replies: 5 Views: 492 can someone tell me what is wrong with the following:
function connect($db_host,$db_database,$db_user,$db_pass){
global $db_connection;
try {
$db_connection =... |
Forum: Visual Basic 4 / 5 / 6 Jun 23rd, 2009 |
| Replies: 2 Views: 686 Hello All,
I might be developing an IVR System for a unique school project. This is something I have never done before and I am currently in the researching phase of the project. Can anyone... |
Forum: Storage Feb 23rd, 2009 |
| Replies: 0 Views: 562 Hey all, I have a XPS M1730. I have Intel Duo 2.4 GHZ and 2 GB of Ram. I noticed last month every once in awhile my hard drive would get overloaded and the computer would freeze for about 30... |
Forum: JavaScript / DHTML / AJAX Dec 17th, 2008 |
| Replies: 3 Views: 1,112 I am sorry guys, I never replied back to this thread. I found out the problem was IE caches the get method, you need to use the post method. Hope that helps someone in the future. |
Forum: Linux Servers and Apache Dec 17th, 2008 |
| Replies: 0 Views: 975 I am having problems with the mod_rewrite including an apostrophe. I was able to make this work....
RewriteRule ^([A-Z]{2})/([a-zA-Z]*)/(([a-zA-Z]|'s-[a-zA-Z])*)\.html$... |
Forum: JavaScript / DHTML / AJAX Oct 28th, 2008 |
| Replies: 3 Views: 1,112 I have an AJAX script that works fine the first time in IE. For example, if you go through the form and never change your mind, everything updates like normal. However, if you decide that where you... |
Forum: JavaScript / DHTML / AJAX Oct 23rd, 2008 |
| Replies: 2 Views: 1,201 I am in idiot, I forgot to upload, sorry , long day at work, but one more question, how can I run two functions onchange="" or onclick="" whatever I prefer to use, I think it has something to do with... |
Forum: JavaScript / DHTML / AJAX Oct 23rd, 2008 |
| Replies: 2 Views: 1,201 nevermind the <div> I was trying something and forgot to delete it |
Forum: JavaScript / DHTML / AJAX Oct 23rd, 2008 |
| Replies: 2 Views: 1,201 Hey all, I am trying to write my first Ajax script.....I downloaded a demo and basically tried copying it and it did not work. My PHP scripts that are tied to it work, however on the form, my... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2008 |
| Replies: 3 Views: 854 // JavaScript Document
function undisable_city(){
var num = document.restaurant_search.select_state.selectedIndex;
if(num==0){
document.restaurant_search.select_city.disabled=true;
}else{... |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2008 |
| Replies: 3 Views: 854 Ok, I have done the search through the forum.....I see the security issues with AJAX in FF and I checked in the URL calls, they are staying within the domain and not going to a third party. I did... |
Forum: Windows NT / 2000 / XP Aug 14th, 2008 |
| Replies: 3 Views: 1,059 Thank you for the post, I will try that soon as I get home from work... |
Forum: Windows NT / 2000 / XP Aug 14th, 2008 |
| Replies: 3 Views: 1,059 Ok, it has nothing to do with the card, I installed another wireless card which can connect to the router. However I get the same error when I run ipconfig. If I try to ping something I get Unable... |
Forum: Windows NT / 2000 / XP Aug 14th, 2008 |
| Replies: 3 Views: 1,059 When I type ipconfig in my computer, I get the following:
Windows IP Configuration
An Internal error occured: The request is not supported.
Please contact Microsoft Product Support Services... |
Forum: Windows NT / 2000 / XP Jul 29th, 2008 |
| Replies: 7 Views: 1,613 I already said that in post 3.
I am thinking it has something to do with the printer and vista? It is a HP 1020. |
Forum: Windows NT / 2000 / XP Jul 29th, 2008 |
| Replies: 7 Views: 1,613 |
Forum: Windows NT / 2000 / XP Jul 28th, 2008 |
| Replies: 7 Views: 1,613 Local to the PC, there is a document stuck in the queue I can not get to go away. I have rebooted the computer, cancel all jobs, uninstalled and re-installed the printer. Really weird lol |
Forum: Windows NT / 2000 / XP Jul 28th, 2008 |
| Replies: 7 Views: 1,613 I am having a problem with my print spooler not staying automatic even though auto is selected. Every time I want to print, I have to manually restart the spooler. It does not matter what program I... |
Forum: PHP Jul 23rd, 2008 |
| Replies: 4 Views: 1,063 Martin, thank you. That is perfect! |
Forum: PHP Jul 22nd, 2008 |
| Replies: 4 Views: 1,063 Can someone tell me how I can accomplish this. I want the results of a form to be placed in a pdf and then added as an attachment. I am not sure if this is possible, but if someone knows how,... |
Forum: PHP Jun 20th, 2008 |
| Replies: 5 Views: 2,250 The way the link shows is how I thought I was suppose to do it, but it doesn't work. Here are the iFrames......
<td width="580" valign="top" align="center">
<iframe... |
Forum: PHP Jun 19th, 2008 |
| Replies: 5 Views: 2,250 I have a page that holds two iFrames. The first iFrame is a form the user has to fill out. The second iFrame prints the results the form gives. When the page is first loaded with the two iFrames,... |
Forum: C++ Apr 19th, 2008 |
| Replies: 6 Views: 835 Thanks, I had a "-" where I should have had a "+". When I saw the "f:" next to file I assumed it had something to do with my external hd, thanks guys. |
Forum: C++ Apr 19th, 2008 |
| Replies: 6 Views: 835 Thanks;
I hope it is ok just to keep this in this thread. I have another question now.
I am getting a debug assertion failed message. It reads:
Program...chool\Basic... |
Forum: C++ Apr 19th, 2008 |
| Replies: 6 Views: 835 #ifndef H_addressType
#define H_addressType
#include <string>
#include <fstream>
using namespace std;
class addressType
{ |
Forum: C++ Apr 19th, 2008 |
| Replies: 6 Views: 835 Just a quick question, I am working with classes and I was trying to rename one as an array, ie:
addressType addresses[n];
But I have decided not to make it an array. So is this a legal... |
Forum: IT Professionals' Lounge Apr 18th, 2008 |
| Replies: 3 Views: 846 |
Forum: IT Professionals' Lounge Apr 17th, 2008 |
| Replies: 3 Views: 846 Hello all, my employer and I are looking for some good web development conferences to go to this year. We are really wanting to expand our knowledge of PHP, AJAX, and Security for Ecommerce. I was... |
Forum: C++ Apr 15th, 2008 |
| Replies: 2 Views: 375 |