Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Client
I'm confused over the mouse rollover effects and javascript
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Tom Miller, post: 6651828"] 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: [URL]http://BlueCollar.ChatNFiles.com[/URL] Linkedin Profile: [URL]http://www.linkedin.com/in/tlgalenson[/URL] [URL="http://www.ChatNFiles.com"]www.ChatNFiles.com[/URL] has telnet chatting and more than 500,000 downloads [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Frontpage Newsgroups
Frontpage Client
I'm confused over the mouse rollover effects and javascript
Top