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 bkrike 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: marshalsea
  • Content: Threads
  • Order by date
  1. marshalsea

    Session Variable problem

    Hi, bit of a strange one this... maybe to do with Virtual Directories. I'm using a session variable to store a connection string to be used universally. When I move to another section - via the virtual directory - it appears to lose all the session variables. If I then move back to the...
  2. marshalsea

    FileSystem Object - CPU Usage

    Can anyone confirm that when using the FileSystem Object to confirm the existance of the object it is CPU intensive? One of the blokes here thinks it is, and as we're running a commercial site don't want it clogging up when checking for gfx. Cheers Ben Marshalsea http://www.xdvr.co.uk
  3. marshalsea

    Problem with Source Safe - getting it to work

    This is really annoying me and as Allaire charge you for any help if you're using the Evaluation version - a real incentive I feel - I'm not really getting very far with it. The problem I have is whenever I open the project I'm working on it says Initialisation Failed, and it then loses all my...
  4. marshalsea

    Strange loss of Session, any ideas?

    If I flick quickly between (any) pages on my site, I sometimes find myself with a totally new session and back at teh login screen. This has been proven by Session IDs, and logging in the Session_OnStart and Session_OnEnd functions. It does this very intermittently, and as i'm working off a...
  5. marshalsea

    SQL Svr 7 Diagrams

    Does anyone know of a way to copy Diagrams from one Database to another? I've managed to find a program that effectively backsup and restores DTS packages, but it doesn't cover Diagrams. Any ideas? Ben Marshalsea http://www.xdvr.co.uk
  6. marshalsea

    Netscape problems

    I keep getting the following problem when trying to run my site on Netscape 4.08: HTTP Error 405 405 Method Not Allowed The page posts back to itself to recalculate using VBScript. Without any Cache set within Netscape it returns that it can't find the posting data. Anyone have any ideas...
  7. marshalsea

    Javascript DoEvents equivalent

    Does anyone know if there's a Javascript function that acts like DoEvents. I'm having a problem with changing from Frameset to Frameset with it loading too quickly. If I whack an Alert box in after the location is changed then it works, otherwise it tries to save the ASP page. Any other ideas...
  8. marshalsea

    Netscape Problem

    Interesting problem i'm having testing a site on Netscape Communicator 4.51. I have a piece of ASP code that decides which parts to show. When viewed the page displays the correct part, but when viewing the source it shows the wrong part. I've cleared my cache and it makes no difference. IE...
  9. marshalsea

    Max dimensions for printing to A4

    Does anyone know the Dimensions to use if you want an HTML Page to print properly to A4. There's a page out there someone with all this information on it, but I've forgotten the URL. Help! m. <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href=http://www.xdvr.co.uk>XDVR</a><br>
  10. marshalsea

    Any MIDI Components?

    Just wondered if anyone knew of any Free MIDI components that I can download. I want to be able to send both MIDI Controllers and SysEx messages, although will settle for just Controllers. <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href=http://www.xdvr.co.uk>XDVR</a><br>
  11. marshalsea

    PWS Reset?

    Wondering if anyone knows how to reset Personal Web Server to stop it holding onto DLLs. I know IIS can be reset to free them, so can this?? <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href=http://www.xdvr.co.uk>XDVR</a><br>
  12. marshalsea

    Application_OnEnd in ASP 3/ASP+???

    Does anyone know if Microsoft have sorted out the Application_OnEnd function that never runs in the global.asa under ASP 2? If you havent checked out either ASP3 or ASP+ I recommend it. ASP+ requires a change in methologies, and isn't always backwards compatible. Still, looks like Mr MS has...
  13. marshalsea

    MSFlexGrid/MSHFlexGrid Tutorials??

    Anyone know where I can find tutorials on these Controls. I know they do what I want to be able to do, just don't understand how to get it to do that. Cheers m.
  14. marshalsea

    Diary Control?

    I'm trying to find a control that looks and acts like the one in Outlook 97 onwards. It's the central list that has numbers along side it. Cheers m.
  15. marshalsea

    Diary Control Needed

    I'm looking for a control that looks and acts like the Central part of of the Calender in Outlook 97 onwards. Any ideas on where I can find this control or something that could be substituted instead.
  16. marshalsea

    Expires help?

    I'm trying to stop people from pressing back and thus resending an Email to me.<br><br>I've tried the response.expires command but it keeps telling me i've got a type mismatch...<br><br>The theory is, they can see the page once, and once they've moved on, then whenever they try to go back, using...
  17. marshalsea

    JavaScript Editor?

    Does anyone know of a 'Free' JavaScript editor that works a bit like VB - I.e. gives you a pop up window of methods etc...<br><br>I'm working on a PC, and it's driving me nuts as I have no reference manuals (Some buggers walked off with it!) and it's proving difficult to remember...
  18. marshalsea

    Including Files

    I know this is possible in ASP pages, but wondered if it was possible in standard HTML/DHTML.<br><br>I have a Contents.inc file, which contains links to other pages on my site.<br><br>In ASP I can easily do this via:<br>&lt;!-- #include file=&quot;Contents.inc&quot; --&gt;<br><br>Unfortunately...
  19. marshalsea

    Formatting an open Window

    Using the following code I can create a Window preformatted to how I want it:<br><br>function openNewWin(url) {<br> window.name = &quot;main&quot;;<br> destination = &quot;<A HREF="http://&quot" TARGET="_new">http://&quot</A>; + window.location.host +&nbsp;&nbsp;url;<br> remote =...
  20. marshalsea

    Web Class FAQ

    People,<br>&nbsp;&nbsp;&nbsp;I've written a small FAQ to get you over a hurdle that has been a pain in the rear. This solves a couple of the problems I've been having over Truncated HTML being returned to the CLIENT.<br><br>See the FAQ Section on here for information.<br><br> <p>Ben...

Part and Inventory Search

Back
Top