Variables - Please help!

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.
 
R

Randy Webb

Kresimir said:
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!!!!

parent.BottomFrame.location.href = '../ThumbnailFrame.htm#' + b;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top