Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

generator and ASP - passing variables

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,

I need urgent help to pass variables from ASP back to Generator. I can pass one variable containing a name (eg variable1=Peter) but I cannot pass back more than one word. I need to pass a string containing the column names and values (eg <embed src=&quot;test.swt?name=<%=strValue%>&quot; width=&quot;550&quot;height=&quot;500&quot;> </embed> where strValue= #Color,Hlabel,Value
#0000FF,horiz1,50
#0000FF,horiz2,11
#0000FF,horiz3,22)

Note that there is a CRLF used because I want to create a chart

How do I do this???

Please help!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top