






























Questions? Email us:
sales@haneng.com
|
|
Developers Forum



|
List all messages |
Search Developers forum |
Post new forum message |



Labels Do Not Display
Jonathan | Posted 5:55am 22. August 2001 Server Time |
I can't get the text labels or mouse over labels to display: Here is my ASP Code: <% i = 1 WHILE NOT rsLogins.EOF %> <PARAM NAME="Text_<%=i%> VALUE="<%=(rsLogins("USERGROUP"))%>"> <PARAM NAME="Value_<%=i%>" VALUE="<%=(rsLogins("LOGINS"))%>"> <PARAM NAME="Label_<%=i%> VALUE="<%=(rsLogins("USERGROUP"))%>"> <% rsLogins.MoveNext i = i + 1 WEND rsLogins.Close Set rsLogins = nothing %>
And here is the code when I look at view source in IE:
<PARAM NAME="Text_1 VALUE="ACI"> <PARAM NAME="Value_1" VALUE="11"> <PARAM NAME="Label_1 VALUE="ACI"> <PARAM NAME="Text_2 VALUE="ARBELLA"> <PARAM NAME="Value_2" VALUE="29"> <PARAM NAME="Label_2 VALUE="ARBELLA">
I could swear I'm doing this right. Thanks for any help or pointers.
|
Jonathan | Posted 7:53am 22. August 2001 Server Time |
I answered my own problem - I did not have the " after the _<%=i%> in the code in the two sections that don't display.
Have a great Day!
|
Want to reply?
We are sorry, but this forum is closed. If you have any support questions please email us at support@haneng.com
|
|