Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: passing variables using htm


Message #1 by "yls" <yls177@h...> on Fri, 24 Nov 2000 01:26:36 -0800
This is a multi-part message in MIME format.

------=_NextPart_000_0327_01C05868.CA477E60
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hi

if u pass querystring variables to a .html files, they wont be available 
to the server. you can get them on the client side using javascirpt

NOT SERVER SIDE

jigs
  ----- Original Message -----
  From: yls
  Newsgroups: javascript
  To: javascript
  Sent: Friday, November 24, 2000 2:56 PM
  Subject: [javascript] passing variables using htm


  Hi, say i have this file default.htm?mid=3D5 then in default.htm , i 
do this
            var TopicID=3D GetQueryString("mid")
  I can get the value of mid? emmm... so javascript can be used to pass
  variables using htm files. emmm how to learn more about this and whats 
your
  comments when doing this as compared to asp form or get method



  ---
  NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
  Visit EarthWeb for the latest in IT Management, Software Development,
  Web Development, Networking & Communications, and Hardware & Systems.  

  Click on http://www.earthweb.com for FREE articles, tutorials,
  and discussions from the experts.
$subst('Email.Unsub')





  Return to Index