Dan,
Thanks for the input, I'll take a look at that site. My goal is to keep it as simple as possible. I need to identify exactly why clicking a link does not cause the popup blocker to act, yet selecting from a simple html select does. Too bad I can't merely use onClick from within the...
Hello all.
I have a dropdown list:
<select name="select" class="mapMenu" onChange="JumpToIt(this)">
<option selected value="none">Select a Tool --</option>
<option value="javascript:onCreatePrintable()">Print Map</option>
<option value="javascript:onFindLatLong()">Find Lat/Long</option>...
Because I don't know what I'm doing. :-) I think they need a user level below (technical user) in my case.
I didn't really understand Kaht's example. Where she has className in red she's not referring to the css class I assume. And I don't know what to do with (some condition). And I'm not sure...
I've tried something very simple and almost have it working. Here's what I've got so far.
At the top of the page:
<style type="text/css">
.tab
{
color: black;
}
.tabActive
{
color: red;
}
</style>
<script language="JavaScript">
var navMain = home;
</script>
Within the body as a test:
<td...
For a website I am trying to create I would like to utilize Javascript to save some duplication of work. I have an include file (siteNav.html) that contains the main website navigation tabs and would like the "active" tab to display as bold. I'm not sure how to accomplish this since I'm a...
That's interesting, thanks. It now collapses but now the table itself is acting strange, cell widths are being completely ignored and vary row to row. Widths appear to be totally dependant on cell content. I imagine I'll have to find a CSS solution for this, and it appears my less that stellar...
Well I found a hacked solution to this problem. Try typing any character at all right after the table within the div id=divRecentShares and you will see that the entire div collpases as it should in Firefox. Take it out and the white space will remian. Unbelievable!
I want to stress that the code does what I need it to do in the absence of the table within the div id=divRecentShares. Adding that table prevents the desired "collpase" from occuring.
I'm using Javascript "toggleDiv" functionality to expand and collapse content contained within a div. The solution works fine in IE but in Fireforx the following problem occurs.
The div will expand/collapse properly if I merely put text and/or line breaks inside the div. But If I put a table...
I need to create a form on which a selection can be made from a drop-down menu which will in turn change the rest of the fields on the form. An example would be a form with two drop-downs (a State drop-down and a County drop-down), If a user selects Texas then the County drop-down would change...
Hello All,
I'm trying to run a query in Query Analyzer in which if a smalldatetime field isNull, I want ot to come back blank. Bu when I use - ISNULL(a.terminationDate, '') - all null values are returned as 1900-01-01 00:00:00. Does anyone know how to deal with this?
Thank You
Steve
Hi,
When displaying a webpage with a jsp include, there is a white space above the area of the page that contains the include that I don't know how to get rid of. It's just like a line break and is making design very difficult. Does anyone know how to remove the white space around an include...
Yeah that's definitley the problem. I am loggen into the database as user "admim" which does not have permission to make changes. I don't know why "admim" does not have these permissions and I don't know why I am no longer logging in a "smichener". Do I have any...
I am able to view the Users and Groups. I "smichener" am listed as a member of the "admin" group while the user "admin" is listed as a member of the "user" group that does not have design permissions. Is there a way I can see which user is currently using...
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.