InstantASP Community Forums
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


Missing ";" in JavaScript Bug Expand / Collapse
Author
Message
Posted 05/02/2004 08:07:00


Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 05/02/2004 12:20:00
Posts: 17, Visits: 1

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..

 



-=AcR=-


"No matter how hard you try to teach your cat general relativity, you’re going to fail." - Brian Greene
http://www.pbs.org/wgbh/nova/elegant/
Post #1740
Posted 05/02/2004 08:09:00


IF.NET 4.2 Coming Soon

IF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming SoonIF.NET 4.2 Coming Soon

Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959, Visits: 3,027

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




Kindest Regards,

Ryan Healey
Director / Developer

Explore our products...
http://demos.instantasp.co.uk/

Post #1741
« Prev Topic | Next Topic »

Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ryan Healey, Mark Christianson, Bare, James Trott

Permissions Expand / Collapse

All times are GMT, Time now is 12:17am

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.094. 10 queries. Compression Disabled.
Home | Products | Purchase | Support | Company | Contact Us
Privacy Statement | © 1999-2007 InstantASP Limited. All Rights Reserved.