I have this function:
_______________ _____
function kk () {
var c = %ANCHOR%+1
var b = new String("s"+c)
parent.TopFrame .location = '%NEXTIMAGE%';
parent.BottomFr ame.location.hr ef = '../ThumbnailFrame. htm#b'}
_______________ _____
I want to put variable "b" as anchor in the last row (in this last link).
I tried this but it doesnt work becouse javascript didnt recognize "b" as
variable. Please help!!!!
THANKS !!!!!!
PS. Sorry, but my English is little week.
_______________ _____
function kk () {
var c = %ANCHOR%+1
var b = new String("s"+c)
parent.TopFrame .location = '%NEXTIMAGE%';
parent.BottomFr ame.location.hr ef = '../ThumbnailFrame. htm#b'}
_______________ _____
I want to put variable "b" as anchor in the last row (in this last link).
I tried this but it doesnt work becouse javascript didnt recognize "b" as
variable. Please help!!!!
THANKS !!!!!!
PS. Sorry, but my English is little week.
Comment