I'm trying to use an iframe (bad, I know) to display a shopping cart. It shows up as designed in IE but not Firefox.
Any solutions?
Thanks!
I'm trying to use an iframe (bad, I know) to display a shopping cart. It shows up as designed in IE but not Firefox.
Any solutions?
Thanks!
What is your code?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<iframe src="http://mcobb.thebiomatcompany.us/2.0/shoppingcart/index.php" scrolling="Auto" width="350" height="150" frameborder="0">Content</iframe>
</body>
</html>
I checked your code in my HTML and browse with IE and FF. It works both well. What problem do you face? I saw no errors.
I checked your code in my HTML and browse with IE and FF. It works both well. What problem do you face? I saw no errors.
Wow...
Haha it didn't show anything at all yesterday but now it's right there!
Never mind!
I am trying to embed a cart in a clients site that would be a javascript/html code based cart or iframe based cart. I tested your code on my site and it worked, what cart are you using? A custom built one or a hosted solution? Any help is appreciated.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.