Sleep Apnea Support Forum Index
DONATE TO THE ASAARegisterI Forgot My PasswordSearchHelpLog in
Reply to topic Page 1 of 1
What's Apnea to You?
Author Message

Reply with quote
Post What's Apnea to You? 
I've had so many issues w/ my mask and what not, and the annoying arrogance of the respiration "specialists" at my insurances designated provider. I'd like to get some solid info on what the rest of you are undergoing.
Would any and all of you please go to:

http://www.fomh.net/survey

and take just a couple of minutes to do my little survey. It would mean a lot and go a long way in my battle with the knotheads at the suppliers.

Thanks to any and all for your help.

Also - The issue of leaving an email address is entirely up to you. If you don't want to leave  REAL email address - just put in something like:  ihavenoemail@anywhere.com

And NO - I am not trying to sell anything.! Crying or Very sad



Last edited by istby2 on Tue Dec 13, 2005 6:30 pm; edited 1 time in total

Reply with quote
Post  
When you asked for my email, you lost me.


_________________
Everything, but green

Reply with quote
Post  
shreck wrote:
When you asked for my email, you lost me.



Me too.

Daniel


_________________
The untreated Sleep Apnoea sufferer died quietly in his sleep.......
Unlike his three passengers who died screaming !!!!!!

(Anon)

Reply with quote
Post  
istby2,

I tried to take the survey as well.  I am a very novice web developer (just enough to be dangerous), but it seems as if something in this piece of code is broken:

  var checkOK = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
ƒŠŒŽšœžŸÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ@._";
  var checkStr = theForm.email.value;
  var allValid = true;
  var validGroups = true;
  for (i = 0;  i < checkStr.length;  i++)
  {
    ch = checkStr.charAt(i);
    for (j = 0;  j < checkOK.length;  j++)
      if (ch == checkOK.charAt(j))
        break;
    if (j == checkOK.length)
    {
      allValid = false;
      break;
    }
  }
  if (!allValid)
  {
    alert("Please enter only letter and \"@._\" characters in the \"email\" field.");
    theForm.email.focus();
    return (false);
  }

The problem is either with this code itself or one of the functions it's calling.  I don't know enough to give you a correct answer.  Please let us know when you get it fixed.

Thanks,
Sleepy Scott


Reply with quote
Post Question 
What is the purpose of this poll?

Are you trying to sell backup systems?

I have seen this post on a number of Apnea Boards.  

If you are trying to sell, this is against the policy of this board, and we would ask that you remove the link.


Reply with quote
Post  
If someone takes the poll, you don't have to enter your real email address...use nobody@nowhere.net...or private@private.net....or noemail@noemail.net     etc.


Reply with quote
Post Survey 
Don't worry about the email - If you don't want to include it - just fill up that field with something like:  ihavenoemail@anywhere.com. Your input is far more important to me than your email address.

And no - I'm not trying to sell anything. I just want to get some answers to these questions that the arrogent knotheads that are the suppliers for my medical insurance company flaunt as if they are know-it-alls.

Thanks so much

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum