T
Tom Miller
This is some html code from a FrontPage website that clearly works on the
webserver:
<a href="home.htm">
<img border="0" id="img1" src="images/buttonA.jpg" height="30"
width="150" alt="home" fp-style="fp-btn: Glass Rectangle 5; fp-font: Arial
Black; fp-font-color-normal: #004185; fp-font-color-hover: #004185"
fp-title="home"
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/buttonB.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonA.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/buttonC.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonB.jpg')"></a></p>
And its not working when I move it off the server with FPSE on it. Is
"FP_swapImg" function call only available on a server with FPSE? I thought
it was straight javascript code?
Thanks,
Tom Miller
--
Who me? What signature?
I manage design and acquistion of data-driven websites at:
http://BlueCollar.ChatNFiles.com
Linkedin Profile: http://www.linkedin.com/in/tlgalenson
www.ChatNFiles.com has telnet chatting and more than 500,000 downloads
webserver:
<a href="home.htm">
<img border="0" id="img1" src="images/buttonA.jpg" height="30"
width="150" alt="home" fp-style="fp-btn: Glass Rectangle 5; fp-font: Arial
Black; fp-font-color-normal: #004185; fp-font-color-hover: #004185"
fp-title="home"
onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/buttonB.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonA.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/buttonC.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonB.jpg')"></a></p>
And its not working when I move it off the server with FPSE on it. Is
"FP_swapImg" function call only available on a server with FPSE? I thought
it was straight javascript code?
Thanks,
Tom Miller
--
Who me? What signature?
I manage design and acquistion of data-driven websites at:
http://BlueCollar.ChatNFiles.com
Linkedin Profile: http://www.linkedin.com/in/tlgalenson
www.ChatNFiles.com has telnet chatting and more than 500,000 downloads