Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Member Avatar for Asan23

i am having issues embedding a video file any thoughts? when your on the financial aid website and you click on the video. the video is embedded and and window pops up with the URL (below) http://embed.financialaidtv.com/cms/embed/video/9390?hd=&iid=131&w=640&h=480&ap=1 i figured out the video file name is 9390, the last half of …

Member Avatar for maryjane9110024
0
294
Member Avatar for Asan23

i am trying to pass and array to a function in a module so i can calculate the average with multiple entries and its not keeping the other entries only the lat entry. in the function i tried different way to see if i can get the private array and …

Member Avatar for G_Waddell
0
282
Member Avatar for Asan23

I am trying to create a menu bar off of my unordered list and i cant figure out why the js doesnt work. i got the fuction from w3c. here is my js file <style> #menu,#submenu { padding:5px; text-align:center; background-color:#e5eecc; border:solid 1px #c3c3c3; } #menu { padding:50px; display:none; } </style> …

Member Avatar for AleMonteiro
0
153
Member Avatar for Asan23

im trying to do a mouse over and a onclick swap imag and i cant seem to get the code right and working here is my html code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>assignment 2 cis 154</title> <link href="style.css" …

Member Avatar for radow
1
778
Member Avatar for Asan23

i am having a problem getting my js file to work with my html file here is my jsfile function calculateTotal () { var hours = document.getElementByName("hours")[0].value; alert(please enter a number) var payrate = document.getElementByName("payrate")[0].value; alert(please enter a number) var pay = document.getElementByName("pay")[0].value; if (hours <= 40){ pay = (hours …

Member Avatar for dcdruck
0
148