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!

Recent content by smsinger3

  1. smsinger3

    What's the Mozilla equivalent to "myElement.click()" for images?

    Hi. I have this html in IE, but I can't figure out the W3C equivilent that works in Firefox. <img id="QAddMLSArea" src="/images/QuickAdd.gif" onclick="LookupListQuickAdd('disMLSArea','MLSArea');"> <script language="javascript" type="javascript/text"> var ctrlAddButton =...
  2. smsinger3

    Equivilent IE &quot;onpropertychange&quot; event in firefox?

    Thanks to both of you! I ended up using yngjzy12's method because it fit better to what I was doing.
  3. smsinger3

    Equivilent IE &quot;onpropertychange&quot; event in firefox?

    Hello, I'm converting an IE only page to be cross browser compliant (finally!). I'm running into one problem which I don't know of a graceful way to get around. I have a hidden text field which I attach a "onpropertyhchange" event. When the page loads, I attach several functions to that...
  4. smsinger3

    xp sp2 and clicking a button through js

    I finally figured out the problem!!! The href attribute MUST have something in there, even if it's dummy data. This: <a href="" onclick="javascript:ClickButton()">Click me to submit the page through clicking the button</a> should be: <a href="#DUMMY"...
  5. smsinger3

    xp sp2 and clicking a button through js

    The form tag looks like this: <form name="Form1" method="post" action="WebForm1.aspx" id="Form1"> ** Note: the page should post to a Asp.Net page **
  6. smsinger3

    xp sp2 and clicking a button through js

    Dan, thanks for the quick response. That doesn't work either. I get the same thing as before. Any other ideas?
  7. smsinger3

    xp sp2 and clicking a button through js

    Hello, I'm having a big problem trying to get a javascript function to click a button to submit a page in IE. I *think* it may be related to Windows XP SP2, but I'm not sure. Here's what doesn't work. If I try to click the link, the page submits to the root of the website. Not to the page...
  8. smsinger3

    xslt - using a parameter in a select?

    Jon, thanks!
  9. smsinger3

    xslt - using a parameter in a select?

    Jon, you were absolutely right. I was not passing in the parameters as I thought I was. I am using XmlSpy and it doesn't seem to be passing my parameters through the IDE. But, here's another error related to the first. I get an error on the match=".." statement. I don't know why. It's...
  10. smsinger3

    xslt - using a parameter in a select?

    Hello. I am trying to use a parameter to filter on an attribute in a select, but it does not work. I can't figure out why... This one does NOT work: select="Search/TypesOfSearches/TypeOfSearch[@Name=$SearchName]/Category[@Id=$Category]/*/FieldDefinition" However, when I take out the...
  11. smsinger3

    applying css to tables

    Hello. I have a question about applying css to table cells. How can I specify a style for an individual cell in this table in a .css. Keep in mind I can't add a new class, or id to anywhere else in the table. Here's the table: <table class=MyTable> <tr> <td>I want my width 10%</td> <td>I want...
  12. smsinger3

    Does anyone know a specific....

    Just curuious since I am evaulating Enact - what were your issues with Enact?
  13. smsinger3

    Does anyone know a specific....

    We have Project at our company and everyone hates it with a passion. Here's what I found so far: "Track-IT" (www.dovico.com) - I thought this could fit our needs, except the tasks appear in alphabetical order and not the order you want to perform them. Although, I like the fact that there is...
  14. smsinger3

    Does anyone know a specific....

    Hello. I am a web developer who is researching project management software for our organization. I have seen a few products, but none seem to fit our needs. Do you know of any specific products that meets our criteria. They are: 1) Both the project manager and team member can schedule tasks...
  15. smsinger3

    Development question

    Hello All. My company has Exchange 5.5 (We will be moving to Exchange 2003 sometime next year). We currently keep the vacation day's of each employee in SQL Server database. Is it possible for me to write an application in VB.Net to add or remove the dates to each person's calendar in...

Part and Inventory Search

Back
Top