Hi all,
I have an xml file that contains keywords and categories for a given product. I am loading the keywords and categories to a sql table using the the updaate below. This only loads the first keyword and first category. My goal is to have it like this
id keyword category
1...
Yes I'm trying to combine the clcik and rollover behaviors. I tried the code that you posted, but it gave me the same results that I was having before.
Perharps it's the way I'm calling them. Below is a portion of my code.
<img id="firstImage" src="/home/img/Image1_over.gif" width="95" height="19" title="New" onclick="changeImage(this);" onmouseover="handleOver(this);" onmouseout="handleOut(this);" />
<img src="/home/img/Image2.gif"...
I'm trying to add a mouseover and mouseout behavior to the script above and I added the 2 functions below to implement that. The issues are when I place the mouse over the selected tab I get an image in the form Image1_over_over.gif. Any help will gratly be appreciated.
function...
In the code above, how can I set up the first image to be selected initialy as the page is loaded. In other word how can I set up image1.gif to be image1_over.gif the first time someone opens the page.
kaht, thanks for your reply. There seem to be an error in the Javascript thst I'm unable to determine> I copied the the code you gave and added <a href="#">...</a> around the img tag. When I click on the image nothing happens and I get an "Error on page" at the bottom of the page.
I have three menu images Image1.gif, Image2.gif, and Image 3.gif. I want to click on Image1.gif and have it change to Image1_over.gif which is of a different color. When I click on the other image, it should also change to the "_over.gif" for the particular image but the first one returns to...
I am now getting the following error even when I include the field in the GROUP BY clause.
Server: Msg 8118, Level 16, State 1, Procedure t_getDegreeFieldBySchool1, Line 7
Column 'School_Field_Degree.schoolID' is invalid in the select list because it is not contained in an aggregate function...
Hi all,
I'm new to this forumn and need your help. Below is the query that I am running and under it is the resulting table.
SELECT DISTINCT school.schoolID, field.[name],
degree. [name] AS degree, degree.degreeID,
field.fieldID
FROM school_field INNER JOIN...
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.