CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
How to embed a .jsp online store on a website
maroongurl
Permalink to comment
#
January 2010
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
maroongurl
Permalink to comment
#
January 2010
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
Add a Comment
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
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