User Profile

Collapse

Profile Sidebar

Collapse
thig95
thig95
Last Activity: Nov 18 '08, 04:25 PM
Joined: Nov 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks so much for your reply. I'm just having a hard time understanding how you are able to get this to work and i'm not...I am also working in IE 7 but still haven't had any luck even after trying the code you posted.

    Maybe you could help explain this...I put this simple code into the embedded page to execute when it is loaded:

    [CODE=javascript]
    alert(window.to p.location);
    alert(window.se lf.location);...
    See more | Go to post

    Leave a comment:


  • Hey thanks for the reply! Yes, that was one of the first things I tried to do...that would work just fine if I was embedding an iframe, as i've used that before. For some reason the script's behavior seems to act different when using OBJECT instead of IFRAME. I wonder if the parent/child association gets mixed up in IE.

    Of course this works in FireFox and mozilla based browers, just not IE....

    I'm at a standstill here,...
    See more | Go to post

    Leave a comment:


  • How to use javascript to change URL from page within OBJECT (IE)

    I have an embedded html page loaded via the object tag on my main page. I'm working in XHTML strict so using iFrame is out. I call the embedded page using this:

    [HTML]<object data="mypage.ht ml" type="text/html"></object>[/HTML]

    Now the referenced page loads just fine in the browsers I am testing with (IE 6&7/FF/ Safari). My problem is I have a simpe link on the embedded page that when...
    See more | Go to post

  • Just went out to lunch for an hour, came back and sure enough i was knocked back to the logon page....

    Here's a little more background on the application's overall setup. We're accessing the site via SSL over port 443. As mentioned before, the server is a windows 2K3 SE with IIS 6.0. I have also deployed URL scan for enhanced security for our application. The site has a backend DB (MSSQL 2000) where all our relevant data is housed....
    See more | Go to post

    Leave a comment:


  • Alright, I checked the settings on the DefaultAppPool and Recycle Worker Processes is checked with the time interval set to 1740 minutes. Now this wasn't something i set, so i am assuming that's the default value? Idle timeout for worker processes is 20 minutes. That might be the culprit...i'm going to change it to match the session state timeout and see if that helps. I'll let you!

    And THANK YOU for helping me with this, i've pulled...
    See more | Go to post

    Leave a comment:


  • thig95
    started a topic Problem with Session.Timeout in ASP Classic

    Problem with Session.Timeout in ASP Classic

    Hi,

    I've got a web application written in ASP class with VBScript. We have a home grown conctact management system for my company that our users stay active in throughout the day. My problem lies with the continued timeout we sometimes experience.

    I have tried just about everything to allow an 8 hour timeout for this application. I've set the session timeout to 480 in IIS (running IIS 6 on windows 2k3 SE) and i've also...
    See more | Go to post
No activity results to display
Show More
Working...