Jump to content

wechaur

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by wechaur

  1. Is it possible to use Form within Form?For example:<Form name="form1" method="post" action="abc.html"><input type="text" name="name1" size="20"><input type="text" name="name1" size="20"><Form name="form1" method="post" action="abc.html">......</Form>...<input type="submit" name="Submit" value="Submit"></Form>

  2. Then you need to run a function on it before you put it in the URL to escape all characters that should not be in the URL.
    I know it. Using Server.URLEncode(string) function to encode the client name before put in the URL.thank you.
×
×
  • Create New...