i have been trying to customize a shopping cart that on a domain name....
you can view what is currently there by going to <!-- w --><a class="postlink" href="http://www.kenemmertdesigns.com/catalog">www.kenemmertdesigns.com/catalog</a><!-- w -->
there are basically a whole bunch of files that are loaded when you goto that index.php page (i didnt write the code, so i really dont understand it that well)
on of the files that loads is a column_left.php
in that file it has the code for the buttons that you view on the left side (cats, angels, southwest.....)
what i am trying to do is get them to work with a mouseover routine to change colors when the mouse goes over it, like they do at kenemmertdesigns.com/index.html
i have tried putting the mouseover javascript in the column_left.php file, and alsoin the index.php file, and i cannot get it to work.
can somebody please help me so that i can get it working asap....
do i have to put the java in an external file, and then just call that java file in the php files... but i dont get it.....
i am very lame when it comes to PHP... if someone could help me, i would really appreciate it.
Thanksjust do what you did on the index.html page. what is the code for column_left.php?
just put the javascritp in the index page for catelog just like index.html page.
post the code here and we will give you an example.here is the java code that currently appears in the index.php file
<SCRIPT LANGUAGE="JavaScript">
image1 = new Image();
image1.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/judaicapurpsm.gif";
image2 = new Image();
image2.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/southpurpsm.gif";
image3 = new Image();
image3.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/newagepurpsm.gif";
image4 = new Image();
image4.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/safaripurpsm.gif";
image5 = new Image();
image5.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_04-off.GIF";
image6 = new Image();
image6.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_01-off.GIF";
image7 = new Image();
image7.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_02-off.GIF";
image8 = new Image();
image8.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_03-off.GIF";
image9 = new Image();
image9.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/angelpurpsm.gif";
image10 = new Image();
image10.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/catspurpsm.gif";
image13 = new Image();
image13.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/catpurpsm.GIF";
</script>
then the actual code i have is
<p> <br>
<a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php" onmouseover="image13.src='http://www.kenemmertdesigns.com/catalog/images/catpurpsm.gif'; onmouseout="image13.src='http://www.kenemmertdesigns.com/catalog/images/catsm.gif';><img name="image13" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=23" onmouseover="image2.src='http://www.kenemmertdesigns.com/catalog/images/southpurpsm.gif'; onmouseout="image2.src='http://www.kenemmertdesigns.com/catalog/images/southsm.gif'><img name="image2" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/southsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=25" onmouseover="image3.src='http://www.kenemmertdesigns.com/catalog/images/newagepurpsm.gif'; onmouseout="image3.src='http://www.kenemmertdesigns.com/catalog/images/newagesm.gif'><img name="image3" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/newagesm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=21" onmouseover="image9.src='http://www.kenemmertdesigns.com/catalog/images/angelpurpsm.gif'; onmouseout="image9.src='http://www.kenemmertdesigns.com/catalog/images/angelsm.gif'><img name="image9" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/angelsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=24" onmouseover="image1.src='http://www.kenemmertdesigns.com/catalog/images/judaicapurpsm.gif'; onmouseout="image1.src='http://www.kenemmertdesigns.com/catalog/images/judaicasm.gif'><img name="image1" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/judaicasm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=26" onmouseover="image4.src='http://www.kenemmertdesigns.com/catalog/images/safaripurpsm.gif'; onmouseout="image4.src='http://www.kenemmertdesigns.com/catalog/images/safarism.gif'><img name="image4" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/safarism.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=22" onmouseover="image10.src='http://www.kenemmertdesigns.com/catalog/images/catspurpsm.gif'; onmouseout="image10.src='http://www.kenemmertdesigns.com/catalog/images/catssm.gif'><img name="image10" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catssm.gif" border=0></a>
for the buttons and stuff
i have tried placing the script in several different files, and cannot get it to work.
maybe there is a better script that i can use that will work in php?you are missing double quotes, that is invalid HTML syntax. This error repeats in every mouseover. The blue quotes are what I added, that should work.
<a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php"
onmouseover="image13.src='http://www.kenemmertdesigns.com/catalog/images/catpurpsm.gif';"
onmouseout="image13.src='http://www.kenemmertdesigns.com/catalog/images/catsm.gif';"><img name="image13" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catsm.gif" border=0></a>
Also, that is JavaScript, not Java. They are different things.thank you for youf help in getting it to work.
sometimes i dont always catch the one thing that makes all the difference.
Thanks
you can view what is currently there by going to <!-- w --><a class="postlink" href="http://www.kenemmertdesigns.com/catalog">www.kenemmertdesigns.com/catalog</a><!-- w -->
there are basically a whole bunch of files that are loaded when you goto that index.php page (i didnt write the code, so i really dont understand it that well)
on of the files that loads is a column_left.php
in that file it has the code for the buttons that you view on the left side (cats, angels, southwest.....)
what i am trying to do is get them to work with a mouseover routine to change colors when the mouse goes over it, like they do at kenemmertdesigns.com/index.html
i have tried putting the mouseover javascript in the column_left.php file, and alsoin the index.php file, and i cannot get it to work.
can somebody please help me so that i can get it working asap....
do i have to put the java in an external file, and then just call that java file in the php files... but i dont get it.....
i am very lame when it comes to PHP... if someone could help me, i would really appreciate it.
Thanksjust do what you did on the index.html page. what is the code for column_left.php?
just put the javascritp in the index page for catelog just like index.html page.
post the code here and we will give you an example.here is the java code that currently appears in the index.php file
<SCRIPT LANGUAGE="JavaScript">
image1 = new Image();
image1.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/judaicapurpsm.gif";
image2 = new Image();
image2.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/southpurpsm.gif";
image3 = new Image();
image3.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/newagepurpsm.gif";
image4 = new Image();
image4.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/safaripurpsm.gif";
image5 = new Image();
image5.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_04-off.GIF";
image6 = new Image();
image6.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_01-off.GIF";
image7 = new Image();
image7.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_02-off.GIF";
image8 = new Image();
image8.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"../../images/bt_03-off.GIF";
image9 = new Image();
image9.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/angelpurpsm.gif";
image10 = new Image();
image10.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/catspurpsm.gif";
image13 = new Image();
image13.src = <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"http://www.kenemmertdesigns.com/catalog/images/catpurpsm.GIF";
</script>
then the actual code i have is
<p> <br>
<a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php" onmouseover="image13.src='http://www.kenemmertdesigns.com/catalog/images/catpurpsm.gif'; onmouseout="image13.src='http://www.kenemmertdesigns.com/catalog/images/catsm.gif';><img name="image13" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=23" onmouseover="image2.src='http://www.kenemmertdesigns.com/catalog/images/southpurpsm.gif'; onmouseout="image2.src='http://www.kenemmertdesigns.com/catalog/images/southsm.gif'><img name="image2" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/southsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=25" onmouseover="image3.src='http://www.kenemmertdesigns.com/catalog/images/newagepurpsm.gif'; onmouseout="image3.src='http://www.kenemmertdesigns.com/catalog/images/newagesm.gif'><img name="image3" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/newagesm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=21" onmouseover="image9.src='http://www.kenemmertdesigns.com/catalog/images/angelpurpsm.gif'; onmouseout="image9.src='http://www.kenemmertdesigns.com/catalog/images/angelsm.gif'><img name="image9" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/angelsm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=24" onmouseover="image1.src='http://www.kenemmertdesigns.com/catalog/images/judaicapurpsm.gif'; onmouseout="image1.src='http://www.kenemmertdesigns.com/catalog/images/judaicasm.gif'><img name="image1" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/judaicasm.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=26" onmouseover="image4.src='http://www.kenemmertdesigns.com/catalog/images/safaripurpsm.gif'; onmouseout="image4.src='http://www.kenemmertdesigns.com/catalog/images/safarism.gif'><img name="image4" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/safarism.gif" border=0></a>
<p><a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php?cPath=22" onmouseover="image10.src='http://www.kenemmertdesigns.com/catalog/images/catspurpsm.gif'; onmouseout="image10.src='http://www.kenemmertdesigns.com/catalog/images/catssm.gif'><img name="image10" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catssm.gif" border=0></a>
for the buttons and stuff
i have tried placing the script in several different files, and cannot get it to work.
maybe there is a better script that i can use that will work in php?you are missing double quotes, that is invalid HTML syntax. This error repeats in every mouseover. The blue quotes are what I added, that should work.
<a href=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/index.php"
onmouseover="image13.src='http://www.kenemmertdesigns.com/catalog/images/catpurpsm.gif';"
onmouseout="image13.src='http://www.kenemmertdesigns.com/catalog/images/catsm.gif';"><img name="image13" src=http://www.htmlforums.com/archive/index.php/"http://www.kenemmertdesigns.com/catalog/images/catsm.gif" border=0></a>
Also, that is JavaScript, not Java. They are different things.thank you for youf help in getting it to work.
sometimes i dont always catch the one thing that makes all the difference.
Thanks