HighDots Forums  

Novato - necesito ayuda.

alt.html alt.html


Discuss Novato - necesito ayuda. in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Thegate
 
Posts: n/a

Default Novato - necesito ayuda. - 10-03-2006 , 08:11 AM






Hola a todos, soy novato y tengo todas las dudas.....
Necesito saber como puedo pasar datos desde una pagina html a otra sin
usar la técnica de formularios, al igual que se hace en programación
con una función.

Gracias


Reply With Quote
  #2  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 10:38 AM






Thegate wrote:
Quote:
Hola a todos, soy novato y tengo todas las dudas.....
Necesito saber como puedo pasar datos desde una pagina html a otra sin
usar la técnica de formularios, al igual que se hace en programación
con una función.
Datos metidos por el usuario? Si nos explica por qué quiere evitar los
formularios será más fácil darle una respuesta útil, pero la respuesta
general es: use formularios. ¿¿¿Por qué no???

De lo contrario necesitará usar Javascript para construir un URL que
contenga los datos después de un punto de interrogación y enviarlo al
servidor. Hay varias razónes para no construir tal mecanismo tan
complicado y functionalmente limitado, y de todos modos no veo ninguna
ventaja.


Reply With Quote
  #3  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 10:40 AM



Thegate wrote:
Quote:
Hola a todos, soy novato y tengo todas las dudas.....
Necesito saber como puedo pasar datos desde una pagina html a otra sin
usar la técnica de formularios, al igual que se hace en programación
con una función.
se...



Reply With Quote
  #4  
Old   
Thegate
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 12:14 PM




El problema es el siguiente:
Necesito pasar unas variables, que al principio si serán generadas por
un formulario, pero después quieros poderlas utilizar en cualquier
pantalla, sea cual sea.

Necesito tener visibilidad de esas variables o algún mecanismo que me
lo permita.

gracias.


Reply With Quote
  #5  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 01:54 PM



Thegate wrote:
Quote:
El problema es el siguiente:
Necesito pasar unas variables, que al principio si serán generadas por
un formulario, pero después quieros poderlas utilizar en cualquier
pantalla, sea cual sea.

Necesito tener visibilidad de esas variables o algún mecanismo que me
lo permita.
¿Que usa como servidor, PHP? ¿ASP? Lo usual es mantaner los datos en el
estado de la sesión del usuario. ¿Sabe lo que son los variables "Session"?

Si es pregunta de pocos valores cortes, puede generar los HREF
dinámicamente, como:

/algo/algomas/?var1=esto&var2=eso&var3=aquello

en vez de /algo/algomas/.


Reply With Quote
  #6  
Old   
Thomas Jollans
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 04:32 PM



On Tue, 03 Oct 2006 05:11:40 -0700, "Thegate" <mysoft (AT) ono (DOT) com> let this
slip:

Quote:
Hola a todos, soy novato y tengo todas las dudas.....
Necesito saber como puedo pasar datos desde una pagina html a otra sin
usar la técnica de formularios, al igual que se hace en programación
con una función.

Gracias
isn't there a more appropriate group for this, like, say,
es.comp.lang.html ? (is this spanish?)

--
Thomas Jollans alias free-zombie


Reply With Quote
  #7  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 04:42 PM



Thomas Jollans wrote:
Quote:
On Tue, 03 Oct 2006 05:11:40 -0700, "Thegate" <mysoft (AT) ono (DOT) com> let this
slip:

Hola a todos, soy novato y tengo todas las dudas.....
Necesito saber como puedo pasar datos desde una pagina html a otra sin
usar la técnica de formularios, al igual que se hace en programación
con una función.

Gracias

isn't there a more appropriate group for this, like, say,
es.comp.lang.html ? (is this spanish?)
Does the language in which message is written change the relevance of
the content to the group? There is no charter and the FAQ doesn't call
for English only.

The relevant es.* group have almost no traffic.


Reply With Quote
  #8  
Old   
Thomas Jollans
 
Posts: n/a

Default Re: Novato - necesito ayuda. - 10-03-2006 , 05:24 PM



On Tue, 03 Oct 2006 16:42:55 -0400, Harlan Messinger
<hmessinger.removethis (AT) comcast (DOT) net> let this slip:

Quote:
Thomas Jollans wrote:

isn't there a more appropriate group for this, like, say,
es.comp.lang.html ? (is this spanish?)

Does the language in which message is written change the relevance of
the content to the group? There is no charter and the FAQ doesn't call
for English only.
There is no rule that specifies languages in the anarchistic alt.html, but
don't you think it's nice to keep the group "clean" ?
"clean" here meaning relatively on-topic to most or all readers; I do not
understand this thread, to me it feels like pollution. Although I know
German, I prefer to keep German seperate for the benifit/comfort of
non-German-speakers. It is all a matter of preference, of course.

--
Thomas Jollans alias free-zombie


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.