/    Sign up×
Community /Pin to ProfileBookmark

Same code doesnt work on Secure Server

Can anyone tell me how to get this code – which works on a standard server – to work on a secure server? It is simply checking that the user has checked a checkbox.

function checkCheckBox(formfield, msg )
{
if (formfield.checked == false )
{
alert( msg );
etc..

The function is in an external file – because there are quite a few similar functions. The function is reached – if I add an alert() on the first line, I can see it. However, (formfield.checked == false ) is evaluated incorrectly.

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@gil_davisMar 16.2004 — Is the external file also on the secure server?
Copy linkTweet thisAlerts:
@computergeniusauthorMar 16.2004 — Yes, same folder on the server, even.
×

Success!

Help @computergenius spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...