Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Amazon like HyperText Popup


Alexian

Recommended Posts

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 by Alexian
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...