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