DeanO91's Profile
Reputation: 0
Apprentice
- Group:
- Members
- Active Posts:
- 22 (0.03 per day)
- Joined:
- 10-August 11
- Profile Views:
- 298
- Last Active:
Dec 15 2011 06:29 AM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: jquery dialog box help
Posted 14 Dec 2011
sbromley, on 14 December 2011 - 10:37 PM, said:Alright so "#dialog" should be the div that you want to appear in your dialog.
And if you want this to appear on a a button click something like:
<input type="button" onclick="showDialog" />
With a js function like:
function showDialog(){ ("#dialog").dialog(); }
still no joy:( -
In Topic: jquery dialog box help
Posted 14 Dec 2011
sbromley, on 14 December 2011 - 10:08 PM, said:Hey could you include the jquery code you are using to create the dialog and the imports for this html document. And which button is hooked up to the jquery function specifically?
<script> $(function(){ $( "#dialog" ).dialog(); // Accordion $("#accordion").accordion({ header: "h3" }); // Tabs $('.tabs').tabs(); // Datepicker $('#datepicker').datepicker({ inline: true }); // Progressbar $("#progressbar").progressbar({ value: 20 }); $(".button").button(); }); </script>
DeanO91, on 14 December 2011 - 10:20 PM, said:
sbromley, on 14 December 2011 - 10:08 PM, said:Hey could you include the jquery code you are using to create the dialog and the imports for this html document. And which button is hooked up to the jquery function specifically?
<script> $(function(){ $( "#dialog" ).dialog(); // Accordion $("#accordion").accordion({ header: "h3" }); // Tabs $('.tabs').tabs(); // Datepicker $('#datepicker').datepicker({ inline: true }); // Progressbar $("#progressbar").progressbar({ value: 20 }); $(".button").button(); }); </script>
my buttons seem to work no problem...<input id="dialog "class="button" type="submit" value=" Submit Form "><<<<is what i thought would work -
In Topic: php double include.php
Posted 14 Dec 2011
Thanks guys..iv call it 'news.inc.php',..works.... -
In Topic: warning: Cannot modify header information - headers already sent by(
Posted 10 Dec 2011
BetaWar, on 10 December 2011 - 08:17 PM, said:The error comes from you attempting to change the headers (such as location, caching, etc.) after you have output something to the client. Because you are using HTML and PHP in the same file where PHP isn't responsible for ALL of the output, and you start out with HTML the server sends all the HTML it can to the client first (this means that the headers are sent as well). After that point you cannot modify any of the headers.
Hope that makes sense.
so what your saying is that i have to create a new file without the include??? -
In Topic: php echo problem?
Posted 4 Dec 2011
DeanO91, on 04 December 2011 - 09:29 PM, said:
Dormilich, on 04 December 2011 - 09:27 PM, said:if that’s what you get in the browser that the file is not handled by PHP. possible reasons:
- calling the file directly (i.e. file:// instead of http://)
- filename does not have a .php extension
- PHP not working/installed
all is working....it works in IE and firefox...but not chrome
acually your right dude!!!!i was calling the file and not localhost.....
man i feel dumb...big big thanks
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
DeanO91 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
DeanO91 has no profile comments yet. Why not say hello?