23May

Is there an alternative to Java script?

4 comments so far

I use Java script for Email and it keeps locking up. Should I delete it and reload, or find another service for Email script? And, is there another service for the script avaliable?

Categories: Programming & Design
23May

How do I start a web site?

5 comments so far

I’m a residential and commercial flooring contractor plus I’m a dealer for a lot of manufacturers and sell materials to my customers as well… I want to sell “off goods” and “specials” on a web site and a broadcast email promotion, but don’t know where to start or what to do?

Categories: Programming & Design
19May

Want to send a mass email with pics that link to website. How do I create the links?

2 comments so far

I have a website and I am trying to send coupons out to my customers. I want them to be able to click on the coupon and have them taken to my site. How do I do that? I use a mac and my email program is called entourage (similar to Outlook Express).

Categories: Programming & Design
19May

Can anyone help me find a form/email script for a website?

2 comments so far

I have looked everywhere and cant find any free form scripts - I want to have something like a questionair on my site and then have it emailed to me when it has been completed but I cant seem to find any. Thanks for any help in this.

Categories: Programming & Design
11May

I’m having some trouble with my C code and I keep having the same error repeatedly. Any help would be great?

3 comments so far

I keep having the same repeated error of “Segmentation Fault” at the end of running the program.
My code is as follows:
#include
#include
#include
#include

#include
main ()
{
int i, n = 0;
char *x[10];
printf(”Enter each string on a separate line below\n\n”);
printf(”Type \’END\’ when finished\n\n”);
do {
x[n] = (char *) malloc(12 * sizeof(char));
printf(”string %d: “, n + 1);
scanf(”%s”, x[n]);
}
while [...]

Categories: Programming & Design
09May

HTML form emailing with asp script. Other radio button/text field?

1 comment so far

I have an HTML form that I can successfully email with my ASP script.
However, I have added a section of radio buttons for a set of choices for the user and I want the script to include the choice.
The thing is, when they choose the choice “Other” I have a text input field and [...]

Categories: Programming & Design