0
votes
2answers
42 views
html php and select box simplification
Is there a better way to structure this, using html and php?
If I had a billion values, this would be a bad way to set them up, not to mention time consuming as well?
I am a newb, and I am pretty …
0
votes
3answers
34 views
php syntax and structure for radio button and it’s values
Radio box code:
<input type = "radio"
name = "choice"
value = "A" />Apples />
<input type = "radio"
name = "choice"
value = "B" />Oranges<br />
$choice=array("A"=>1.00, …
0
votes
2answers
23 views
php radio box values
Given that when using an html radio box, to send values to a php script, only the selected values is sent to the php script, still holds true.
Do I still need to check that the user has selected …
0
votes
1answer
60 views
how to implement a search box in c#
Hi:
I want to implement a search box in a window form. In that window form, I have a few botton and a text box.
I want to support the use case when user enter a string in the search box and then we …
0
votes
0answers
24 views
IE6 Box Model bug. Spry Sub-Menu displays over my Normal Menu in IE6. Wrong Positioning.
Hello, first of all im a beginner so any descriptive help i would really appreciate.
so my spry menu looks fine in every browser except IE6...
my website is ritztheatre.net (srry cant post more then …
0
votes
1answer
11 views
ModalBox display only once sitewide
I am using the script called ModalBox. I want to display the ModalBox on page load the first time a visitor reaches my site. Every time after the first visit the modalbox should not display again. How …
0
votes
1answer
38 views
how to make two-level chained select box(drop down list) in php+mysql
Hello,
I can manage to get values from mysql using select box in php, but i can't make it with two-level chained select box.
Anyone have some example code or idea for that?
Thanks.
1
vote
2answers
1k views
Facebook default profile box fbml
Updated an application on Facebook, and was trying to provide a new image to show up as a box on a user's profile when they add it. I added fbml to the default fbml box on the User Profile tab for …
1
vote
2answers
40 views
javascript Message box with confirmation
How to add javascript Message box with confirmation option in ASP.Net.??
1
vote
2answers
88 views
How can I abort an evaluation in Clojure Box (Emacs)?
I've been caught up in long running computations lately thanks to Project Euler and I'd like to know how to abort an evaluation and return to the REPL prompt. I'm running the standard Clojure Box …
1
vote
3answers
140 views
How can I box content in LaTeX such that all boxes are on the same line and the same height?
I need to represent calculator key presses by the text for the keys to press surrounded by a box. I tried to get away with just the bare key presses (no box) but I got marked down for it because it …
1
vote
1answer
408 views
HTML textbox, auto highlighting text
How would I make a textbox, containing preexisting text, that when the user clicked within it all the text inside it would become highlighted. For example, the same way YouTube does the textboxes for …
0
votes
1answer
22 views
How do I un-highlight a previously selected line in an MFC CListCtrl programmatically (VS 6)?
Does anyone know how to un-highlight a previously selected line in an MFC CListCtrl programmatically ?
0
votes
0answers
27 views
How can I create a Multiple Value Combo box on an Unbound Form
Hi
I need your help on MS Access 2007.
I have a big problem with my MS Access Unbound Form.
How can I create a combo box i do not want bound to a table, show a multiple value List?
The Combo is …
1
vote
1answer
29 views
OSX API for accessing data structures similar to Quicktime atoms or MPEG boxes
Hi,
Quicktime-, MPEG- or AIFF-files all seem to organize their data elements in chunks like this:
0x00 chunk 1 header (size as UInt32 + ID as 4-char-code)
0x08 chunk 1 data
...
0xA0 chunk 2 header
…
