Jump to content

jilshi

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Malaysia

About jilshi

jilshi's Achievements

0

Reputation

  1. i plan to add online camera to my website. in website, it should be able to display live image that capture by camera. previously i used axis camera which was an old camera. below are the following code i used. function video() { document.write("<OBJECT ID=\"AxisCamControl\" CLASSID=\"CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3\" WIDTH=\"400\" HEIGHT=\"290\" CODEBASE=\"/activex/AxisCamControl.cab#Version=1,0,2,15\">"); document.write("<PARAM NAME=DisplaySoundPanel VALUE=0>"); document.write("<PARAM NAME=URL VALUE=\"http://192.168.1.95/axis-cgi/mjpg/video.cgi?camera=&resolution=640x 480\">"); document.write("</OBJECT>"); } it works fine and able to work in my website. ** Recently i bought new camera brand Philips but do not how to write code so that enable to use in my web site. is there any coding that can help me to attach my live camera to website??
  2. i plan to add online camera to my website. in website, it should be able to display live image that capture by camera. previously i used axis camera which was an old camera. below are the following code i used. function video() { document.write("<OBJECT ID=\"AxisCamControl\" CLASSID=\"CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3\" WIDTH=\"400\" HEIGHT=\"290\" CODEBASE=\"/activex/AxisCamControl.cab#Version=1,0,2,15\">"); document.write("<PARAM NAME=DisplaySoundPanel VALUE=0>"); document.write("<PARAM NAME=URL VALUE=\"http://192.168.1.95/axis-cgi/mjpg/video.cgi?camera=&resolution=640x 480\">"); document.write("</OBJECT>"); } it works fine and able to work in my website. ** Recently i bought new camera brand Philips but do not how to write code so that enable to use in my web site. is there any coding that can help me to attach my live camera to website??
  3. i plan to create a website for user who stay in condominium. this website is speacially created to ease the residents who live condominium. Do you have any idea what are the features or facilities that i can put it the website? for example, this website enable residents to pay their rental or maintenance fees online. or add forum to this web site. Anyone who has idea do not hesitate to post it here. i would appreciate any advice.
  4. i am creating my own web site using jsp. i plan to add 'chat service' like mirc or icq into my web site. how can i create the 'chat'? is there any third party software that i can use?
  5. i just install microsoft outlook 2000 but i do not know how to configure it. how get start with microsoft outlook? how can i send mail using microsoft outlook? what should i type in internet mail server, outgoing mail and incoming mail?
×
×
  • Create New...