i have a flash template, can i use it using a free web hosting service like freewebs?
If you like to create websites (usually you will end up more than 1 website), go for multiple web hosting services where you could host all your websites in one account.
I would like to suggest following webhosting , they are excellent.
They offer hosting of “unlimited domains” and you will get massive webspace of 200000 MB (200 GB ). They only charge $5.95/month and they offer “a free Domain Name” and installing service called “Fantastico”. By using Fantastico, you could create own forum, photo gallery, shopping cart (e-commerce),your own auction site and your own blogs within few seconds. They also offer “Free Website Builder” as well.
Visit the site to check details.
Is it possible to execute Windows Script Hosting procedures in a web page script.?
IE doesn’t seem to support wsh objects and methods. I keep getting errors like “Object required ‘WScript’” and “ActiveX component cannot create object ‘GetObject’. Is there some libraries you can include to IE.
If not is there a way to call a .vbs or .js file from a web page?
If it can be done via AciveX, how??? All the sample codes not working on my ‘puter. As far as the security issues, the site this is for is username/password protected and only will have about 8 users.
Re: ActiveX, the following code does not error it just does nothing.
If you want to run the script on your server, you’d simply use ASP.
If you want to run a script on your client’s machine, you’d have to use Active X. It’s a huge security fault to allow a website to run a script on a client’s machine.