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 strongm 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: *

  1. Ritsuke

    Allowing External SBS Access/Two offices through Router VPN

    Sorry and thanks for the quick response. =) I'm at sales, right now, so I can't get the exact msg, for a couple of hours. I do remember it was an HTTP Error 403 - Forbidden IIS error message, when I tried to call up companyweb and outlook web access. Something about 'this ip range has not...
  2. Ritsuke

    Allowing External SBS Access/Two offices through Router VPN

    Hey all! Here's my scenario: We have two locations, with client machines, connected to an individual, LinkSYS router. Both routers (one at each location) are connected by on-board VPN. I just deployed a SBS2003 standard server, at one of our locations. Router 1 (Production) Location w/o...
  3. Ritsuke

    DATE Questions

    Here's what I came up with...A bit crude, but it seems to work. =) Anyone have any other ideas? I understand this is probablt not the best solution. =) function finalDATE() currentDayNumber = WeekDay(currentWeek) currentSOW = DateDiff("d", currentDayNumber, currentWeek)...
  4. Ritsuke

    DATE Questions

    Thank you Tarwn for the quick response. =) Unfortunately, I need to find the first day of the week when compared to any date, once given from the query sting. So say I have &quot;?CurrentDay=&quot; <--- any date currentDay = request.QueryString(&quot;CurrentDay&quot;) From here, I need to...
  5. Ritsuke

    DATE Questions

    Hey all! =) I'm trying to return the first day of the week (full date) once compared to a specific date. So, from say today, 11/21/02 (defined from a query string result), I could get the first day of the week (Sunday as default first of week day) or 11/17/02. Thank you for the help. =) 'you...
  6. Ritsuke

    Complex Window Communication

    First, let me thank you again for all the effort you have given towards this. It seems to be working wonderfully in Netscape 6+ now. Unfortunately, it doesn't seem to function in Netscape 4.7+ :( Thank you again for all the support. Here's the updated code. PARENT PAGE ----------- <html>...
  7. Ritsuke

    Cross-Browser Compatibility

    Heya everyone. I'd first like to thank everyone who helped me with my last problem. :) Now to the second. :( I have a difficulty getting jS working in both IE and Netscape. If anyone can help me get this to work for Netscape 4.7+ and Netscape 6+ I would greatly appreciate it. :) Parent Page...
  8. Ritsuke

    Complex Window Communication

    Is there a possibilty to have this work in Netscape 4.7+ and Netscape 6.2+ ?
  9. Ritsuke

    Complex Window Communication

    Ahww! That solved the problem, Bommerang! Thank you! :) Thank you so very much, anupamkant. Your help has been phenomenal. And DeZiner: Thank you very much for taking the time to offer an alternate solution. You all are wonderful! Here is the final code: Parent ------- <html> <head>...
  10. Ritsuke

    Complex Window Communication

    Here is how the code is thus far. Something now appears in the &quot;div2Box&quot; - undefined+undefined+undefined :( This returns to the textarea reguardless of the checkboxes filled in and continues to fill the textarea (continues to add to itself in groups of three) Did I some how put the...
  11. Ritsuke

    Complex Window Communication

    anupamkant: I cannot seem to get that to function. =( DeZiner: Unfortunately, the user must be able to choose multiple specializations. =( This is to save space as each division area has 100's of specializations. Is there a way, perhaps, that each of the checkboxes could be evaluated for...
  12. Ritsuke

    Complex Window Communication

    Hello everyone - Rather large question here having to deal with communication between windows with js. Here is the code first. (Cleaned for question) (Parent Page) -------------- <html> <head> <title>Bid Opps</title> <script language=&quot;javascript&quot;> function div2win() {...

Part and Inventory Search

Back
Top