[EMAIL PROTECTED] wrote:
Thanks Josh,
Iam trying to generate a multi tabbed page where iam using FRAME src="http://harp:8080/asp/eg/XML_Mem.asp?Start_Date=$Start_Date&End_Date=$End_Date&App=STT">; as my default page by using
<FRAMESET rows="15%,85%" border="0">
<FRAME src="standard-mem.asp" name="tabs">
<FRAME src="http://harp:8080/asp/eg/XML_Mem.asp?Start_Date=$Start_Date&End_Date=$End_Date&App=STT">;
</FRAMESET>
Variables like $Start_Date need to be interpolated like
<%= $Start_Date %> If this is your first time writing ASP scripts, make sure to start off with small test cases while you get a feel for how to do it, before getting more complex scripts working. --Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
