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 Chriss Miller 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: smsinger3
  • Content: Threads
  • Order by date
  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?

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. smsinger3

    Deploying asp.net application to test and production

    Hello all. We currently deploy our asp.net application to our test server, then staging server, then production server. When we first deploy it to our test server, we always have to check out the web.config file and change the Debug parameter to Debug=False, then recompile. Is there an easier...
  9. smsinger3

    freeware to automatically build classes?

    Hello. I am getting ready to create a new database with many tables. I will also create one class for every table in the database to do the standard reading and writing to the table. Is there a software product out there (especially freeware) that will read a SQL Server database, look at the...
  10. smsinger3

    simple regular expression question

    I need to validate a number this is 8 digits and no more. I use this validation expression: ^[\d]{8} However, I can still type in more than 8 digits and it returns a true. How can I change it to return a false if more than 8 digits are entered? Thank you for your help! SteveS...
  11. smsinger3

    CSS and IE6 vs IE5.5

    Hello all. I am designing a web site with exclusively IE6 and IE5.5 users. Do both versions of IE use the same version of CSS? Where can I find out the differences? Thank you :-) SteveS stevensinger123-tt@yahoo.com
  12. smsinger3

    Extending a Left Nav Bar using CSS

    Hello All. I have a CSS question. I have page that I want to look like this. ------------------------------------------ Header ------------------------------------------ | NavBar | Main Body only | ... lots and and lots of stuff a | ... fills about 3 full screens few...
  13. smsinger3

    resize browser to 800x600 or 1024x768

    Hello. When I have the IE browser open, I would like to resize it to 800x600 or 1024x768. Is there a good way to do this? So far, I figure my options are: 1) change my screen to the desired resolution (hate that idea..) 2) Make a background on my desktop that has lines at the resolutions...
  14. smsinger3

    vss and stored procedures

    I'm not sure if this is the right forum, but....Is there a way to integrate vss with stored procedures? Perhaps with vs.net or query analyzer? We are using sql server 2000. Thank you in advance for your response. SteveS
  15. smsinger3

    throw new exception in a control

    Hello all. I have 2 controls on a page. One control is a simple control that displays messages to the user. For instance: Try If txtUserStatus.text <> &quot;Active&quot; then throw new exception (&quot;User must be in Active Status&quot;) End If Catch ex as Exception...
  16. smsinger3

    raise timout period on query analyzer

    Hello all. Is there a way to raise the timeout period in SQL Analyzer? I am running a sql script that times out after 10 minutes. (The queries probably need tuning first, but I still would like to give it some more time) Thanks, SteveS
  17. smsinger3

    process calendar days without an event

    Hello all. This problem is stumping me. I created a calendar with a dropdown box for each day. The user needs to select a name for that day. When they are done selecting all the names for that month, I want them to they click a submit button on the bottom of the form where I want to write...
  18. smsinger3

    accessing router's web interface

    Hello all. I'm stumped. I have a Linksys router which I basically use as a firewall (hopfully, soon I'll have another pc on the router) I am trying to access the routher's web interface via http://192.168.1.1. It won't work?. I know that no firewall software can be running on my pc to...
  19. smsinger3

    dbg php 4.3.1 on apache 2.0.45

    Hello. I'm new to php, so please forgive my ignorance... I am trying to debug a php page, but I get a weird error in the listener. Here it is: Different version (2.11) of DBG extension, 2.10b3 expected Different version (2.04) of IDE CoClass, 2.10b3 expected. I have no clue what the problem...
  20. smsinger3

    Run SQL Loader from a stored procedure

    Hello. I just posted a message asking if it is possible to run a .bat file from a stored procedure. I don't think I was specific enough... What I really want to load a text file into a table. I have a SQL Loader .bat file that does this already, but I would like to run it in a stored...

Part and Inventory Search

Back
Top