Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cic
  • Content: Threads
  • Order by date
  1. cic

    passing variables to ASP page using POST method

    Flash is new me. I am having problems getting my Flash form to work with my ASP page. I am using LoadVariables("Insert.asp","0","POST") To communicate with my ASP page, but nothing is happening. The rest of my code it below. Can someone help me out? on (release)...
  2. cic

    prevent fonts from resizing in List/Menu

    I need to prevent the fonts from changing sizes on my page. When people have there fonts enlarged within windows it is causing problems with my page design. I am not sure how to prevent this from happening. I want to be able to overwrite the windows settings. Is this possible? Thanks
  3. cic

    close window & send user to already opened window with new URL

    I am trying to close a window with two frames by clicking on a link then redirecting the user to another window already opened but changing the URL. Thanks
  4. cic

    need software to build search engine that will do automatic indexing

    Can anyone recommend software that will help me build a search engine for my site? It needs to have some sort of scheduler so that I reindex automatically. Thanks
  5. cic

    page break in email

    I am trying to figure out a way to do a page break within the email I am sending. this is part of my code. i would like to have two pages print out. Can anyone help me out? Thanks body = body & "COMMENTS:..........." & request.form("comments") & vbCrLf body = body &...
  6. cic

    inserting info in database using subroutine

    created a site that allows a user to purchase as many books as the want. after they order a book i would like to input their information into a database. i was told to use a procedure or a subroutine to do this, but i am not sure i fully understand how to go about doing this. this is what i...
  7. cic

    automatically submit info w/o hitting the submit button

    i have set up a page with two frames. the top frame allows you to search for date, course, and state. the results are displayed in the bottom frame. what i am trying to do is select a specific date, course, and state by hitting a link from a previous page and then have the information...
  8. cic

    adding leading zero to date using DatePart

    I am having problems making the month and date two digits. I have tried "mm" and "dd" however I get the following error. Invalid procedure call or argument: 'DatePart' TodayDate = Cstr(DatePart("m",date)) + Cstr(DatePart("d",date)) +...
  9. cic

    multiple submit buttons w/in a form

    i have created a form were our consumers can only purchase one book at a time (required by my company). i have added a submit button for each book, passing the same info for each book, price, title, and quantity. when i click on one of the buttons it is passing all the books over instead of one...
  10. cic

    trim characters after the first parenthesis

    I am trying to trim a string up to a parenthesis. I am senting a city parameter to mapquest.However, some of our cities pull up with parenthesis. For example, Marble Falls (Austin). I don't want to pass anything after the first parenthesis. I am assuming I need to use a trim function but I am...
  11. cic

    creating html page with ASP if statement

    I need to know how to go about using an if statement to produce html. Below is a sample of what I have started but it isn't correct. I am not sure if I need to include a response.write. The else statement will create different html code. I am doing this because I don't want to have to create two...
  12. cic

    passing parameters

    I am not sure if I am posting this question in the right section. I have created an image map of the united states and I am wanting to pass the name of the state that the users clicks on to the next page. On the next page I have a scrolling list. Could someone refer me to a website that explains...
  13. cic

    trying to open a new window

    I copied this code in order to create two menus that would pull up a pdf file. However, I need the pdf file to open up in a new window. Can someone help me out? The code is below Thanks <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot...
  14. cic

    open blank page with drop down menu

    I have created a drop down menu where you select a topic and specific topics are inserted into another drop down menu. Then you hit submit and it pulls up a pdf page. My question is how do I go about opening the pdf page in another window. In html you usually use &quot;target=blank&quot; but I...
  15. cic

    error 800a0409

    I am using asp to dump information from an html form to an access database. To be honest I am not sure what I am doing. I am trying to get by with some examples I have found in a book. Below is the error I keep getting and I can't figure out what I am doing wrong. Can anyone help? I have also...
  16. cic

    netscape problem

    I created a file without the html extension and it pulled up fine in IE, however netscape would not pull it up. It keeps bringing up a screen stating, &quot;you have chosen to download a file type: application/octet-stream...&quot; I really need to figure out a way to make the file come up...
  17. cic

    converting 2000 word doc to plain html

    I currently have word 2000 and when I convert my word doc to a web page it saves it in xml and ccs. Is there a way to save a word doc in plain html?
  18. cic

    cgi-bin on NT

    Can someone please explain what a cgi-bin is for? I have to upload a database created with omnis studio in my cgi-bin. However, My site is located on a NT server which does not have a cgi-bin. Is this something that my ISP should set up for me?
  19. cic

    counter

    My company has asked me to add a link to another site and count the number of times the link is hit. I currently have counters on all of our pages however I don't know how to count the number of hits that a external site is getting. Can someone help me out?

Part and Inventory Search

Back
Top