when i click on the camera name in the console
(javascript:%20newWindow(%20'/index.php view=watch&mid=1', 'zmWatchIT LAB', 392, 555 );)
My internet explorer give me a Runtime Error?
Everything run fine i have not error in all log .
????
Runtime Error
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
Re: Runtime Error
Hi Erik,
This is a bug I think. Basically JS doesn't like creating windows with spaces in their name. I think I should strip out the spaces before it creates the window but for now the easiest thing to do is to make sure your monitor names have only alpha characters in them and no punctuation or spacing.
Phil,
This is a bug I think. Basically JS doesn't like creating windows with spaces in their name. I think I should strip out the spaces before it creates the window but for now the easiest thing to do is to make sure your monitor names have only alpha characters in them and no punctuation or spacing.
Phil,
Re: Runtime Error
Thanks is working fine now. :-)