Jump to content

js popup not working on many other machines w/ js enabled ?


programguru

Recommended Posts

below is the script have been successfully using for several years to popup new pages. i have a client who is claiming he is only getting 404 errors w/ the page redirecting to: www.TheDomainTheScriptIsOn.com/home.asp as a 404

 

function popitup(url) {
newwindow=window.open(url,'name','height=900, width=950,resizable=1,scrollbars=1,toolbar=0,');
if (window.focus) {newwindow.focus()}
return false;
}

 

<a href="http://clients.mindbodyonline.com/ws.asp?studioid=2158" onClick="return popitup('http://clients.mindbodyonline.com/ws.asp?studioid=2158')">link
</a>

 

here are some steps i have taken to test with not resolution:

-- cleared cache

-- double checked url paths

-- attempted with http://www. and w/out the www.

-- javascript is enabled

 

does anyone know if js can be regulated at an ISP level?

 

SOS

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.