Alexian Posted October 17, 2007 Share Posted October 17, 2007 (edited) Okey i'm not an PHP guru. So i researched a few things...and we can also put it together with the right tools. At amazon.com they have a TAB who says: See all 42 Categories When you do a Mouse-Over it Popups an image it seems. But it is an website. (another Page) You can see it here: http://www.amazon.com/gp/site-directory/re...0850527-3700627 The popup opens that page...so i thought why couldn't we do it. They do it with a HyperText. I found a site who explanes the HyperText: http://www.htmlgoodies.com/primers/jsp/print.php/3478451 Here you can see a example: <A HREF="http://www.htmlgoodies.com" onMouseOver="alert('Click OK to make this go away');" >Click Here</A> Or click here: http://www.htmlgoodies.com/legacy/primers/...ssignment4.html Can someone Alter this code, so in stead of an Alert Popup it opens a little window with another page on your server. Edited October 17, 2007 by Alexian Quote Link to comment Share on other sites More sharing options...
Alexian Posted October 17, 2007 Author Share Posted October 17, 2007 I have also installed the contribution 1654. and with this code: <!-- DWD Contribution -> Add: Browse by Categories. !--> <tr> <td><br><?php include(DIR_WS_MODULES . FILENAME_BROWSE_CATEGORIES); ?></td> </tr> <!-- DWD Contribution End. !--> I can put it everywhere. I can make an extra page which loads this. And the popup will link to "THAT SPECIFIC" page. Like Amazon does. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.