Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks very much for you help! I made the change exactly as you wrote it but it appears that I have some else wrong, maybe environmental?. I have run it from both VWD 2010 & 2012 but each time is says the variable 'hidden1' is undefined ... when the error breaks the dynamic view shows that the JAVA getElementByID is populating with 'MainContent_hidvalue' which I assume is the current client side id ... so I am mystified!
      singulars
    2. COThanks again for your suggestion. It is probably correct but I am thinking that my server environment may be to blame. Since I could not get it to work with an ASP.NET page I broke the code down to a basics HTML page as follows: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript"> { var sizetextcontrol = document.getElementById('LabelSize'); sizetextcontrol.value = 'Test'; } </script> </head> <body> <input id="LabelSize" value="" /> </body> </html>
      singulars
    3. COIt still produces the error. I have decided that I must have a problem with the JAVA scripts I have installed ... I ran the above from both an IIS development server and an IIS7 server on Windows 7 with jquery 1.4.1 on the development server and jquery 2.0.3 on the IIS7 server. Both servers threw the same error, 'Unable to set property 'value' of undefined or null reference', at the line where it sets the value. I am beginning to feel more convinced about the possibility of a server environment/settings issue.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload