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...
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...
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...
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
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...
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...
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
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 <> "Active" then
throw new exception ("User must be in Active Status")
End If
Catch ex as Exception...
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
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...
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...
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...
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...
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.