F.Y.I.
It appears that there is a missing ";" at the end of a statement in the following JavaScript. Although it does not seem to be causing any problems.
..\wysiwyg\dialogs\insert_table.aspx Line #: 27
..SCRIPT LANGUAGE=JavaScript FOR=window EVENT=onload.. for (elem in window.dialogArguments) { switch( elem ) { case "NumRows": numrows.value = window.dialogArguments["NumRows"]; break; case "NumCols": numcols.value = window.dialogArguments["NumCols"]; break; case "TableAttrs": tableattrs.value = "border=0 cellPadding=1 cellSpacing=1 width=100%"; <--- break; case "CellAttrs": cellattrs.value = window.dialogArguments["CellAttrs"]; break; case "Caption": caption.value = window.dialogArguments["Caption"]; break; } }../SCRIPT..
Hi Antony,
Hope your well. Thanks for the heads up. This has now been resolved. This is very minor and will not effect in anyway the application. Thanks for the feedback. Any further suggestions please let me know
Explore our products...http://demos.instantasp.co.uk/