Forum Moderators: open
I have small problem with my script. I'm considering why my script doesn't work if i add variables and href into the url address...i.e:
function FunctionName(variable) {
...
parent.something.location.href='file.php?variable=' + variable + '#href';
}
belive me it doesn't work... but if there is no:
... + '#href';
it works properly. Can anyone help me or give me some advice? Thank you! Have a nice day!
Regards,
Victor