Search:

Type: Posts; User: davidgottlieb

Page 1 of 7 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    510

    Not sure what to tell you man. Sorry. Good luck.

    Not sure what to tell you man. Sorry. Good luck.
  2. Replies
    13
    Views
    516

    Send me your asp file.

    Send me your asp file.
  3. Replies
    8
    Views
    510

    Outlook has nothing to do with sending email from...

    Outlook has nothing to do with sending email from a web page. Outlook is just an email client. You need the correct server components to send email. You might try Microsoft. I'm not sure but they...
  4. Replies
    13
    Views
    516

    What are you using that object for?

    What are you using that object for?
  5. Replies
    2
    Views
    309

    Thats just it. I don't want them to change color....

    Thats just it. I don't want them to change color. I made it that way.
  6. Replies
    2
    Views
    309

    Site Critique

    Hey guys. I created a bill reminder service. It is not designed for cool graphics, it is designed for functionallity. Check it out and tell me what you think about it.
    ...
  7. Don't listen to that dumbass.......it is VERY...

    Don't listen to that dumbass.......it is VERY possible and easy as hell. When you click on your "descending" button, have the script hit the database again and pull the information but have it pulled...
  8. Replies
    8
    Views
    510

    Try using ASPQMail. This is another mail...

    Try using ASPQMail. This is another mail component that you may have. Here is the code:


    <%
    Dim objMail
    Set objMail = Server.CreateObject("SMTPsvg.Mailer")

    objMail.FirstName = "poop fart"...
  9. Replies
    13
    Views
    516

    There should be no reason why you can't do a...

    There should be no reason why you can't do a response.redirect unless you are passing information to another page. In that case you could do a response.redirect with querystrings of the information...
  10. Replies
    3
    Views
    370

    Screw access. SQL is God!

    Screw access. SQL is God!
  11. Replies
    0
    Views
    265

    SQL Server Gif?

    Hey. Where can I get a gif that says "This site powered by SQL Server 2000" or something like that? I know they have something I just can't find it.

    Thanks!
  12. Thread: Question

    by davidgottlieb
    Replies
    0
    Views
    304

    Question

    In Adobe Acrobat, can you convert a pdf to an html document? Any feedback would be appreciated.
  13. Replies
    7
    Views
    431

    I'm with Michael

    I'm with Michael
  14. Replies
    7
    Views
    431

    I am using VBScript. How should I word that If...

    I am using VBScript. How should I word that If statement? I know it should be IsNumeric but I need it to be able to allow a decimal point in there as well. Any ideas?
  15. Replies
    6
    Views
    518

    Thats right. I like to use the go(-1) because you...

    Thats right. I like to use the go(-1) because you have control over how many steps you want to go back to. Like I have several steps in filling out one form I have and in the end if they want to make...
  16. Replies
    6
    Views
    518

    The correct code would be this

    The correct code would be this


    <FORM ACTION="javascript: history.go(-1);">
    <INPUT TYPE="submit" VALUE="Go Back One Step">
    </FORM>

    Hope that helps!!!!!!!!!!!!!!!
  17. Replies
    7
    Views
    431

    Dollar Amount in ASP

    How can you verify that a field is numeric but can have a decimal point for a dollar amount in it? How would I word the if statement.
  18. Replies
    4
    Views
    351

    Ok. Well I have, on the last if statement, an...

    Ok. Well I have, on the last if statement, an Else that sends them to the next page. What if they enter invalid info on everything but that one and it submits it???
    Here is my code:

    <%
    If...
  19. Replies
    4
    Views
    351

    Yeah, thats what I did. I've got it now. Thanks...

    Yeah, thats what I did. I've got it now. Thanks dude
  20. Replies
    4
    Views
    351

    I Think This Is An Easy Question.

    Ok. I have a form that is submitted to a script for error checking. How can I get it to write the multiple errors for each error. Because when I submit it, it only writes the first one. This is my...
  21. Replies
    4
    Views
    336

    You are a lifesaver. Thanks...

    You are a lifesaver. Thanks dude!!!!!!!!!!!!!!!!!!!!!!!!!!!:D
  22. Replies
    5
    Views
    305

    Correct:p :p :p :p

    Correct:p :p :p :p
  23. Replies
    5
    Views
    305

    Josh is right. IIS 5.0 which comes with Win2k is...

    Josh is right. IIS 5.0 which comes with Win2k is the best way to go because they have made upgrades as to which ASP components are supported and stuff like that. Hey Josh, could you take a look at...
  24. Replies
    11
    Views
    460

    I have no idea what you are talking about. Do you...

    I have no idea what you are talking about. Do you mind giving a better example?
  25. Replies
    5
    Views
    305

    Go to: http://www.4guysfromrolla.com That is a...

    Go to: http://www.4guysfromrolla.com
    That is a really good ASP site.

    Hope that helps
  26. Replies
    4
    Views
    336

    TEXTAREA Question?

    I have a textarea box in a form that when the user hits enter, I want an actual break to be put in between the line of text they entered and the new line. Is there a way to put a line break after...
  27. Replies
    6
    Views
    361

    Ok. Thats what I needed. What I am going to do is...

    Ok. Thats what I needed. What I am going to do is submit it to my script in the hidden fields then, they click ok and submit it to the other script. Thanks dude!!
  28. Replies
    6
    Views
    361

    Josh. How can I populate those fields if I'm not...

    Josh. How can I populate those fields if I'm not submitting it to my script??
  29. Replies
    6
    Views
    361

    If I'm not submitting it to my script, how do I...

    If I'm not submitting it to my script, how do I populate the hidden fields?
  30. Replies
    6
    Views
    361

    Yeah. I want to submit to another script and then...

    Yeah. I want to submit to another script and then show a confirmation page with all the information they enter. But, I have tons of check boxes and radio buttons. What do I do for those?
  31. Replies
    6
    Views
    361

    Slight Problem??

    I have an executable that I am submitting a form to that was created by an out sourced company. I also want to be able to display the information that the user inputted after submitting. Is there any...
  32. Replies
    2
    Views
    342

    IsNumeric?

    How can you error check to make sure that a field is numeric in a form using JavaScript?
  33. Replies
    3
    Views
    324

    I appreciate the feedback. While I was waiting...

    I appreciate the feedback. While I was waiting this is what I did which was a total waist of time:
    I created two images, one of a box and one of a box with a checkmark in it. I said:


    <%If...
  34. Replies
    3
    Views
    324

    Disable Fields?

    Is there any other way to disable a field on a web page besides something like:


    <INPUT TYPE="checkbox" DISABLED VALUE="poop">

    I am looking for another way to do that without graying out the...
  35. Thread: Time?

    by davidgottlieb
    Replies
    7
    Views
    335

    I had got it to work. I had just made a stupid...

    I had got it to work. I had just made a stupid error and put a space between one of the words in the variables. Silly me!!! Thanks alot Josh. That works perfectly!!
  36. Thread: Time?

    by davidgottlieb
    Replies
    7
    Views
    335

    I get this error when I run that code: What...

    I get this error when I run that code:

    What should I do about that?
  37. Thread: Time?

    by davidgottlieb
    Replies
    7
    Views
    335

    I am not very good with javascript. Could you...

    I am not very good with javascript. Could you help me out with some code josh?
  38. Thread: Time?

    by davidgottlieb
    Replies
    7
    Views
    335

    Time?

    Is there a way you can disable the user from clicking a button that redirects them to another page until they have been at that page for a certain amount of time? Like in seconds?
  39. Replies
    10
    Views
    635

    Yeah but where do I define that function and how?...

    Yeah but where do I define that function and how? I get an error on the GetUserName().
  40. Replies
    10
    Views
    635

    Where are you getting that GetUserName() function...

    Where are you getting that GetUserName() function from? What is behind that?
Results 1 to 40 of 264
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width