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

    Window.location prob

    Hello, This is a little peculiar, but i need to redirect to another page as soon as the first page is opened. I have this code which works in IE but not beloved Netscape I have put this in the head tags: <script language=&quot;JavaScript&quot;> <!-- window.location =...
  2. JazzLeg

    Redirects in HTML

    Is it possible to write a redirect in HTML? Many thanks
  3. JazzLeg

    onChange event

    Hello, What I need to do is: when a drop down box is changed, I want to send its value and that of another form element to a function. This then posts another page with the variables. Anyways this works fine in explorer but returns a null for value1 (but returns value2) when I use netscape...
  4. JazzLeg

    recordset.count = -1

    hi, From ASP pages I can run SQL select statements that successfully return the desired data. But, when I use the 'count' function it returns -1. Why is this? thanks
  5. JazzLeg

    using ftp

    Hi, I am having trouble using ftp to download data into access tables. I can access the ftp area but it won't get data that is in subdirectorys on top of the ftp address. thanks
  6. JazzLeg

    Testing for 'NULLS' in recordsets

    Hi, I need to be abvle to read a field from a recordset (from SQL 7) and if the field is null then I would like to take an action.... I've tried this: if rs(&quot;field&quot;) is null then.... but this gives me an error &quot;object required&quot; even tho all my variables are declared...
  7. JazzLeg

    long lines of code?

    Hi, If i have some really long lines of code (horizontally) that need to be on the same line. Is there a separator of some kind so I can write the code on different lines but have them execute as if they were on one line? many thanks
  8. JazzLeg

    Hi, Can you use CSS class with n

    Hi, Can you use CSS class with netscape? I have found that it seems t completely ignore and font formatting. Is there a way around this? Many thanks
  9. JazzLeg

    window properties

    hi, i have this link: <a href=&quot;page1.asp?varA=<%= rs(&quot;var&quot;)%>&quot;><%=rs(&quot;name&quot;)%></a> which i would like to open in a new window, without the toolbar, location bar and status. Many thanks
  10. JazzLeg

    default drop down box values

    Hi, Does anyone know how to set the value of a drop down box to something other than the first selection set in the option tags, upon opening a page? Thanks
  11. JazzLeg

    frames and asp variables

    Hi, If a form posts to a page consisting of 3 frames, can the variables be accessed from these three frames?
  12. JazzLeg

    What is full text indexing?

    Hi, I am working on a search for a knowledge. I have heard people mention full-text indexing in SQL server. In brief, could anyone how this works? Many thanks
  13. JazzLeg

    file downloading

    hi I have a page where i've used href=&quot;file//etc... for several different documents. When a user clicks this link I would like the file to be downloaded to the users computer using the normal save as dialog box. But, when the files are text files it just opens these files in another...
  14. JazzLeg

    javascript syntax

    Hi, Sorry more probs with my form validation. Here is a bit of my validation code and it doesn't work at the moment. I think the problem is trying access form fields from the function when only the button value is passed in. It is important that this function is called by onclick of a button...
  15. JazzLeg

    form validation

    I'm using some javascript form validation in the on_click property of a button. This calls a function. If the function returns false then the page still gets submitted regardless. How can I stop this happening? Many Thanks
  16. JazzLeg

    Security

    Hi, I would like to add some security to particular pages by forcing the user to enter a login name and password to create session. Could anyone direct me to where I could find a good example of this with code that I can download? Thanks
  17. JazzLeg

    spell checking?

    Hi, Is there some sort of spell checking function I could get my hands on to check entries in a textarea of a form???? Thanks
  18. JazzLeg

    File upload filters?

    Hi, I am using a form to upload some files to the server. Therefore i am using a <input=&quot;file&quot;> button so that the user can browse their computer for the desired file. At the moment the user has three choices of filter from the combo box to show specific file types when selecting...
  19. JazzLeg

    drop down boxes

    Hi, Is it possible to have drop down/combo boxes that you can type into (or choose an option), like the ones you find in windows? Can these be used in web pages to submit data from a form? Thanks
  20. JazzLeg

    text area font size

    Hi, I'm using a <text area> in netscape and can't control the height of the text. At the moment it is showing really small. I have used style tags on other text fields but these don't work with the text area. Any ideas?

Part and Inventory Search

Back
Top