User Profile

Collapse

Profile Sidebar

Collapse
jerrydigital
jerrydigital
Last Activity: Dec 21 '08, 02:14 AM
Joined: Oct 28 '08
Location: Cleveland Ohio
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • great, thank you very much. this works now.
    See more | Go to post

    Leave a comment:


  • Below is the code to my contact page. I orignially created my webpage with internet explorer and it worked great. when I converted to Firefox, I have noticed some things in the code changed and obviously something changed which doesn't allow me to left click on the text box. any ideas what that could be? Thanks for any thoughts.

    Code:
    <html><head>
    <title>Contact Us</title>
    <script language="JavaScript1.2">
    ...
    See more | Go to post

    Leave a comment:


  • jerrydigital
    replied to Form problem in Firefox
    Thank you all for your input. I will check out those websites later today.

    I have been making several changes and it's going pretty good. I have two major issues that come to mind. First, I can only right click to enter information in text boxes in FireFox. This is very unnatural for my users and I need to figure out how to change this. Second, I like to use <br> in IE to go to the next line but in FireFox this causes...
    See more | Go to post

    Leave a comment:


  • How to allow left click to enter info in text box form in FireFox

    Hello,

    I had my webpage up and running great on both Internet Explorer and Firefox. The problem is, on FireFox the user can only right click the text box in forms to enter information. How do I change this so they can left click because I feel that is more natural.
    See more | Go to post

  • jerrydigital
    started a topic Form problem in Firefox

    Form problem in Firefox

    Hi, does anyone know of a good route to take to allow users with Firefox and other browsers other than Internet Explore to use my website?

    My website is working great on Internet Explorer but I just found out that in Firefox users can't enter any information in the form fields plus there are random font issues throughout the pages.

    Can anyone direct me to a tutorial or idea how to be universal since most people I know...
    See more | Go to post

  • thank you, i appreciate your help. this is a lesson learned. take care.

    jerry
    See more | Go to post

    Leave a comment:


  • hi,

    i would like to delete posts 4 and 8 where i mention the company website. reason being, when you google the website, it comes to this page and i would not like it to.
    See more | Go to post

    Leave a comment:


  • is there a way to edit my previous posts? there's some info i would like to delete. thanks

    Jerry
    See more | Go to post

    Leave a comment:


  • jerrydigital
    started a topic Cancellation of subscription question

    Cancellation of subscription question

    Hi all,

    I have integrated paypal into my asp webpage so users can sign up for recurring monthly payments. I also have a page on my website that the user can "cancel". However, when they cancel, it simply erases their login information from my database so they can't login anymore. It doesn't unsubscribe them from paypal. I have to do that myself.

    I am curious if there is a way to have one cancal button...
    See more | Go to post

  • CroCrew,

    I repeated my substitution I mentioned in my last post, but I followed your advice and simply typed it out instead of copy and paste. And, it works perfectly. Thank you so much for your expertise. This makes my table so much more professional.

    Jerry
    See more | Go to post

    Leave a comment:


  • sorry for the confusion, the code above is for the table i have that is working but is uneven as i described above.

    I get the error code when I substitute the following code with the code you provided:

    Code:
    <tr valign="top" bgcolor="white"> 
    <td><%=objRS("AProgram1")%></td> 
    <td><%=objRS("APoints1")%></td></tr>
    ...
    See more | Go to post

    Leave a comment:


  • Thanks CroCrew,

    I tried to implement your code but I got the following error:

    Microsoft VBScript compilation error '800a0408'
    Invalid character
    /accountpage.asp , line 106
    If LEN(objRS("APro gram1")) > 0 Then


    I am sure this didn't work because of my lack of knowledge but I have posted my entire code for this page below for your review.

    Code:
    <%@ Language=VBScript
    ...
    See more | Go to post

    Leave a comment:


  • Here is my code. Please take note, the customer will either enter a text into the "program" or the "other" text boxes. If they enter 5 programs, the table looks great. If they enter less, there is extra space at the bottom and if they enter any "other" then the border lines are much fatter. Any ideas how to clean this up a bit? Thanks

    Code:
    <center><table width="30%" border="0"
    ...
    See more | Go to post

    Leave a comment:


  • What is the best way to make a table on asp page?

    Hi,

    I am trying to make my table on an asp page cleaner.

    Right now, I have an html table on my page that draws information from my database. The customer can enter the following on the registration page:

    Provider name: "drop down menu list" option named "provider1"
    If name not listed, enter name: "text box" named "other"
    Provider 2 name: "drop...
    See more | Go to post

  • jerrydigital
    replied to oConn.Open connectstr error
    Thanks for your responses. It is the craziest thing. My website is running beautifully today. The problem only occurs if I delete all my web pages and my database off of the ftp client. Then load them again and try to login to my web page without loading the database.

    If I load the database along with the web pages, it works fine. It only gives me the error I mentioned if I forget to add the database. The problem is, after...
    See more | Go to post

    Leave a comment:


  • jerrydigital
    replied to oConn.Open connectstr error
    Hi, the error code I get is:

    Provider error '80004005'

    Unspecified error

    /accountpage.asp , line 23


    It seems to occur if I upload my webpages to the ftp client but forget to upload my access database. When i attempt to login, I get an error and realize I forgot to upload my database. After I reload all my pages on the ftp client including the database, that's when I get the...
    See more | Go to post

    Leave a comment:


  • jerrydigital
    started a topic oConn.Open connectstr error

    oConn.Open connectstr error

    Hi,

    My website was working perfectly for the past week but now I am getting an error without making any changes. I am using Godaddy as my server provider.

    The error occurs on the line of code below:

    Code:
    oConn.Open = connectstr

    Have you heard of other godaddy clients that have this error? when i contact them, they are no help at all. they tell me they can't help with 3rd party scripting...
    See more | Go to post

  • jerrydigital
    started a topic Help with Table design

    Help with Table design

    Hello,

    I have a table on my account page that allows users to view their account name and account balance. When they sign up, I am not sure how many accounts they have so I allow them to enter up to 5. However, when the table shows up in the account page, it has extra space if the user has anything less than 5 accounts. I also allow the user to enter a "other" account if they don't find their account on the drop down during...
    See more | Go to post

  • I figured out my problem. I had to query the database. I put the following code in:

    Code:
    Dim strSQL, strEmail
    Dim bolFound
    
    strEmail = session("email")
    
    strSQL = "SELECT * From tblRegister"
    
    Dim objRS
    Set objRS = Server.CreateObject("ADODB.Recordset")
    objRS.Open strSQL, oConn
    bolFound = False
    
    Do While Not (objRS.EOF OR bolFound)
    ...
    See more | Go to post

    Leave a comment:


  • User information won't show up in account page

    Hello, I am having trouble getting unique user information on my account page. Currently, once the user logs in, it will only display "Welcome...(the n the same name pops up no matter who logs in)".

    After the login.html page, the form redirects the user to the loggedin.asp page which verifies the users email and password are in the database. Here's the loggedin.asp code:


    loggedin.asp:
    Code:
    <%@
    ...
    See more | Go to post
No activity results to display
Show More
Working...