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!

Recent content by saintmike2

  1. saintmike2

    Very slow Visual Studio.net Startup

    Steve, Try this: http://support.microsoft.com/?id=331333 ? Should solve your problem.
  2. saintmike2

    MSIE: XSL + javascript

    I created a XML page formatted with XSL. For some reason in order to view the page properly the security settings for MSIE must be set to low. I'm guessing it's becauswe I am using a server-side object on the client. Is there anyway to fix this? Here is a sample of the code: <html>...
  3. saintmike2

    Opening XML file within XSL

    I have a news webpage that pulls XML data (news headlines) from a remote server and reformats it using XSL. When a user clicks on the news headline, the webpage opens the corresponding story which is also pulled from the remote server. The problem is that the story is presented in XML without...
  4. saintmike2

    VOIP timeout on Cisco 2600 Series

    I have a Voice over IP connection set up between our London and Chicago offices and for some reason when we make a sustained voice over IP call (more than 5 hours; we would like to leave the call connected overnight) it always disconnects after a certain length of time. The config command does...
  5. saintmike2

    Routing VOIP calls out through POTS

    Thanks that was very helpful. I know who to come to if I have anymore queries. Mike
  6. saintmike2

    Routing VOIP calls out through POTS

    <snip> I pursume you already have calls going across the IP network Ext to ext? Is is just Chicago calls or all of the US All US </snip> Yeah, currently you have to dial an extension (like 501) to get over to London and vice versa. Ideally we would like to set it up so that if you just dial...
  7. saintmike2

    Routing VOIP calls out through POTS

    My company has both an London office and a Chicago office that uses Voice over IP to communicate between offices. We use a Nortel E&M/DISA card in the PBX (Model # NT5B38GA) and a Cisco 2620 to do so. The question is; is it possible to configure the system so that when London makes a call to...
  8. saintmike2

    Converting XML resulting from POST

    I have a website which queries a remote server for information based on what you pass through to the link &quot;http://xml.macdaddy.com&quot; via a POST. The information I get back from the server is in XML. But what I would like to do is dynamically take the XML information and convert it to...
  9. saintmike2

    Call a Sub &amp; not waiting for it's completion

    The basic premise of the script is to log statistics on several routers. The script takes the IP address of the router and the group the router belongs to from a text file. It hen does a &quot;show interface&quot; on the router at an interval determined by which group it belongs to. For...
  10. saintmike2

    Call a Sub &amp; not waiting for it's completion

    I have a script that calls a subroutine called &quot;main&quot; that it just basically a just continuous loop that never terminates. The porblem is that given the struct of the code below, it will read the first line in the file handle run &quot;main&quot; and then stay in main forever without...

Part and Inventory Search

Back
Top