April 18, 200124 yr Alan, You may need to add the word "document" in the Javascript as follows: function gothere() { document.location.href = "http://" + fred + jon + tom + dave...
April 18, 200124 yr Newbies I'm passing very long location.href requests to my database. It looks like this: <a href="javascript:void(0)" OnClick="gothere()"><img src="doggie.jpg"></a> And then, in the header we have the javascript to say, function gothere() { location.href = "http://" + fred + jon + tom + dave...
April 18, 200124 yr could you maybe throw a little bit more code up there.. like where the variables fred, john, tom, and dave are coming from.. if you could post as much code as you have..
Create an account or sign in to comment