Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong here?
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
What's wrong here?
Divers
Thread ID:
00763819
Message ID:
00763819
Vues:
59
Forget it. Got it working:
response.write "<TD><div class='tblelement'>" &_
                       "<a href=# title='Click to see details' " &_
					   "onclick=" & chr(34)+ "javascript:Popup('" & _
                       "GetDetail.asp?CreditCategory=" & _
                        rs1(iCreditCategory) & _
                       "&ContentID=" & rs1(iCartContentID) & _
                        "')" & chr(34) & ">" & rs1(iDescriptionText) & "</a> </div></TD>" & vbCrLF
If it's not broken, fix it until it is.


My Blog
Répondre
Fil
Voir

Click here to load this message in the networking platform