





Saludos:
Además de no ser programador, cuando necesito mezclar diferentes cosas me hundo completamente

Necesito que una página ASP envíe dos datos y luego que los inserte en el script:
Enviar.asp
nombre
titulo
Mostrar.asp
(...)
<script language="JavaScript">
<!-- HIDE FROM OLDER BROWSERS
//**** CALL THE FUNCTIONS
do_globals();
first_load();
//****
//**** DECLARE THE GLOBAL VARIABLES
function do_globals() {
filename = "nombre";
title = "titulo";
height_vary = 1.65;
min_width = 550;
max_height = screen.availHeight;
max_width = screen.availWidth;
browser_width_adjust = 55;
browser_height_adjust = 40;
nav_width_adjust = 20;
nav_height_adjust = 10;
nav4_height_adjust = 100;
scrollbar_adjust = 30;
nav4 = 0;
};
//****
(...)
Me echan una mano?

Muchas gracias y un saludo
