Search found 9 matches

by webchick
Sun Jun 12, 2022 4:05 pm
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

Re: onclick Alert message fails on JAWS reader

Using events --- Unless you have a better idea

But need a message pop-up for users

Alerts are needed when leaving website for outside links (message - leaving website) so user will know we are not liable for ADA issues outside the current website.
by webchick
Sun Jun 12, 2022 12:29 pm
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

Re: onclick Alert message fails on JAWS reader

I removed the link from the JS onclick link
refresh page: https://www.fairfieldfederal.com/FDIC-News-Resources-Federal.html

<a href="https://www.fdic.gov/" onclick="alert('leaving Fairfield Federal website'); return true;return false;" >CHANGES TO FDIC DEPOSIT INSURANCE COVERAGE</a>

False appears ...
by webchick
Sun Jun 12, 2022 12:23 pm
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

Re: onclick Alert message fails on JAWS reader

Modified
https://www.fairfieldfederal.com/FDIC-News-Resources-Federal.html

<a href="https://www.fdic.gov/" onclick="alert('leaving Fairfield Federal website'); return true;window.location.href='https://www.fdic.gov/';return false;">CHANGES TO FDIC DEPOSIT INSURANCE COVERAGE</a>
by webchick
Sun Jun 12, 2022 12:18 pm
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

Re: onclick Alert message fails on JAWS reader

I'll make a video and send over to you on JAW reader issue.

I've changed the first link
https://www.fairfieldfederal.com/FDIC-News-Resources-Federal.html

<a href="#" onclick="alert('leaving Fairfield Federal website');window.location.href='https://www.fdic.gov/';return false;">CHANGES TO FDIC ...
by webchick
Sun Jun 12, 2022 11:16 am
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

Re: onclick Alert message fails on JAWS reader

This isn't a third party script?

onclick="alert is WBS script
- the return false/true -- is not required. I don't see in WBS script where to remove

also WBS doesn't have JAVASCRIPT mentioned on the onclick="alert so JAWS doesn't understand the script (to open dialog box to reader)
onclick ...
by webchick
Sun Jun 12, 2022 10:35 am
Forum: Off Topic Section
Topic: onclick Alert message fails on JAWS reader
Replies: 12
Views: 2939

onclick Alert message fails on JAWS reader

JAW Reader - Dialog Box HELP needed

';return false; I think needs removed ??

Working with Tyler (Blind) with JAWS Reader and testing script on FDIC Links
https://www.fairfieldfederal.com/FDIC-News-Resources-Federal.html
The pop-up doesn't appear as a DIALOG box on his JAWS reader (so he can't ...
by webchick
Mon Jan 10, 2022 11:32 pm
Forum: General Questions
Topic: responsive Menu
Replies: 5
Views: 1385

Re: responsive Menu

Z-index issue?
Pop-up (signup from third party)
Menu on Desktop is resolved
it's the Responsive MOBILE side / Issues

https://www.rhoadsgardencenter.com/
by webchick
Fri Jan 07, 2022 3:44 pm
Forum: General Questions
Topic: responsive Menu
Replies: 5
Views: 1385

Re: responsive Menu

Good idea. Emailed over
by webchick
Fri Jan 07, 2022 1:53 pm
Forum: General Questions
Topic: responsive Menu
Replies: 5
Views: 1385

responsive Menu

Mobile z-index issue. I can't figure out how to resolve. Smart menu on desktop is working fine.
Marketing script pop-up on first load (newsletter sign-up) issue.

Mobile responsive menu is overlapping the pop-up ? Anyone know how to resolve?
https://www.rhoadsgardencenter.com/

Notes:
z-index is set ...