<%@LANGUAGE="VBSCRIPT"%> <% Dim rsChapters__MMColParam rsChapters__MMColParam = "R" If (Request("MM_EmptyValue") <> "") Then rsChapters__MMColParam = Request("MM_EmptyValue") End If %> <% Dim rsChapters Dim rsChapters_numRows Set rsChapters = Server.CreateObject("ADODB.Recordset") rsChapters.ActiveConnection = MM_connIndustryGuide_STRING rsChapters.Source = "SELECT * FROM [CHAPTER INFO] WHERE CHAPTERTYPE = '" + Replace(rsChapters__MMColParam, "'", "''") + "' AND [Chapter Name] NOT LIKE '%defun%' ORDER BY [CHAPTER NAME] ASC" rsChapters.CursorType = 0 rsChapters.CursorLocation = 2 rsChapters.LockType = 1 rsChapters.Open() rsChapters_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsChapters_numRows = rsChapters_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> IMAPS - Chapter Map
IMAPS - International Microelectronics And Packaging Society: Bringing together the entire microelectronics supply chain!


Printer-Friendly

Increase The Font Size Of This Page

Decrease The Font Size Of This Page

IMAPS Chapter Map


Use the map below to link to a chapter's information/website (if available). First, place your mouse over the white dots to uncover the chapter name. Next, click on the white dots to hyperlink to that chapter's information, from which you may visit the chapter's website (if available).

Return to the Chapter homepage or view a list of all IMAPS Chapters.

Need more information about our chapters? Interested in forming a chapter? Please contact Steve Greene, Membership Manager, at IMAPS - sgreene@imaps.org, 202-548-8711.


Click on White Regions to View Chapter Information
Student Chapters are not listed on this map

IMAPS Tri-Valley IMAPS Angel IMAPS Orange IMAPS San Diego IMAPS NorthWest IMAPS Northern California IMAPS Arizona IMAPS Central Texas IMAPS North Texas IMAPS Beehive IMAPS Rocky Mountain IMAPS Chicago/Milwaukee IMAPS Viking IMAPS Great Lakes IMAPS Indiana IMAPS Florida IMAPS Carolinas IMAPS Capital IMAPS Keystone IMAPS Can-Am IMAPS Garden State IMAPS Metropolitan IMAPS New England IMAPS France IMAPS United Kingdom (UK) IMAPS Benelux IMAPS Germany IMAPS Nordic IMAPS Poland IMAPS Czech/Slovak IMAPS Italy IMAPS Slovenia IMAPS Hungary IMAPS Romania IMAPS Russia IMAPS Israel IMAPS India IMAPS China IMAPS Japan IMAPS Korea IMAPS Taiwan IMAPS Malaysia IMAPS Singapore IMAPS Brazil

Please contact Rayma Gollopp at IMAPS - rgollopp@imaps.org, 202-548-8711 - with questions.

Return to the Chapter Homepage
View Chapter Map
Looking for a Student Chapter? Visit the Student Center

 

 


 


 


IMAPS-International Microelectronics And Packaging Society
and The Microelectronics Foundation
Everything in electronics between the chip and the system!
611 2nd Street, N.E., Washington, D.C. 20002
Phone: 202-548-4001 | Fax: 202-548-6115 | E-mail: imaps@imaps.org

© Copyright 2007 IMAPS - All Rights Reserved.
By using this website, you agree to comply with the
Terms And Conditions For Use Of Website and
IMAPS Website Privacy Statement.

Log-in to the IMAPS Members-only Section Join IMAPS or Renew Your Membership Contact IMAPS Staff <% rsChapters.Close() Set rsChapters = Nothing %>