%@LANGUAGE="VBSCRIPT"%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "="
MM_keepURL="":MM_keepForm="":MM_keepBoth="":MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each Item In Request.QueryString
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepURL = MM_keepURL & NextItem & Server.URLencode(Request.QueryString(Item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each Item In Request.Form
NextItem = "&" & Item & "="
If (InStr(1,MM_removeList,NextItem,1) = 0) Then
MM_keepForm = MM_keepForm & NextItem & Server.URLencode(Request.Form(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)
if (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
if (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
' 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
%>
El Humor de Rogelio - Chiste
|
|
| |
|

|
| |
| |
|
|
| |
|
|
|
|
...pulse
este botón para cerrar la ventana. |
| |
|
|
| |
Sabio
consejo.
Un
hombre fue citado para una investigación fiscal en el Ministerio
de Hacienda. Asustado preguntó a su contable de qué
manera debía ir vestido:
- Usa harapos. Vete con aspecto de mendigo.
Cuando preguntó a su abogado, éste le dijo:
- No dejes que te intimiden, usa tu traje y corbata más caros
y elegantes.
Confundido por dos consejos tan distintos, acudió a hablar
con el cura de la parroquia y le contó la historia de los
dos consejos opuestos y le pidió su opinión.
- Déjame contarte una historia - le dijo el cura-. Una mujer
a punto de casarse le preguntó a su madre qué ponerse
en su noche de bodas, ésta le dijo que se pusiera una bata
de franela gorda que le llegara hasta el suelo y le tapara hasta
el cuello. Después le preguntó a su mejor amiga y
le dio el consejo opuesto, le dijo que se pusiera su camisón
más pequeño y transparente que pudiera encontrar y
que llegara hasta el ombligo.
- Pero Padre, ¿qué tiene que ver esto con hacienda
y conmigo?
- Pues que hagas lo que hagas se te va a follar.
|
|
| |
|
|
|