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: dommett
  • Content: Threads
  • Order by date
  1. dommett

    Using button to pass a path

    I have a form with two radio buttons (soon to be more). Each button has name="shop" but different values. I also have a hover button that calls a URL. Now what I need to do is change the path in the URL based on which radio button is selected. Any suggestions?
  2. dommett

    problem with selected option in drop down

    I have a form with a drop down box that calles the page it is on (business.asp) with the selected value. The call (URL) is fine but once the page reloads, it never has the selected category "selected". Here's the code: intCategoryID = Request.QueryString("SelectedCategory") <form...
  3. dommett

    Sending result for drop down list

    I have a drop down list (in a form) made from a query to a database but when I try to use the form result in the action statement, it holds old data. See my code: <form name="frmCategoryName" method="Post" action="businesses.asp?Category=<%=Request.Form("SelectedCategory")%>"> What category of...
  4. dommett

    Problem with running script locally

    HELP! I installed a classified ads script on my local machine, customized its colors, etc, then installed on my live hosted website. The live site is still running fine but I found my local version is no longer runable. I have reinstalled Win XP Pro since I last worked on it locally so I figure...
  5. dommett

    how to change order of layers during animation

    Newbie here - idiot instructions PLEASE! I am working on my first flash document and I have two layers - each layer containing a text object. I have one of text object of layer1 dropping down and bouncing back up above the text object of layer2. On the way down, I want the text object of layer1...
  6. dommett

    Textbox won't display all text if an ' is in the text

    I have a form (using Frontpage 2002) with an input textbox. <input type="text" name="CompanyName" size="60" value = '<%Response.Write(rsCoupon("Company Name"))%>'> But if rsCoupon("Company Name") includes an apostrophy (sp?), it only shows the text up to it. So "Amy's Antiques" just becomes...
  7. dommett

    How to get cursor at the end of text in textbox ?

    I have an asp file using vbscript and a html form. I have a tab order set up and when the user tabs to one of my form fields that is a prefilled textbox, I want the cursor to go to the end of the text in the box. Can anyone tell me how to do this? Thanks, Amy
  8. dommett

    How to call a sub when user clicks submit button in form

    How do you call a sub (within the same file as the form) when the user clicks the submit button? I have a asp file written with HTML and VBscript that I want to use for adding, editing, or deleting a record set of my access database. I want this to all be done within one asp file so I don't have...
  9. dommett

    Error On Page when calling sub from submit btn on form

    I am trying to call a sub within the current asp file (written with vbscript) but when I hit the submit button of my frontpage form, I see a quick flash of "Error On Page" in the status bar of IE, then the page reloads. This is something new I am trying so please see if you can spot my error(s)...
  10. dommett

    Search component causing &quot;service not running&quot; message

    Hi, I just added a search component to my web and I have FPSE 2002 installed. I first started to get an error saying that the FPSE needed to be installed. After looking around on the internet for help I found sharepoint administration where I added my website as a subweb to my WinXP Pro server...
  11. dommett

    PUT byte data greater than 255 causing error

    I have a binary file I am writing sequentially. I found when I PUT an integer in it greater than 255 it wrote it in two bytes (as desired) but when I have to return to some previous record # already written and write an integer value greater than 255, I get an Bad File Name or Number error.

Part and Inventory Search

Back
Top