Showing results 1 to 40 of 103
Search took 0.01 seconds.
Posts Made By: Roebuc
Forum: JavaScript / DHTML / AJAX 24 Days Ago
Replies: 2
Views: 236
Posted By Roebuc
Ajax issues with IE

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 29 Days Ago
Replies: 2
Views: 294
Posted By Roebuc
Re: script not working, first time

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 29 Days Ago
Replies: 2
Views: 294
Posted By Roebuc
Re: script not working, first time

nevermind the <div> I was trying something and forgot to delete it
Forum: JavaScript / DHTML / AJAX 29 Days Ago
Replies: 2
Views: 294
Posted By Roebuc
script not working, first time

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: 510
Posted By Roebuc
Re: AJAX not working in FF but is in IE

// JavaScript Document
function undisable_city(){
var num =...
Forum: JavaScript / DHTML / AJAX Sep 15th, 2008
Replies: 3
Views: 510
Posted By Roebuc
AJAX not working in FF but is in IE

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 / 2003 Aug 14th, 2008
Replies: 3
Views: 417
Posted By Roebuc
Re: TCP/IP Problems

Thank you for the post, I will try that soon as I get home from work...
Forum: Windows NT / 2000 / XP / 2003 Aug 14th, 2008
Replies: 3
Views: 417
Posted By Roebuc
Re: TCP/IP Problems

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 / 2003 Aug 14th, 2008
Replies: 3
Views: 417
Posted By Roebuc
TCP/IP Problems

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 for...
Forum: Windows NT / 2000 / XP / 2003 Jul 29th, 2008
Replies: 7
Views: 613
Posted By Roebuc
Re: Print Spooler Problems

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 / 2003 Jul 29th, 2008
Replies: 7
Views: 613
Posted By Roebuc
Re: Print Spooler Problems

It is set to automatic
Forum: Windows NT / 2000 / XP / 2003 Jul 28th, 2008
Replies: 7
Views: 613
Posted By Roebuc
Re: Print Spooler Problems

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 / 2003 Jul 28th, 2008
Replies: 7
Views: 613
Posted By Roebuc
Print Spooler Problems

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: 379
Posted By Roebuc
Re: Email form results as PDF

Martin, thank you. That is perfect!
Forum: PHP Jul 22nd, 2008
Replies: 4
Views: 379
Posted By Roebuc
Email form results as PDF

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: 1,010
Posted By Roebuc
Re: Form in one iFrame refreshes another iFrame

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 name="LinkBackForm"...
Forum: PHP Jun 19th, 2008
Replies: 5
Views: 1,010
Posted By Roebuc
Form in one iFrame refreshes another iFrame

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: 396
Posted By Roebuc
Re: Homework Help

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: 396
Posted By Roebuc
Re: Homework Help

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: 396
Posted By Roebuc
Re: Homework Help

#ifndef H_addressType
#define H_addressType

#include <string>
#include <fstream>

using namespace std;

class addressType
{
Forum: C++ Apr 19th, 2008
Replies: 6
Views: 396
Posted By Roebuc
Homework Help

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: 584
Posted By Roebuc
Re: Good, Educational Conferences

Thank you for the post.
Forum: IT Professionals' Lounge Apr 17th, 2008
Replies: 3
Views: 584
Posted By Roebuc
Good, Educational Conferences

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: 224
Posted By Roebuc
Forum: C++ Apr 14th, 2008
Replies: 2
Views: 224
Posted By Roebuc
Homework Assignment Help/Question/Clairfication Plz

I am working with classes for the first time. I am trying to make an address book. While I think I have done my header files and class definition files correctly, I am running into a snag with...
Forum: Monitors, Displays and Video Cards Apr 10th, 2008
Replies: 1
Views: 375
Posted By Roebuc
Dual Monitors

I have an integrated video card and an ATI 2400. My main is on the ATI and I am trying to hook up my second to the integrated. I tried saying for the second monitor to not use the ATI. It made me...
Forum: Motherboards, CPUs and RAM Apr 7th, 2008
Replies: 6
Views: 713
Posted By Roebuc
Re: What kind of RAM?

Thanks.....I told her what I found out. She bought that PC in 2003 I think. I bought 2 pcs, one in 2001 and the other in 2004 and My PC's do not have this RAM, I have never seen it before. What was...
Forum: Motherboards, CPUs and RAM Apr 4th, 2008
Replies: 6
Views: 713
Posted By Roebuc
Re: What kind of RAM?

Well, I only have the two stick that are allready in there to move around, but yes, I can move them around and it still works. I just can not of an empty slot for RAM to go in, it has to have...
Forum: Motherboards, CPUs and RAM Apr 4th, 2008
Replies: 6
Views: 713
Posted By Roebuc
What kind of RAM?

I am helping a friend with her Dell computer and she has some kind of RAM in there I have never seen before. She has 4 slots, with 2 256 sticks and 2 sticks that seem to just be fillers. However,...
Forum: Networking Hardware Configuration Mar 31st, 2008
Replies: 0
Views: 513
Posted By Roebuc
Sharing a Wireless Connection in Vista

Ok...I am trying to hook up a desktop through a wire to my notebook running vista. My notebook is hooked up to a wireless network. The desktop is running xp. I went into network connections,...
Forum: Windows Software Mar 3rd, 2008
Replies: 5
Views: 694
Posted By Roebuc
Re: Outlook 2003 and Express

Shoot, I forgot to come back to this and post how I fixed it. I had to have Outlook create a new sent folder. For example, I went in and removed the sent file, which I think is Sent.dba but I am...
Forum: C++ Feb 21st, 2008
Replies: 13
Views: 888
Posted By Roebuc
Re: While Loop Help

I am sure you do. I know every programmer has their own style and I was not in any way insulting the advice given, unfortunatley for an online forum there is not the advantage of sitting down and...
Forum: C++ Feb 21st, 2008
Replies: 13
Views: 888
Posted By Roebuc
Re: While Loop Help

First off, I am not a dog, I don't obey! I took everyone's advice and ran it by my prof, he had a different way of doing it all together that is working. Thank you everyone for your help I did...
Forum: C++ Feb 20th, 2008
Replies: 13
Views: 888
Posted By Roebuc
Re: While Loop Help

Edited: Ok I spoke to soon if you saw my post before I edited. It worked for one part but it is still not letting me type in the next student name. Here is the new code:

while...
Forum: C++ Feb 20th, 2008
Replies: 13
Views: 888
Posted By Roebuc
Re: While Loop Help

Ok so....If I added std::cin.ignore(1); That just ignores 1 char right? Or does that make it ignore everything after the first char that it stores? Sorry to sound like such a rookie, this is my...
Forum: C++ Feb 20th, 2008
Replies: 13
Views: 888
Posted By Roebuc
Re: While Loop Help

Thank you both for your reply. I am just trying to make sure I understand this......so the problem is not the loop but the last input that is taken. When it asks, Do you have another student to...
Forum: C++ Feb 20th, 2008
Replies: 13
Views: 888
Posted By Roebuc
While Loop Help

Hello all, I have been working on a homework assignment that has to build a program for a user to enter student's grades and see the student's average as well as a class avaerage. Besides some...
Forum: Posting Games Feb 19th, 2008
Replies: 3,015
Views: 132,865
Posted By Roebuc
Re: Fantastic word game

Farm your own herbs!
Forum: Posting Games Feb 15th, 2008
Replies: 3,015
Views: 132,865
Posted By Roebuc
Re: Fantastic word game

On the way to the mountains, he saw it.
Forum: C++ Feb 14th, 2008
Replies: 9
Views: 532
Posted By Roebuc
Re: Dubbuging

I notice you keep typing the path with only one backslash between folders. This was a problem I was having recently, remember in quotes and using backslashes you have to use two backslashes or "\\"....
Showing results 1 to 40 of 103

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 10:05 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC