If the html file is testclient.html, try name the other file testclient.asp. You need to post the form on testclient.html to the asp page. Try: <FORM...
I'm still fairly new to asp, but looking to try some slightly more advanced programs. A few questions to anybody who can answer any or all of them. Have you...
Hi Rob, I don't have code for any of these, but if you want to explore any of them further based on what you're already doing, I can try to throw something ...
Hi Rob, if you need any help on mailing from AspClassic then use the file Sending Mail.txt in the files section in the AspClassicAnyQuestionIsOk yahoo group. ...
HI - I am going to call around to find an eCommerce site for my company's website and was wondering if any of you had experience in this? I don't know what...
Just call up a tech company you trust, not too big of a company and just drop the inquery there. Most companies who make .asp websites will have had experience...
Hello All, I'm a newbie, i have trouble with make script which can if we type the URL FTP, like ftp.myftpsite.com. There are show the form to identify the user...
Hello All, I'm a newbie, i have trouble with make script which can if we type the URL FTP, like ftp.myftpsite.com. There are show the form to identify the user...
You will probably want to use an FTP component to try and make a connection if that works then you can upload the file with the same component. Have a google...
One question about eCommerce systems... Do you move over to eCommerce site to view products or just for purchasing? Or does it depend on the eCommerce System?...
Ask the pertinent questions about worst case scenarios: That is where they earn there money. What is turn-around time for user complaints? If site goes down,...
My questions only need to involve how their site seamingly connects to our site and so forth. someone else handles the other stuff. ... [Non-text portions of...
In most cases it's best to integrate an ecommerce solution into your site itself and let the combined product be hosted in 1 place. Making the eCommerce part...
Dear Friends Can anybody help me with this. I have to configure my system so as to send Automatic Email at half an hour duration to specific email ID with...
Action once every half hour. Easiest: use windows scheduler. Then use whatever technology your familiar with to retrieve data and send email. Working with .Net...
Thanks Mischa Kroon This is the solution I used Create a file in notepad name it as xyz.bat @start "" /b "C:\Program Files\Internet Explorer\iexplore.exe"...
I've used cached arrays in the application object. ... From: debbi_7 To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Wednesday, August 08, 2007 10:04 PM ...
... Can you explain a little more what you mean with "auto logs out". you also say "to the index page". Does this mean that some page redirects to the index...
Thanks for that quick reply I have increased the session timeout to 20 min. Also if I am not wrong in Session time out u r not redirect to index page unless u...
It could be that your application is resetting itself because of memory leaks and stuff like that. Which IIS version are you using ? PS another trick to make...
For what it's worth, I've seen such a problem on one ASP site I run, though I haven't found the solution yet. In my case the application resets at least twice...
Another vote for memory maxed out on the server. Search all createobject's and set to nothing on every site on the server is a good first step. My bet is...
Dear All Thanks for all the replies. Jefff has the nail hit on the head The same problem he faced is with my site Dear Jeff I would definitely like to see the...
This sort of problem is usually because IIS / the application is using more resources then it should. Which means there is probabably some bad code in the...
Dear friends: I have a challenge for whoever can help me. My client wants me to create an ecommerce web site which will allow the user to look up product...
It can be done. Obstacles in email: 1 Dynamically create dropdownlists in asp 2 Making sure the types only appear if another product has one. problem 1 ...
I'm a little short on time, but couldn't you just query the database for all product types and loop through the resulting recordset to create all your option...