PHP - Moved: Image Swaping
This topic has been moved to JavaScript Help.
http://www.phpfreaks.com/forums/index.php?topic=334604.0 Similar TutorialsI am new to javascript but have a fairly good understanding of it but am having a problem whith this. First I want to start off with loading a bunch of variables (they are images I am using as variables). Then I will have some buttons on one side of the sreen. Depending what button is pressed, it will display an image on the other side of the screen. I know i need to create an event for this to happen, but I am having a problem getting it right. (this is for my variables, I know I need the event in here, but not having any luck) <SCRIPT LANGUAGE="JavaScript"> <!-- if (document.images) { var pic1 = new Image(); pic1.src = "..pic1.gif"; var pic2 = new Image(); pic2.src = "..pic2.gif"; } //--> </SCRIPT> (this is my buttons on the one side of the page) <button type="button" onclick="pic1()">Show Image 1</button> <button type="button" onclick="pic2()">Show Image 2</button> (and finnaly this is my action to display the image on the otherside, I just called it function1 for now) <p id="function1"> This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=351137.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=314084.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=332434.0 This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=357648.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=319094.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=317810.0 This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=331191.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=357646.0 This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=349151.0 This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=318987.0 This topic has been moved to CSS Help. http://www.phpfreaks.com/forums/index.php?topic=355565.0 This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=354853.0 This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=348759.0 This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=331038.0 This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=332275.0 This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=348417.0 This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=348171.0 This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=322542.0 This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=342583.0 |