Garry Claridge Posted April 18, 2001 Posted April 18, 2001 Alan, You may need to add the word "document" in the Javascript as follows: function gothere() { document.location.href = "http://" + fred + jon + tom + dave...
Newbies dynedwebmaster Posted April 18, 2001 Newbies Posted April 18, 2001 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...
elvis_impersonating_penguin Posted April 18, 2001 Posted April 18, 2001 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..
Recommended Posts
This topic is 8611 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now