WindowsOnWeb Integration


/ Published in: PHP
Save to your folder(s)

integration of an image/title/description into a snippet using WindowsOnWeb


Copy this code and paste it in your HTML
  1. <div id="WindowsOnWeb">
  2. <form action='http://small.windowsonweb.com/action/' method="post">
  3. <input type="image" src="http://small.windowsonweb.com/api/frame/?image=<?php echo rawurlencode(your_image_url);?>&text=<?php echo rawurlencode(your_description_url);?>&title=<?php echo rawurlencode(your_title);?>" name="image" />
  4. </form>
  5. </div>

URL: http://windowsonweb.com/oscommerce/product_info.php?products_id=23

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.