Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~460 People Reached
Favorite Tags
Member Avatar for EJM

Hi... Can some one point out as to why my code does not work? I've created some cookies like this: [code] var gotCookies = get_cookie(cookie_name); var exdate = new Date(); exdate.setDate(exdate.getDate()+10); if(gotCookies != null) { //var gotCookie = document.cookie.split("; "); //var old_selection = gotCookie[0].split(", "); var new_selection = cbId; document.cookie …

Member Avatar for essential
0
80
Member Avatar for EJM

I have HP laptop with Vista Home-64 bit OS. If I'm logged in with a Standard User I can't play most of the videos on Youtube either in FF or IE and forget safari, it won't open any pages. If I run any of the 3 .exe file as administrator …

Member Avatar for Ancient Dragon
0
126
Member Avatar for EJM

The is a two part problem, part 1. I have a (primary) DIV tag that contains a FORM inside which I have among other things checkboxes - an unspecified number. Their name attribute is the same for all. Their value is set from a DB via VbScript. I have another …

0
53
Member Avatar for EJM

I have <div> tag that is dynamically filled with check boxes and some text based on what the user picks from the page. For example, there is information in a tabular format and next to each is a check box. There can an unspecified number of them. User click the …

Member Avatar for ~s.o.s~
0
104
Member Avatar for EJM

I’m looking for an advise on where to begin with something I need to accomplish using JavaScript/Ajax on classic ASP platform. I need to add a floating menu like layer to the site that contains user selected information from the page. So for example, a page has blocks of information …

0
97