duffgirl's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 14 (0.07 per day)
- Joined:
- 29-October 12
- Profile Views:
- 317
- Last Active:
Feb 17 2013 06:57 PM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Windows
- Favorite Browser:
- FireFox
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Jeep
- Dream Kudos:
- 0
Latest Visitors
-
noorahmad 
14 Feb 2013 - 22:55 -
no2pencil 
26 Jan 2013 - 00:05 -
DarenR 
18 Dec 2012 - 13:22 -
raghav.nagana... 
18 Dec 2012 - 01:18 -
Atli 
17 Dec 2012 - 20:06
Posts I've Made
-
In Topic: PHP form that at submit opens on same page
Posted 14 Feb 2013
Yes thank you I did finally figure it out. Now I am dealing with the few unhandled exceptions, Such is the life of a student programmer
-
In Topic: PHP form that at submit opens on same page
Posted 14 Feb 2013
Thank you for your help, Still no luck, this is my post code and the form action code. The way I understand it, this should open in the index.php but it is not, it opens in a seperate window
<?php switch($_POST['action']) { case "Cancel": header("Location: closewindow.htm"); break; case "Save": $AdvisorID = $_REQUEST['AdvisorID']; break; } <form action="index.php?menukey=5" method="post" name="AdvisorsEditPost"> -
In Topic: JS won't return values
Posted 18 Dec 2012
I'm still working on it, unfortunately the clear button has to be hard coded, I get 10 points off if not
-
In Topic: JS won't return values
Posted 17 Dec 2012
thank you for the response, I added the return false it did certainly help resolve one issue I'm sure, I am getting an error that says SCRIPT5009: my function is undefined, the page will load but once I click calculate the error comes up, eventually putting up an error page after I cycled through all the functions which came back undefined.
This was what I used to return false
javascript
function submitHandler() { alert(0); return false; }
and HTML
<form name="DeskCalculator" id="DeskCalculator" onsubmit="submitHandler()" action="test">
-
In Topic: JS ignores my next function inside a function
Posted 29 Nov 2012
Thank you so much for pointing me in the right direction. I am making changes now
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- October 22
- Gender:
-
- Location:
- Ohio
Contact Information
- E-mail:
- Click here to e-mail me
Friends
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
no2pencil
18 Dec 2012 - 10:10duffgirl
24 Nov 2012 - 22:23I really appreciate the help. :)