View Single Post
Old 01-22-2010, 02:49 PM   PM User | #5
SiM99_wrk
New to the CF scene

 
Join Date: Jan 2010
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
SiM99_wrk is an unknown quantity at this point
Quote:
Originally Posted by tomws View Post
Have you already confirmed this user has Javascript enabled? You can either look through the IE settings or push a noscript tag into the page.
Yes, javascript is definitely enabled. I did miss out a couple of details before though;
- there are multiple javascript based buttons on the same page.
- certain javascript based links/image buttons in the page work fine.
- I added the url (http://intranet_address) to trusted sites and changed the trusted site security level to "low"

The links that seem to work fine are the ones that require the page to be submitted, e.g. there's a "cancel" link that simply takes the user back to the main listing (the page with the issues is used for data editing). This renders as:
Code:
<a id="{id}" href="javascript:__doPostBack('{id}','')">Cancel</a>
(where {id} used to be a .net generated control id)

This is why I titled the post "return false; not working" - because javascript is working fine, it's just the "return false;" part that doesn't seem to do anything...
SiM99_wrk is offline   Reply With Quote