Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
option
- Page 1
Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by jkon
… an entirely different beast. If it becomes the default search
option
, it is extremely unlikely that medium or small businesses will…'s "AI Mode" will become the default search
option
in the future? What are your thoughts on this?
Re: Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by jkon
… compared to "AI Mode" which is a new
option
rolled in US for now that lets AI search for…
Re: Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by Reverend Jim
I have no problem with the AI summary I get from Google after a search as long as I can scroll past it to get to the meat. Sometimes the summary is the answer I wanted. Interestingly enough, you can ask a question two ways. One gets the AI summary and the other does not. 1. why does my doctor check my peripheral vision 2. Why does my f***ing …
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Weeks Ago
by Biiim
…$.each(Countries.getCountryDataList(), function(index,item){ > tmpHTML += '<
option
value="'+item.iso2+'">'+item.name+'<…;/
option
>'; > }); > $('#currency_select').html(tmpHTML); > $('#currency_select').select2…
Re: Screaming Frog Comparisons
Digital Media
Digital Marketing
Search Engine Strategies
3 Weeks Ago
by toneewa
Let's try again. The filter is the filtering
option
tabs. E.g., internal, external, security, canonicals, page titles, url, …
Re: Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Reverend Jim
Two possible ways to handle this: 1. Populate the tree in a separate thread 2. Only populate sub-nodes as required to view You can do
option
2 by putting the "populate directly under this node" code in the event that gets triggered when you select a node.
Re: Getting in touch with Cloudflare billing
Hardware and Software
Cloud-based Apps
1 Month Ago
by toneewa
… have the enterprise plan you should have an emergency phone
option
under support. Cloudflare also has a 24/7 Emergency Hotline… at +1 (866)-325-4810. There's a Live Chat
option
for Business. Call their sales number and get some answers…
Re: Getting in touch with Cloudflare billing
Hardware and Software
Cloud-based Apps
1 Month Ago
by Dani
… have the enterprise plan you should have an emergency phone
option
under support. Cloudflare also has a 24/7 Emergency Hotline… at +1 (866)-325-4810. There's a Live Chat
option
for Business. Call their sales number and get some answers…
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
2 Months Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid
option
. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
…; anywhere. Even if i run the setup and ticked the
option
"add to path", the echo %PATH% command didnt…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
…. > Even if i run the setup and ticked the
option
"add to path", the echo %PATH% command didnt…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
2 Months Ago
by Reverend Jim
… get an error for others, even though the change location
option
is still presented. And the error message makes no sense…
Re: Attn Publishers: Do you block AI bots?
Digital Media
1 Month Ago
by Dani
….txt file. For good measure, Cloudflare also gives you the
option
of blocking them with an HTTP 403 error if they…
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
1 Month Ago
by AIO_803
Enabling **gpedit.msc** on Windows 10 or 11 (especially Home editions) is useful for gaining more control over system settings. While it’s not officially included in Home versions, there are workarounds—though users should proceed carefully to avoid system issues.
Re: option strict on
Programming
Software Development
17 Years Ago
by gever
Option
Strict is prevents program from automatic variable conversions, that is implicit data type conversions [url]http://vb.net-informations.com/language/vb.net_option_strict.htm[/url] [url]http://vb.net-informations.com/language/vb.net_languagebasics_tutorials.htm[/url] gever
Option[];
Programming
Software Development
16 Years Ago
by ceyesuma
… int i=0; for(Person person:personList){
Option
opt = new
Option
(person.getPersonId(),person.getName()); personOptions[i++]=opt; …] also the for loop has [code] personOptions= new
Option
[personList.size()]; for(Person person:personList){ } [/code] …
option buttons, enable
Programming
Software Development
19 Years Ago
by softwarecaz
…please help, If the user enters
option
1, it should make
option
4 and
option
7 not available If the user …enters
option
2, it should make
option
5 and
option
8 …make rest of the
option
available If the user enters
option
3, it should make
option
6 and
option
9 not available, but…
Re: option buttons, enable
Programming
Software Development
19 Years Ago
by Comatose
… it, because as long as there are ungrouped
option
buttons, regardless if they are a control array … so that you can have more than 1
option
button selected at a time, is to set…a Frame control, basically. You put the
option
buttons of 1 group in a frame, and the… do it all programmatically, you can put each
option
button in it's own frame, and make …
Re: option buttons, enable
Programming
Software Development
19 Years Ago
by purplegerbil
… be done is to use a control array on the
option
buttions with code simmilar to below: [CODE]Private Sub Option1_Click…
Re: option dropdown can't see options
Programming
Web Development
18 Years Ago
by nathanpacker
…kubrickheader_pic.jpg">kubrickheader_pic.jpg</
option
> <
option
value="http://www.packerworld.com/…personalheader_no_logo.jpg">personalheader_no_logo.jpg</
option
> <
option
value="http://www.packerworld.com/….jpg">maddiecamera_copy.jpg</
option
> <
option
value="http://www.packerworld.com/…
Re: option value
Programming
Web Development
15 Years Ago
by abrish24
…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Model'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Colour'];?></
option
> <?php } ?> </select>…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Model'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Colour'];?></
option
> <?php } ?> </select>…
Option values from HTML to Java
Programming
Software Development
14 Years Ago
by Kirielson
…Tomcat. I'm trying to get the
option
values from the HTML to go inside…
option
> <
option
name="Country">Country</
option
> <
option
name="Bluegrass">Bluegrass</
option
> <
option
…code unless it's not getting the
option
, which in that case I need …
option value
Programming
Web Development
15 Years Ago
by abrish24
… down to display from my database. when i wrote the
option
value, a drop down is displaying in my html page…> <tb> <
option
value="" selected>Select </
option
> <
option
value="Cars_ID "><…=" "><?php echo($row['Make']);?></
option
></br> </tb> </tr>…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
… <tb> <
option
value="" selected>Select </
option
> <
option
value="cars_id"><…php echo $row['cars_id'] ;?></
option
></br> <
option
value="registration_number"><?php echo…make"><?php echo $row['make'] ;?></
option
></br> </tb> </tr&…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
…result)) { ?> <
option
value=""selected>Select make </
option
> <
option
value= "<?php echo…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select> [/code…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select> [/code…
Option Select Value
Programming
Web Development
14 Years Ago
by andrewliu
… jquery script [CODE] $(document).ready(function(){ var selection = $("#selected_category
option
:selected").val(); if(selection == 'new_category') { $('.works').show(); } }); [/CODE] Can…
Re: Option values from HTML to Java
Programming
Software Development
14 Years Ago
by Kirielson
… from "name" to "value" for the
option
in my TomCat and it worked.[/QUOTE] Unfortunately it's…;/
option
> <
option
value="Country">Country</
option
> <
option
value="Bluegrass">Bluegrass</
option
> <
option
…
option dropdown can't see options
Programming
Web Development
18 Years Ago
by nathanpacker
…Wordpress site. The problem is that there is an
option
box that lets you select from among a list of…!== false) { if ( preg_match('/\w*(\.jpg|\.gif|\.png)$/', $file) ) printf('<
option
value="%1$s/%2$s">%2$s…</
option
>',$img_dir_uri,$file); } } ?> </select> [/PHP] …
Re: OPTION problem
Programming
Web Development
17 Years Ago
by johnsquibb
echo your
option
tags inside of a select tag like this: [CODE] <select name="test" id="test"> <
option
value="value 1">
option
1</
option
> <
option
value="value 2">
option
2</
option
> <
option
value="value 3">
option
3</
option
> </select> [/CODE]
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC