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

    Can't ping

    Hi - I've successfully created a VPN connection b/t my BEFSX41 (home office) and Sentinel 1.3. This works great when connecting from another computer either using dial-up of cable modem. However, when I attempt to connect from my work office Sentinel makes the connection, I see the connection...
  2. efrost2

    Control access BEFSX41 and SSH Sentinel

    Hi, I have succesfully created a vpn connection between a Linksys BESX41 and SSH Sentinel 1.3.2. However, I would like to be able to control permissions for vpn users. Currently when a user connects to my network they have complete control, they are able to see all my shares, etc. Is there...
  3. efrost2

    Session timeout event?

    Does an event get fired when session variable times out? I would like to have the browser load another page when session times out. Thanks
  4. efrost2

    Is DreamWeaver right for me?

    I am looking for a good and quick way to develop web pages. My experience is with ASP and back end programming. I have used HomeSite, but would like a simpler way to develop rich client side functions (rollovers, menus, etc). Is DreemWeaver a good candidate to work with Active Server Pages...
  5. efrost2

    Web Services?

    When a browser makes a call to a web service does the page get refreshed? I have used Remote Scripting, which allows you to call methods in another asp page WITHOUT refreshing your page. The limitations with Remote Scripting is that you can't send or receive structured data(arrays, object)...
  6. efrost2

    Accessing a variable from Server in client side code?

    I have an asp page which populates a variable on the server side, how do I get access to this variable in client side script. <HTML> <HEAD> <SCRIPT language=javascript> Function GetValue() { //Can I access MyVar here??? } </SCRIPT> </HEAD> <BODY> <% dim MyVar 'do my database stuff MyVar=value...
  7. efrost2

    VBScript on the iMac

    Can you run VBScript on the iMac version of IE? If so are the DOM similar?
  8. efrost2

    Certificate Server

    I would like to generate my own server certificate using Certificate Server. However, I hear that you can not generate the certificate on the same machine that you intend to install the certificate on. Is this true? Thanks
  9. efrost2

    IE 4.0 for the Mac?

    does IE 4.0 for the Macintosh support client side VBScript - also does it support the <div> tag? Thanks.
  10. efrost2

    Pitching your product?

    I am trying to start my own software development company. I have contacted a certain government agency about my product - they seemed interested and I now have an appointment with top guy in their technology department to give a presentation. Being as this is my first attempt at pitching my...
  11. efrost2

    Scalability and session variables?

    I need to store several small string variables into session variables (probally no more than 5 variables for each visitor, lilely will have no more than 30 - 40 concurent users). How will this affect server performance and inpact scalability if I need to handle more users? Thanks
  12. efrost2

    Passing a recordset to another ASP page?

    Is it possible to pass a disconnected recordset from one ASP page to another? Thanks
  13. efrost2

    Setting a windows attributes??

    Is it possible to set a window's attributes (ie, menubar, statusbar etc) in the window_onload event? I need to have my page load with none of the tool bars showing. Any suggestions. Thaks
  14. efrost2

    Using VB DLL to wrap Crystal Rep. Standard.

    I would like to make a VB DLL and use the standard edition of Crystal Report. Access a DB, export reports to either PDF or HTML, save exported reports to directory. More importantly I need to be able to call this DLL from ASP served from a Win2K/IIS5.0 server. Is this possible with the...
  15. efrost2

    MS Word automation from ASP

    I have struggled for several days to get this to work. See my other post. I am abandoning this as an option as a result of this article: http://support.microsoft.com/support/kb/articles/q257/7/57.asp which states that: 'Microsoft does not currently recommend, and does not support, Automation...
  16. efrost2

    MS Word and Win2K/IIS 5.0???

    Hi - I am trying to use MS Word as an automation server from ASP. I am having problems with permissions. When I attempt to run ASP script (basically starts an instance of word, opens a document, saves document) with IIS anonymous access set to IUSR_<server> or IWAM_<server> this is what...
  17. efrost2

    MS Word automation through IIS?

    Hi - I am trying to use MS Word as an automation server from ASP. I am having problems with permissions. When I attempt to run ASP script (basically starts an instance of word, opens a document, saves document) with IIS anonymous access set to IUSR_<server> or IWAM_<server> this is what...
  18. efrost2

    IIS5.0/ASP permision problem.

    Hi I am trying to use MS Word as an automation server from ASP Set oWord = Server.CreateObject(Word.Application&quot;) Set oTemplate = oWord.Documents.Add &quot;<filepath and name>&quot; From what I can find on MSDN since I am accessing IIS under IUSR_<machine> I am having permission...
  19. efrost2

    Word automation - error

    This works fine in win98/PWS - Dim objApp Set objApp = CreateObject(&quot;Word.Application&quot;) sTemp = objApp.ActivePrinter response.write sTemp & &quot;<BR>&quot; set objDoc = objApp.Documents sTemp3 = objDoc.Count response.write sTemp3 'I get to this point no problem set objTemplate =...
  20. efrost2

    Unable to End Process Question

    Hello all - I am calling MS Word through ASP (eg CreateObject), however each time I do this a winword.exe process shows up in processes in Windows task manager. When I try to 'End Process' I get the Warning messeage then when I click YES I get an 'Unable to terminate process - The operation...

Part and Inventory Search

Back
Top