Without some kind of server-side processing (PHP, ColdFusion, etc.) or some fancy JavaScript, you aren't going to be able to display a URL variable. Raw HTML can't do that.
--Ben Doom ismail cassiem wrote: > Hi, I need help please > > i usually code in coldfusion but now i want to create 2 text html files where > i pass a parameter on href? > > This normally works in coldfusion! > > Page1 > <a href="test.htm?test=100','','height=300,width=300"> > > Page2 > <html> > <head> > <param name="test" value=""/> > </head> > <body> > <cfoutput> > #test# > </cfoutput> > </body> > </html> > > > Please Assist! > Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:296251 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

