steve55
09-30-2002, 05:21 PM
Hi,
I have embedded an Excel spreadsheet into a web page using the following code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="100%">
<tr>
<td>
<div align="center">
<ilayer src="steve.xls" width=100% height=100% id=field name="adverts" visibility="hide"></ilayer>
<iframe src="steve.xls" frameborder=0 scrolling=no width=100% height=100% id=field name="adverts"></iframe></div>
</td>
</tr>
</table>
</body>
</html>
Looking locally the spreadsheet is 'live' within the web page (i.e I can enter information into the spreadsheet, scroll..etc).
Is there an easy way to make any changes made to the spreadsheet permanent? Or is there another method of embedding a spreadsheet and making it 'updateable' and 'saveable'?
I have embedded an Excel spreadsheet into a web page using the following code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width="100%" border="0" height="100%">
<tr>
<td>
<div align="center">
<ilayer src="steve.xls" width=100% height=100% id=field name="adverts" visibility="hide"></ilayer>
<iframe src="steve.xls" frameborder=0 scrolling=no width=100% height=100% id=field name="adverts"></iframe></div>
</td>
</tr>
</table>
</body>
</html>
Looking locally the spreadsheet is 'live' within the web page (i.e I can enter information into the spreadsheet, scroll..etc).
Is there an easy way to make any changes made to the spreadsheet permanent? Or is there another method of embedding a spreadsheet and making it 'updateable' and 'saveable'?