Q
QBAdvisorLinda
function goURL(){
location.href=msg_url[count];
}
The above line is causing a visual basic error.
This is part of a script which allows
messages to change within a cell within a table.
The error only occurs when I clicked on this changing
message.
What does the above 2 lines do? Do I need to put
my url in this line somewhere?
Linda Saltz
www.QBalance.com
location.href=msg_url[count];
}
The above line is causing a visual basic error.
This is part of a script which allows
messages to change within a cell within a table.
The error only occurs when I clicked on this changing
message.
What does the above 2 lines do? Do I need to put
my url in this line somewhere?
Linda Saltz
www.QBalance.com