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 TouchToneTommy 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
  • Order by date
  1. cic

    passing variables to ASP page using POST method

    Thanks for your help. I have on more questions. I have been trying to figure out how to set up the LoadVars.SendAndLoad(). On a website it showed me how to format it. LoadVars.SendAndLoad(url,targetObject[,method]) My question is what do I enter in for targetObject? Thanks again
  2. cic

    passing variables to ASP page using POST method

    I am trying to process the variables.
  3. 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)...
  4. 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
  5. 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
  6. cic

    need software to build search engine that will do automatic indexing

    How do I got about using the indexing service in IIS? will it require me to write my own script? Thanks for your help.
  7. 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
  8. 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 &...
  9. 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...
  10. 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...
  11. 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)) +...
  12. 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...
  13. cic

    trim characters after the first parenthesis

    Thank you all for your help. I have inserted my code however I am getting the following error. I am a newbie at ASP so it is probably a simple fix. Can you help. Error Type: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Left' /website/registration/form.asp, line 62
  14. 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...
  15. cic

    creating html page with ASP if statement

    Thanks All. I appreciate everyones help!
  16. 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...
  17. 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...
  18. cic

    trying to open a new window

    Thanks but it seemed to have caused a runtime error. I changed it to window.open(theme.... Is there something else I can try?
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top