Reputation:
I'm new to developing Chrome Apps, and I want to embed a website inside a popup window. This is what I tried:
<!DOCTYPE html>
<html>
<body>
<embed src="http://www.example.com" style="width:500px; height: 300px;">
</body>
</html>
but it did not work. (this HTML file did launch, I tested it with a Hello World program)
Upvotes: 0
Views: 562