Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JimHH
  • Order by date
  1. JimHH

    Visual Studio and .net

    chiph said: "Oh - if you're going to be doing any ASP.NET development - make sure you have IIS installed *before* you install .NET. You can recover from this, but it's a pain." I just installed IDE V7.0 and .NET V1.0 on a Win2K system and am having problems getting anything...
  2. JimHH

    C#.NET question!

    chiph said: In VB.NET, you say: Dim MyStringVar As String In C#, you say: String MyStringVar; As I understand it, C# is case-sensitive, and regular VB is not. Has VB.NET adopted case-sensitivity, or is Dim MyStringVar As String different from: Dim myStringvar As String ??? Just...
  3. JimHH

    Popup Calendar Tips??

    Hi, I am a newbie to .NET (having get-started-problems -- see : Thread855-265989). My major motivation for switching over to .NET a.s.a.p. is that on my website I have a plethora of cross-browser problems, including that of differing implementations of pop-up screens (in my user request forms)...
  4. JimHH

    Simple off-line testing of asp pages

    This relates to a general 'starting-up-with-.NET' problem I posed in this thread: thread855-265989 ... namely that for IIS reasons (now lost to my memory in the mists of time!) -- involving shared servers not sharing a common path -- I am unable to use InetPub/wwwroot. Does this pose a major...
  5. JimHH

    window.close problem in IE

    starway wrote: > I just checked your code: > it works very well in Opera 6.0, IE5 and Netscape 6.2 Many thanks starway ... your reply puzzled me. So I started cleaning up the code on my live site to provide you with a link, then found that it was working OK for me too -- I must have cleaned...
  6. JimHH

    window.close problem in IE

    Addendum: I just tried this with Opera 6.0 -- it fails to create the popups ... JimHH
  7. JimHH

    window.close problem in IE

    I have a main form with a number of (popup) subforms. Each popup is defined to be 'dependent' on the main form, i.e. should close automatically when the main form is closed/reloaded. Everything functions OK, but there is a browser-related difference: NS 4.x and NS 6.x show only one browser...
  8. JimHH

    NS6 incompatible with NS4 (and MS IE)?

    I am hoping that someone proficient in the Netscape / JavaScript interface may have either a direct answer or a pointer to a website with information about NS 4 / NS 6 differences. I am writing cross-browser code for our corporate website. (We have about 11% NS 4+ users and 1% NS 6 users.)...
  9. JimHH

    Inserting Acrobat PDF files into Microsoft Front Page 2000

    ... and provide a link to http://www.adobe.com/products/acrobat/readstep.html for a free download of the necessary reader ... JimHH
  10. JimHH

    Textbox 'sticky lists' under Netscape ???

    I searched this site and also Microsoft but cannot find anything relevant. I had to create a new name: 'sticky list', by which I mean that when a user types into the textbox area of a form he sees a cookie-based dropdown list of previous inputs from which a selection may be made -- like the...
  11. JimHH

    Help with Formatting Form Output

    Another possibility is to purchase a commercial form-handler package, for example (for Windows / Intel sites) check out SEND IT! by Websunlimited: http://www.websunlimited.com/senditinfo.htm We use it on our site; there have been some minor problems but in general it gives much greater control...
  12. JimHH

    Global.asa jscript and vbscript together ?

    I am a relative newbie, so forgive any obvious errors. If it is possible I am looking for a way to call a vbscript function from jscript. I have a number of .asp forms (written using FP2K, running on an IIS 5.0 W2K managed site where scripting is enabled). Each form has a confirmation number...

Part and Inventory Search

Back
Top