Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 4 Views: 773 Re: DHTML pop up help That centered it but it also pushed the rest of the page down below the pop up. I want the pop up to be over top of the main content in the middle of the page. |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 4 Views: 773 DHTML pop up help I have a DHTML ajax pop up that I would like to have centered in the page as it is currently left justified. Also, I would like it to only show the first time a user views the page. Here is the... |
Forum: PHP Jun 4th, 2008 |
| Replies: 5 Views: 172 Re: Form not sending info... Yeah, I had that first, but it was a php version issue. I tested on a newer version and it worked except now it is not emailing the results. Any idea on that? |
Forum: PHP Jun 4th, 2008 |
| Replies: 5 Views: 172 Form not sending info... I'm not sure why but my form is not sending the info. I'm able to get the email but all the fields are blank. When I submit the form I get my echo message. Any help is great, thanks.
Form:
... |
Forum: Website Reviews Mar 24th, 2008 |
| Replies: 10 Views: 692 |
Forum: Website Reviews Mar 21st, 2008 |
| Replies: 8 Views: 430 Re: Review my image hosting site The header refers to the top portion of your site that includes your logo. Yeah, the image borders distract users from the actual images. Simple is usually better. |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 347 Re: TrustMe.net - building buyer's trust It's actually more of a layout issue. All the elements of the page just seem to be floating around. There are at least six different font sizes which is not a good sign. These things make it hard... |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 364 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 8 Views: 430 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 3 Views: 301 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 1 Views: 325 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 347 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 7 Views: 443 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 4 Views: 336 |
Forum: Website Reviews Mar 20th, 2008 |
| Replies: 10 Views: 692 |
Forum: ASP.NET Mar 11th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Do, I need to have an array with the different dates? Excuse me if sounds like I'm talking out of my butt, because I probably am. |
Forum: ASP.NET Mar 10th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Yeah, that wasn't a finished product. I just wasn't sure what comes next. I'm guessing it supposed to call the file that holds the email dates, which I do not have as of yet. What is supposed to... |
Forum: ASP.NET Mar 7th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder I'm not entirely sure what I'm doing. But this is what I have so far but I'm not sure how to get it to check a file for the date. As well as a lot of other things.
'Option Strict On
Option... |
Forum: ASP.NET Mar 7th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder As far as I can tell, in order to create a windows service I need to have visual studio. I don't. I'm working with visual web dev.
Would it work if the webpage was open on the server continually? |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 264 |
Forum: ASP.NET Mar 6th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder I did look up the timer class. I'm not sure about if it allows once every 24 hours. It can run more than that as long as it runs once. Does the timer class need to be set up in a separate file? |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 264 |
Forum: PHP Mar 6th, 2008 |
| Replies: 3 Views: 264 Form Crapped Out... My form was working fine in the past, and now it is not. I'm not sure why. I've been through the code several times and have yet to find anything. The form posts with the general error that is in... |
Forum: ASP.NET Mar 6th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Ok, what kind of file are we talking about and where is the trigger? In the file? From my questions, you can ascertain, I'm clueless. |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Excuse my ignorance ... how is the email reminder actually triggered? Do I put today's date in the db and let it rip or what? |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Based on what I have now, what needs to be done next in order to test it?
My DB:
ReminderID
Company
FullName
Printer
Email
Email Date |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Should I be using datetime for my data type? I'm a little confused on how that will work since it is a recurring date. I will probably manually add the day it should be sent. How is that going to... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder For the time being I'm running this on my local machine via IIS and SMTP. How do I find out what the equivalent of "mail.site.com" would be for my machine? Will my IP work? |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Well, that's special. I guess you'd have to do something else to get Net.Mail to work. So, I can use web.mail even though it is giving me errors? |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder I'm not sure what the subroutine would be so I temporarily but some crap in there to dispel errors. Its crying about Property 'To' being read only and it doesn't like SMTPMail.whatever... Says it's... |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder I'm setting up the emailall page with code behind. Is that correct the way you coded it. I'm getting a lot of 'Statement cannot appear outside of a method body' errors popping up in Intellisense. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder Is that a nix on using DTS then? I just spent the last hour trying to download it. Hope I can use it.
What is firing the emailall.aspx page? I'm guessing some code I'm not aware of. |
Forum: ASP.NET Feb 29th, 2008 |
| Replies: 35 Views: 2,148 Re: Auto Email Reminder This sounds good. One issue is that there is no member db. At this point there is not a good reason to create a full fledged membership. The reminder is for the customer to come back to the site... |
Forum: ASP.NET Feb 28th, 2008 |
| Replies: 35 Views: 2,148 Auto Email Reminder I have a form that is classic asp that basically collects some info and sends it to an email account. What I really to do is have an email reminder option added. The form is a monthly report and the... |
Forum: ASP.NET Feb 27th, 2008 |
| Replies: 140 Views: 3,046 |
Forum: ASP.NET Feb 26th, 2008 |
| Replies: 140 Views: 3,046 |