I have a form which is submitted by a link with a call to submit(). It all works fine.
My problem is that I can't make this link the default action when a user fills in the form and presses [Enter].
My page has two such forms - I need a solution that knows which form to submit.
ta very much...
Bearing in mind that they are in their 60's and this is their first computer, it's hard to be too confident from a phone conversation, but I'm reasonably sure they're using Outlook.
sam
http:www.waitallday.com
My in-laws live miles away and have a problem with their Outlook on XP. They tell me that their incoming mail messages open as soon as they click on them (making it hard to delete suspicious mail as I've advised).
I don't have XP. Can anyone tell me where the setting might be to change the...
Does anyone know why my IE has stopped allowing me to View - Source. Nothing happens. I haven't changed my file associations or anything. It's driving me mad.
sam
http:www.waitallday.com
I do a lot of the very thing you're talking about.
We took a lot of our business rules and database access out of our Delphi ISAPI DLLs and instead created MTS components.
Now our MTS components can be easily be accessed by either ASP pages or other Delphi DLLs.
This is too big a subject to...
Figured it out.
The OpenDialog alters the App's default directory so that when I CreateProcess it's no longer looking in the right place.
The solution is to find the Application directory and prepend it to the exe name to give CreateProcess an absolute path.
So you can all relax now.
ta...
I have an app that selects files and uses each as the parameter for a DOS program (don't ask me why). I'm using CreateProcess to lauch the DOS prog.
Oddly, when OpenDialog is used to select files from any directory other than the Apps own dir, CreateProcess fails. Very-oddly, if you select files...
Aha! Found this:
http://www.xtremesoft.com/solutions/appmetrics.htm
Don't know how much it costs but it looks pretty useful at first glance.
sam
http:www.waitallday.com
Does anyone know of any MTS tools that might give more of an insight to installed packages than you get with the Management Console?
sam
http:www.waitallday.com
I'd like to replace any non-alphanumeric characters in a text field with spaces.
eg. "rt/sm-01" becomes "rt sm 01" etc.
Any ideas?
sam
http:www.waitallday.com
I think now may be the time to start looking into Active Server Pages. As a first steptowrds that, I'd break out of Frontpage and start coding the HTML from scratch. Once you've got HTML sorted then get a book on ASP and you'll find it falls into place quite easily.
I've got a pretty innocuous looking div:
<DIV style="MARGIN-BOTTOM: 15px; MARGIN-TOP: 5px;">
-which I inherited. When you view the page source of the resulting page in Netscape Com 4.7, it seems to have replaced this with:
<DIV style="MARGIN-BOTTOM: 15px; MARGIN-TOP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.