jag vet inte riktigt hur jag ska förklara, men i en javascript kod så vill jag kunna placera <%=recset("huvudbild")%> utan att det blir fel.
så här ser koden ut:
<script type="text/javascript">
/***********************************************
* Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
//Specify image paths and optional link (set link to "" for no link):
var dynimages=new Array()
dynimages[0]=["[B]<%=recset("bild")%>[/B]", ""]
dynimages[1]=["3785269680.jpg", "http://www.yahoo.com"]
dynimages[2]=["3617638910.jpg", "http://www.google.com"]
//Preload images ("yes" or "no"):
var preloadimg="no"
//Set optional link target to be added to all images with a link:
var optlinktarget=""
//Set image border width
var imgborderwidth=0
någonting saknas, men jag har ingen aning, undrar om ni har lust att hjälpa mig.