<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : get value from previous &#102;orm in asp</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : get value from previous &#102;orm in asp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 21:13:43 +0000</pubDate>
  <lastBuildDate>Tue, 16 Aug 2005 15:32:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=16161</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[get value from previous &#102;orm in asp : hey khan,  The form this script...]]></title>
   <link>https://forums.webwiz.net/get-value-from-previous-form-in-asp_topic16161_post88843.html#88843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21447">joelp</a><br /><strong>Subject:</strong> 16161<br /><strong>Posted:</strong> 16&nbsp;August&nbsp;2005 at 3:32pm<br /><br />hey khan,<DIV>&nbsp;</DIV><DIV>The form this script is processing is encrypt="multipart/form-data" (so it can upload the image you selected)</DIV><DIV>&nbsp;</DIV><DIV>request.form() doesn't work with encrypt="multipart/form-data"</DIV><DIV>&nbsp;</DIV><DIV>Try request.("foldername")&nbsp; (without the form)</DIV><DIV>&nbsp;</DIV><DIV>If that doesn't work you might have to use pure ASP's&nbsp;scripting to retrieve the value of the text field.&nbsp; (I'm not terribly familiar with it.. but I'm sure you can google it)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>OR... you could separate the two by&nbsp;just placing the folder text input in it's own form on its own step.</DIV><DIV>&nbsp;</DIV><DIV>Good luck,</DIV><DIV>JP</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 15:32:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/get-value-from-previous-form-in-asp_topic16161_post88843.html#88843</guid>
  </item> 
  <item>
   <title><![CDATA[get value from previous &#102;orm in asp : I am uploading files to the server...]]></title>
   <link>https://forums.webwiz.net/get-value-from-previous-form-in-asp_topic16161_post88526.html#88526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21391">khan</a><br /><strong>Subject:</strong> 16161<br /><strong>Posted:</strong> 09&nbsp;August&nbsp;2005 at 2:17pm<br /><br /><P>I am uploading files to the server throught upload files.in first page user select folder name from the drop down list where he wants to put his files.</P><DIV>this is folder.asp page </DIV><DIV>&nbsp;</DIV><DIV>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;<BR>&lt;%@ Language="VBScript" %&gt;<BR>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;!-- TemplateBeginEditable name="doctitle" --&gt;<BR>&lt;title&gt;Documents&lt;/title&gt;<BR>&lt;!-- TemplateEndEditable --&gt; <BR>&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;<BR>'*****************************************************<BR>&lt;script language="JavaScript"&gt;<BR>&lt;!--<BR>function MM_jumpMenu(targ,selObj,restore){ //v3.0<BR>&nbsp; eval(targ+".location='"+selObj.options&#091;selObj.selectedIndex&#093;.value+"'");<BR>&nbsp; if (restore) selObj.selectedIndex=0;<BR>}<BR>//--&gt;<BR>&lt;/script&gt;<BR>&lt;script language="javascript"&gt;<BR>function jvalidate()<BR>{<BR>&nbsp;<BR>&nbsp;if (document.all("query").value == "")<BR>&nbsp;{<BR>&nbsp;&nbsp;alert("Please enter a valid search query.");<BR>&nbsp;&nbsp;document.all("query").focus();<BR>&nbsp;&nbsp;return false;<BR>&nbsp;}</DIV><P>&nbsp;&nbsp;&nbsp;<BR>&nbsp;return true;<BR>&nbsp;<BR>}</P><P>&lt;/script&gt;</P><P>'*****************************************************</P><P><BR>&lt;script language="JavaScript" type="text/JavaScript"&gt;<BR>&lt;!--<BR>function MM_reloadPage(init) {&nbsp; //reloads the window if Nav4 resized<BR>&nbsp; if (init==true) with (navigator) {if ((appName=="Netscape")&amp;&amp;(parseInt(appVersion)==4)) {<BR>&nbsp;&nbsp;&nbsp; document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}<BR>&nbsp; else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();<BR>}<BR>MM_reloadPage(true);</P><P>function MM_findObj(n, d) { //v4.01<BR>&nbsp; var p,i,x;&nbsp; if(!d) d=document; if((p=n.indexOf("?"))&gt;0&amp;&amp;parent.frames.length) {<BR>&nbsp;&nbsp;&nbsp; d=parent.frames&#091;n.substring(p+1)&#093;.document; n=n.substring(0,p);}<BR>&nbsp; if(!(x=d&#091;n&#093;)&amp;&amp;d.all) x=d.all&#091;n&#093;; for (i=0;!x&amp;&amp;i&lt;d.forms.length;i++) x=d.forms<em>&#091;n&#093;;<BR>&nbsp; for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++) x=MM_findObj(n,d.layers<em>.document);<BR>&nbsp; if(!x &amp;&amp; d.getElementById) x=d.getElementById(n); return x;<BR>}</P><P>function MM_setTextOfLayer(objName,x,newText) { //v4.01<BR>&nbsp; if ((obj=MM_findObj(objName))!=null) with (obj)<BR>&nbsp;&nbsp;&nbsp; if (document.layers) {document.write(unescape(newText)); document.close();}<BR>&nbsp;&nbsp;&nbsp; else innerHTML = unescape(newText);<BR>}</P><P>function MM_swapImgRestore() { //v3.0<BR>&nbsp; var i,x,a=document.MM_sr; for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a<em>)&amp;&amp;x.oSrc;i++) x.src=x.oSrc;<BR>}</P><P>function MM_preloadImages() { //v3.0<BR>&nbsp; var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();<BR>&nbsp;&nbsp;&nbsp; var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i&lt;a.length; i++)<BR>&nbsp;&nbsp;&nbsp; if (a<em>.indexOf("#")!=0){ d.MM_p&#091;j&#093;=new Image; d.MM_p&#091;j++&#093;.src=a<em>;}}<BR>}</P><P>function MM_swapImage() { //v3.0<BR>&nbsp; var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i&lt;(a.length-2);i+=3)<BR>&nbsp;&nbsp; if ((x=MM_findObj(a<em>))!=null){document.MM_sr&#091;j++&#093;=x; if(!x.oSrc) x.oSrc=x.src; x.src=a&#091;i+2&#093;;}<BR>}</P><P>function MM_initTimelines() { //v4.0<BR>&nbsp;&nbsp;&nbsp; //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.<BR>&nbsp;&nbsp;&nbsp; var ns = navigator.appName == "Netscape";<BR>&nbsp;&nbsp;&nbsp; var ns4 = (ns &amp;&amp; parseInt(navigator.appVersion) == 4);<BR>&nbsp;&nbsp;&nbsp; var ns5 = (ns &amp;&amp; parseInt(navigator.appVersion) &gt; 4);<BR>&nbsp;&nbsp;&nbsp; document.MM_Time = new Array(1);<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093; = new Array(1);<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;"Timeline1"&#093; = document.MM_Time&#091;0&#093;;<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;.MM_Name = "Timeline1";<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;.fps = 6;<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;&#091;0&#093; = new String("behavior");<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;&#091;0&#093;.frame = 30;<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;&#091;0&#093;.value =  "MM_setTextOfLayer('submanu','','');MM_setTextOfLayer('submanu','','');MM_setTextOfLayer('submanu',' ','');MM_setTextOfLayer('submanu','','')";<BR>&nbsp;&nbsp;&nbsp; document.MM_Time&#091;0&#093;.lastFrame = 30;<BR>&nbsp;&nbsp;&nbsp; for (i=0; i&lt;document.MM_Time.length; i++) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.MM_Time<em>.ID = null;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.MM_Time<em>.curFrame = 0;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.MM_Time<em>.delay = 1000/document.MM_Time<em>.fps;<BR>&nbsp;&nbsp;&nbsp; }<BR>}<BR>//--&gt;<BR>&lt;/script&gt;<BR>&lt;!-- TemplateBeginEditable name="head" --&gt;&lt;!-- TemplateEndEditable --&gt;<BR>&lt;/head&gt;</P><P>&lt;body bgcolor="#FFFFFF" text="#333333" link="#0000FF" vlink="#0000FF" alink="#CC9900"  onLoad="MM_preloadImages('images/Homecolum.png','images/RegCol.png','images/UploadCol.png','images/l oginCol.png','DifferentTemplate/Images/Home1.png','DifferentTemplate/Images/Services1.png','Differen tTemplate/Images/Upload%20Files1.png','DifferentTemplate/Images/About%20Us1.png','images/search1.png ')" tracingsrc="images/wn1.jpg" tracingopacity="45"&gt;<BR>&lt;div id="Layer1" style="position:absolute; width:977px; height:152px; z-index:1; left: 4px; top: 6px;"&gt; <BR>&nbsp; &lt;!-- TemplateBeginEditable name="editableregion1" --&gt; <BR>&nbsp; &lt;div id="Layer3" style="position:absolute; width:550px; height:5299px; z-index:1; left: 218px; top: 193px; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000; overflow: visible; visibility: visible;"&gt; <BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;<BR>&nbsp;&lt;table width="106%"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tr&gt; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;td height="133"&gt;<BR>&nbsp;&nbsp;</P><P>&lt;form name="myForm" action="db-multiple-file-to-diskfolder.asp" method="post"&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt; <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name="foldername" &gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="notable"&gt;Choose your manual:&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="ListFiles"&gt;General Manual&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="phone"&gt;Phone&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value="pics"&gt;pics&lt;/option&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;p&gt; <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="Ok" type="submit" value="View Manual"&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/p&gt;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/form&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n]]>
   </description>
   <pubDate>Tue, 09 Aug 2005 14:17:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/get-value-from-previous-form-in-asp_topic16161_post88526.html#88526</guid>
  </item> 
 </channel>
</rss>