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 strongm 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: *

  1. JazzLeg

    Window.location prob

    I found that it only worked in netscape when I took out the '<!--' and '-->' ????? Thanks for your help.
  2. 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 =...
  3. JazzLeg

    Redirects in HTML

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

    onChange event

    The value1, value2 bit was a typo, but i had no idea about using the selectedIndex but now I do and it works in Netscape and IE!!! Thanks very much onpnt.
  5. JazzLeg

    onChange event

    Sorry to be dumb but where abouts would I put document. and the return statement. Many thanks
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. JazzLeg

    long lines of code?

    Thats the kind of thing, but it is for an 'if' statement with quite alot of OR's conditions. I haven't got the code to hand right now i'm afraid.
  11. 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
  12. JazzLeg

    Hi, Can you use CSS class with n

    Hey hey, thanks onpnt, i took out the underscore naming convention from my class names and now they work! how strange?? Thanks for your help guys.
  13. JazzLeg

    Hi, Can you use CSS class with n

    i'm afriad it needs to be compatible with netscape 4.7....
  14. JazzLeg

    Hi, Can you use CSS class with n

    Parts of the style sheet work. The HTML tags like <h1>, <h2>, <h3>, and all the hyperlink definitions work. Its just the definitions that start with a full stop that don't work properly, e.g. 'page_title1'. It seems that I cannot use class to format text in netscape. It will however format...
  15. JazzLeg

    Hi, Can you use CSS class with n

    style sheet: H1 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #336699; FONT-FAMILY: Arial; TEXT-ALIGN: left } H2 { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: &quot;tahoma&quot;; TEXT-ALIGN: left; TEXT-DECORATION: none } H3 {...
  16. 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
  17. 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
  18. JazzLeg

    default drop down box values

    fantastic! for some reason i thought it was gonna be something complicated. This pleases me. cheers
  19. 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
  20. 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?

Part and Inventory Search

Back
Top