How to show visa info based on country selection in a travel form? Programming Web Development by eservices … on a travel planning form that adjusts based on the selected nationality. For example, if someone picks a country like India… Re: How to show visa info based on country selection in a travel form? Programming Web Development by Dani I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the … Re: How to show visa info based on country selection in a travel form? Programming Web Development by groverharleen Hello, please use developer tool while working on HTML/PHP with AJAX. in the console you can easily track what was the POST/GET request made to PHP file and what is the responses shared by PHP file. try debugging response accordingly or if still you face any trouble, please do share screen shot of Header / Request / Response Tabs. i'll … Re: selected="selected" on Submit Programming Web Development by ayesha789 …='selected="selected"':$std9=''; ($m == 'October')? $std10='selected="selected"':$std10=''; ($m == 'November')? $std11='selected="selected"':$std11=''; ($m == 'December')? $std12='selected="selected"… Re: selected="selected" on Submit Programming Web Development by vibhaJ …gt; <?=($b == "September-".$year)?'selected="selected"':'';?> ><? echo "September…gt; <?=($b == "Novemebr-".$year)?'selected="selected"':'';?> ><? echo "Novemebr…gt; <?=($b == "December-".$year)?'selected="selected"':'';?> ><? echo "December… Re: selected="selected" on Submit Programming Web Development by ayesha789 …='selected="selected"':$std9=''; ($m == 'October')? $std10='selected="selected"':$std10=''; ($m == 'November')? $std11='selected="selected"':$std11=''; ($m == 'December')? $std12='selected="selected"… Re: Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by vibhaJ …<select> <option <?=($value == 'a')?'selected="selected"':''?> >a</option> <option …<?=($value == 'b')?'selected="selected"':''?> >b</option> <…option <?=($value == 'c')?'selected="selected"':''?> >c</option> <… Re: selected="selected" on Submit Programming Web Development by ayesha789 … page is also same. so how I keep last selected option when button pressed. [CODE]<form action="…lt;/option> <option value="May" selected="selected">May</option> <option value…bold"> <option value="2010" selected="selected">2010</option> <option value… Re: selected="selected" on Submit Programming Web Development by ayesha789 …time [CODE=php]<option value="January" selected=<? echo $std1; ?>>January</…option> <option value="February" selected=<? echo $std2; ?>>February</option…["months"]; if($m == 'January') { $std1='"selected"';} else {$std1='';} if($m == 'February') { $std2='"… SELECTED in drop down Digital Media UI / UX Design by basketmen …drop down choosed by user, it will add SELECTED next time they opening the drop down again …still dont know how to put the SELECTED there, please help what is the code to… add SELECTED, i only have variable mod[cpu] and …input" name="mod[cpu]" [B]selected="$content[cpu]"[/B]> <option … selected="selected" on Submit Programming Web Development by ayesha789 Hi, this is my option value. June is my Default selected Value, but there is a small issue. When Users select …;option value=<? echo "June-".$year; ?> selected="selected"><? echo "June-".$year; ?><… Selected Folder/File Programming Software Development by zuve_fox Hi.. I use vb.net windows application How to select Folder or File on desktop using vb.net and detect which folder selected. like on Desktop. If we selected "My computer", vb application will know we selected "My Computer" select Folder or File On Desktop not on application (browser windows) thanx Re: selected="selected" on Submit Programming Web Development by ayesha789 Its show selected=selected when i click on submit Re: SELECTED in drop down Digital Media UI / UX Design by shadowcrawler … database, then [CODE]<option value="xxx" selected="selected">xxx</option>[/CODE]. Otherwise, just write… selected index is not changing in the dropdownlist Programming Web Development by Avani Nimavat …one of the panels visible as per the selected item in the dropdownlist. The problem is when… the dropdownlist, the seletcedIndexChanged event fires, but the selected index remains -1 every time. I have set …="ddlReportType_SelectedIndexChanged" > <asp:ListItem Selected="True">-- Select which data you want… Re: selected="selected" on Submit Programming Web Development by rajarajan2017 You should use AJAX to avoid refreshing methods or use PHP to executing itself as SELF to retrieve the selected value. Re: selected="selected" on Submit Programming Web Development by ayesha789 [CODE]selected=<? echo $std1; ?>[/CODE] is this right way to write it Re: Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks Hi vibhadevit, I'm new to PHP and I know this is a simpe PHP program but how does this work? Well, I wanted to place that selected part [QUOTE]'selected="selected"'[/QUOTE] to what element I will choose in my select list Selected indexes not seened Programming Software Development by Jennifer84 … when I click on the area where it should be selected, it ´blincs´ very fast and you can see that the… area was selected. I wonder why you cant see it. You must click… Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks cna anyone tell me how to use the Select = "selected" option for a simple dropdown. for example when someone …chooses c it will have a code like <option selected="">c</option> (am I doing… Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks can anyone tell me how to use the Select = "selected" option for a simple dropdown. for example when someone …chooses c it will have a code like <option selected="">c</option> (am I doing… selected items in listview Programming Software Development by suneye ….Windows.Forms ParamName=index I am using this to get selected items:Items_list.SelectedItems[0].SubItems[2].Text; I have noticed… that at the moment i change selection the selected items count is 0 so what to do? Re: selected items in listview Programming Software Development by Geek-Master … in your control. Try placing a validation check for the selected item count to see if it is greater than 0… before getting the items from selected items. If that still doesn't work, please post your… selected navigation problem Programming Web Development by phpbeginnerx …;; if ($subject["id"] == $sel_subj) { echo " class=\"selected\""; } echo "><a href=\"content… a class from a CSS stylesheet file where item being SELECTED will become BOLD. The scripts should work like this if… SELECTED TEXT IN DGV CELL Programming Software Development by GeekPlease … in a cell there is a text like - "A SELECTED TEXT". What I want to do is when I… highlight the word "SELECT" in "A SELECTED TEXT" it will appear in my textbox. I have… Re: Selected indexes not seened Programming Software Development by Jennifer84 I noticed a difference. If I put this code in a ToolStripMenuItem_Click, then the area is selected. But if I create a button on the form and put the same code in it, then it doesn´t work. :icon_confused: [code] richTextBox1->Select( 0, 30); [/code] Re: Selected indexes not seened Programming Software Development by Jennifer84 … something like this: ´When this property is set to false, selected nodes in the TreeView control remain highlighted in a different… Re: Selected indexes not seened Programming Software Development by mitrmkar … something like this: ´When this property is set to false, selected nodes in the TreeView control remain highlighted in a different… Re: Selected items in a listbox to equal an array??? Programming Software Development by Reverend Jim … you first check to make sure a state has been selected. If so, then you get the capital by indexing the… dictionary with the selected state name. If, instead, you want to use a listbox… selected index Programming Software Development by Rockstar4cs I'm having trouble putting in error messages for a selected index. I have a list box that has 5 products …