Jump to content

zXarth

Members
  • Posts

    2
  • Joined

  • Last visited

zXarth's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi All, I'm relatively new to the forums here and mostly I do Web Dev stuff, however I have dabbled in the AutoIT world and when I saw the AuCGI I almost fell off my seat! Well Any who, I know it's been quite a while since anyone else has posted, and I'm not sure if anyone has said anything previously, but for anyone who comes looking I've gotten AuCGI to work successfully in my WAMP (apache) setup... Aside from following the instructions already posted all I had to do was add the following code to my httpd.conf file: <Directory "x:/wamp/www/..."> #This is for AutoIT3/AuCGI use... Options +ExecCGI AddHandler cgi-script .au3 </Directory> (replacing 'x' with the drive letter that wamp is installed on, and either removing the '...' at the end of the directory listing to allow the entire Web Directory access to CGI or specifically filling in a folder in the Web directory which you want CGI's to be executed) Thanks guys for the wonderful work!!
  2. Hiya! Relative Newbee here... First of all I Love this UDF!! However I have a problem. I have tried to embed a webpage (which works successfully) but when I click on another tab and then come back to it, I have to "click and drag" over the area to refresh the page... Also when I hide a few tabs and then un-hide them they appear to far to the left than where they are supposed to be. Hope I'm not annoying here or this hasn't already been covered... If it has, pplease point me to the right location Cheers!
×
×
  • Create New...