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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ahogg

  1. ahogg

    structuring an hta

    Wonderful! Tsuji, I wasn't trying to offend, simply haven't been on the net since my last post. I hadn't noticed that attribute for the iframe. Thanks! This is for whomever wonders what's happening here:
  2. ahogg

    structuring an hta

    Hi Tsuji, I don't think that will help really, since I do want to use a HyperText Application and not a website... Or am I missing something?
  3. ahogg

    structuring an hta

    dilettante, I'm trying to use the parent property from within the iframe to access the variables in the document containing the iframe. It's not working. The variable is declared in the main document as a global, and is called sCurrentProjectName. From inside the iframe, the code I assume to...
  4. ahogg

    structuring an hta

    Hah. I agree. It seems that htas are a bit underplayed anyway. Hadn't even heard of them before last week...
  5. ahogg

    structuring an hta

    Hmmm. But what happens if you have something like this: - main.hta <html> <head> <script src="main.vbs"></script> </head> <body> <iframe id="editPanel"></iframe> </body> </html> and the code in main.vbs changes editPanel.src to the url of: - page.htm <html> <head>...
  6. ahogg

    structuring an hta

    I did notice, but I assumed it was I not looking right. Since I was after the specifics I didn't really dissect the code. Thanks again anyway, and btw, great tutorial too!
  7. ahogg

    structuring an hta

    Thanks a lot both of you, kmcferrin, those are two guidelines that I follow, since they are not specific to VBscript in any way but to any source material. It is true that it helps mucho. dilettante, that's exactly what I was getting at. Moreover, I'm one of those "separate your presentation...
  8. ahogg

    structuring an hta

    Hi, This is a sort of "best practice" question. I'm developing an hta that manages a file system hierarchy (actually, it takes input for the user and generates a web page from that input). I've structured it like this: One table (2x2). - first row devoted to cosmetic stuff - second row: 1...
  9. ahogg

    Weird BEEPs coming from central unit...

    hi maine and thanks! there's no way i'm going to be able to post the cpu temperature, since the cpu's dead. I gutted the beast, and the fan was dusty, but not enough to slow down really. I'm pretty upset, that was an expensive processor! Anthony
  10. ahogg

    Weird BEEPs coming from central unit...

    Hi alll! I'm currently experiencing a mystifying bug from my harware. Every so often, some part of my machine starts emitting beeping sounds. What's extremely weird is that it seems to be playing tunes, in a more or less random order. I should say that it doesn't sound like error codes. I'm...
  11. ahogg

    Outlook 2k:Customize the &quot;New&quot; menu to access a custom form?

    Hi all! I was told that it was possible to customize the &quot;New&quot; menu on the Outlook Standard Toolbar, enabling the use of custom forms just as if they were standard Outlook forms. I have no idea how this is done, and the documentation isn't helping much. Thanks in advance for any...
  12. ahogg

    Formula to separate data from one cell into two cells?

    Thanks a lot carr... Was a pretty daft question, I suppose :p
  13. ahogg

    Formula to separate data from one cell into two cells?

    Hi all! I'm currently reformatting an excel spreadsheet containing contact information for my firm. The data must be formatted for importing into a database, and therefore correct field mapping is necessary. My problem is this. I have one column containing Name and Surname information and would...

Part and Inventory Search

Back
Top