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 gkittelson 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. glancep

    position() not working?

    I'm sorry I was vague with the XML/XSL. I wanted to simplify the XML/XSL just to show specifically what was going on, but I got lazy. Basically, here's the layout of my xml: <document> <header> <title> ... title ... </title> <columns> <column> ... heading 1 ... </column> <column>...
  2. glancep

    position() not working?

    Alright... Here's what I'm trying to do. <Doc> <Head> <Column>First Column</Column> <Column>Second Column</Column> <Column Numeric=&quot;true&quot;>Third Column</Column> </Head> <Body> <Item> <Field1>first</Field1> <Field2>second</Field2> <Field3>3</Field2> </Item>...
  3. glancep

    Netscape/Javascript/document.write/style problem

    http://www.securiteam.com/exploits/2GVQ6QAQPC.html Looks like my problem... guess I'll have to find some way around it now. :( Gideon
  4. glancep

    How do they do it in Hotmail ?

    I just looked myself... the CCA function is in an external .js file. Here it is: function CCA(CB){ if (CB.checked) hL(CB); else dL(CB); var TB=TO=0; for (var i=0;i<frm.elements.length;i++) { var e = frm.elements[i]; if ((e.name != 'allbox') && (e.type=='checkbox')) { TB++; if (e.checked) TO++...
  5. glancep

    How do they do it in Hotmail ?

    I'm not trying to be rude or anything, but did you consider checking the source on Hotmail? I bet it would be there ;) Gideon
  6. glancep

    Netscape/Javascript/document.write/style problem

    Alright... this is a weird one, and it's driving me crazy... so any help is appreciated! Let me start by saying, this relates to Netscape 4.7... I don't know about other versions. Here's the deal: I want to have a button that will change the location when clicked (via location.href='')...

Part and Inventory Search

Back
Top