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 =...
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...
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"...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.