Click to See Complete Forum and Search --> : mouseover java script in frame not working


tmac
05-23-2003, 02:10 PM
I made a main.php page inside my default.htm. Basically when you go to http://www.rodeoentries.net/main.php it will work when you mouse over the rodeos a box will come up with the detail. BUT I really need it to work when you go to http://www.rodeoentries.net which will include my frames. I am a real newbie and have been suffering with this for 2 days. I just needs someone to give me the lines exactly to put in so it works and I would be gratful and lots less frustrated. Thanks in advance.http://www.rodeoentries.net/main.php (http://www.rodeoentries.net)

khalidali63
05-23-2003, 02:56 PM
seems like you are referencing the method incorrectly.

here replace this line

var cmdstr="top." + this.name + ".showHelp('" + msgindex + "')";

with this line

var cmdstr= this.name + ".showHelp('" + msgindex + "')";

this should take care of it.

tmac
05-23-2003, 03:29 PM
It worked perfect. Thanks for helping me so quickly. I appreciate it... TM

khalidali63
05-23-2003, 03:31 PM
You are welcome..:p