treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How to embed a .jsp online store on a website

  • Hi there,

    I am doing a re-design for my company, however they want an online store. They also want to use the online store they had previous to this re-design.

    So this is what I need to embed

    http://companycasuals.com/kands/start.jsp

    I would like to post the coding for the page that this store is going on but the coding is way too long.

    I have tried to link to the above url by doing and <a href=""></a> but that doesnt seem to work.


    For an example of the store that they want please visit their site:

    http://www.kandssports.com then click on the online store.


    Any advice would be great!

    Amanda
  • Just an update:

    I just tried using the following in the coding:

    <iframe src="httpl://www.companycasuals.com/kands/start.jsp" style="width:965px; height:429px"></iframe>

    It gives me a white box with nothing inside of it.

    hope this helps


    Amanda