Jump to content

Sending Long Srings in JS


This topic is 8403 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 8403 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.