/    Sign up×
Community /Pin to ProfileBookmark

Issue with Java script. focus() not working

Hello,

Following javascript function needs to place the control back base on the condition specified in if statemenet. However, it does not place control in desired field on webpage at all. Please help

function validateTaxShip(ind)
{
alert(“value is Shipto:1” + ind);
for (i = 0; i < customer.p_ship_to_row.length; i++)
{
alert(“in loop Shipto 2” + customer.p_country[i].value);
if (!isEmpty(document.customer.p_country[i].value) && document.customer.p_country[i].value==ind)
{
alert(“final value Ship to: 3” + document.customer.p_country[i].value);

if (isEmpty(document.customer.p_tax_registration.value) && (document.customer.p_tax_reference.value == “EUVATX”))
{
alert(“Tax Registration Number can not be null when ” +
document.customer.p_tax_reference.value + ” Tax Group has been selected”);
document.customer.p_tax_registration.focus();
// return false;
}

}}}

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@MrNobodyJan 14.2009 — You need the [B]return false[/B], in the first place. In the second place, how is the function called?
×

Success!

Help @ruchir123 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 5.18,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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