Hi,
I know how to take it off, if you were using ASP. WE can do that in the object tag of the CR Viewer.
But I think u can help me out with something else that I'm facing. I happened to see another post from u in this forum, regarding printing labels.
Label 2 was shifted down from it's...
You can still do it...
To be efficient, you will have to load the image urls into the array taking care that the radio button's value and the array index match..
For a radio button value of '1', the image URL should be in imgArr[1] and so on. The code above will work for any no: of images...
rs.movenext happens at the server side and so may not be suitable for u...
Since you are having only 10 images, you can load the image urls into an array on the body onload() function
Then on the click event of the radio button, you can assign the urls appropiately.
for e.g
function...
Hi,
consider a form with a single text field
<form name=frm1>
<input type=text name=txt1>
</form>
In the second form (assuming that u are posting from the first form to the second form), you can get the value in txt1 using
request.form ("txt1")
Additionally, you can have the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.