K
Kresimir
I have this function:
____________________
function kk () {
var c = %ANCHOR%+1
var b = new String("s"+c)
parent.TopFrame.location = '%NEXTIMAGE%';
parent.BottomFrame.location.href = '../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.BottomFrame.location.href = '../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.