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 IamaSherpa 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. EliseD

    incredible ? a alert() fixes my bug !?

    yes i know i did a search and replace before to post my code in order to have uppercased HTML tags ;)
  2. EliseD

    incredible ? a alert() fixes my bug !?

    here is my code (I removed code that is not directly impacted by my problem) : <HTML> <BODY id="body" style="BEHAVIOR: url(webservice.htc)" onload="initWebservices();DoMyLookup();return false;"> <form name="Form1" meTHod="post" id="Form1"> <script> ..... function DoMyLookup() {...
  3. EliseD

    incredible ? a alert() fixes my bug !?

    i perform this function at the end of the onload, that's the very last line of the body onload
  4. EliseD

    incredible ? a alert() fixes my bug !?

    Hi all, I have a code that makes a loop into the row of my table, and adds en event for each row. when I add an : alert("foo") into my loop, the code works, for all 166 rows when i remove the alert, the code is executed but not until the end of all rows, only a part of the rows (like 88/165)...
  5. EliseD

    SMTP Receive

    thanks, i didn't think about pop3 solution, i focused on SMTP because we used a component called JMail. I chechked this solution but i'd like also to know if someone already used JMail in .Net ? (with a com wrapper maybe ??, i never tested wrapper) Thanks
  6. EliseD

    SMTP Receive

    Hi, i have to migrate an old asp classic app into asp.net, but my question is not about asp.net, just .net. This application has a mail fonction : it makes smtp send and receive. The old app in classic asp uses a component called jmail. In dotnet, I'm ok with smtp send, that's an easy...
  7. EliseD

    http://www.w3.org/TR/WD-xsl and position()

    well i tested and i get an unknown method error for "position()" so it seems that it doesn't work with this version
  8. EliseD

    http://www.w3.org/TR/WD-xsl and position()

    Hi i use the "http://www.w3.org/TR/WD-xsl namespace for my xslt the problem is that i want to implement a row color alternated in a table. The exemples i saw use position() thaht is not available in this namespace Ma question is : ss there a posible solution to make an alternate row color with...
  9. EliseD

    Component with XML Data Island

    hi yes i saw this, i asked this wuestion here because it's not a .net problem, i just wanted to give the context i asked this question here because i think that as asp is a more mature technology, it's most likely easy to find here people that have experience in web development with IE, and...
  10. EliseD

    a Web Component with XML Data Island ?

    Hi, I do have a question that is not necessarly a problem with .net but it's for my asp.net application. I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this : - makes a grid on my webpage (a bit like a datagrid) - rows are selectable/highlighted when...
  11. EliseD

    Web Component with XML Data Island

    Hi, I do have a question that is not necessarly a problem with .net but it's for my asp.net application. I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this : - makes a grid on my webpage (a bit like a datagrid) - rows are selectable/highlighted when selected...
  12. EliseD

    Component with XML Data Island

    Hi, I do have a question that is not necessarly a problem with .net but it's for my asp.net application. I'd like to find a component (.net or not, activeX or not, OCX or not) that can do this : - makes a grid on my webpage (a bit like a datagrid) - rows are selectable/highlighted when selected...

Part and Inventory Search

Back
Top