iframe needs src="" to a page, but i have just one div where i'm showing the map.. how can i use iframe with my map?
fmlove
Posts
-
How to show content while waiting for google map? -
How to show content while waiting for google map?hi! i'm working on google maps api. i send hundreds of Geocode requests to google map api therefore its take to much time to load the page. Is there any way to show header and left menu while waiting for google maps. please share some ideas with code help... thanks in advance :)
-
How to make an array of a Class..?thanks for reply.... please provide some details i also do this Item[] it = new Item[5]; but when i try to access its properties it can't it.ProductName // error occur here Object reference not set to an object...
-
How to make an array of a Class..?hi all! i'm new to c#. i have a class Item public class Item { ProductName = ""; Quantity = 0; } and want to make its array i.e Item[] please help me....
-
Need integration with MarketSmart?Hi All! Actually i need to integration my site with MarketSMART but i have no idea about this there is php code that i need to use in my ASP.NET using c# application can i change this php code to c#....? and any one have the idea about MarketSMART and what things i need for this.... please help me its importany my job... url for MarketSmart site FAQs : https://www.marketsmart.co.nz/basic.php?pagekey=faq&subject=wsdl username guest password MSILweb PHP Code : require_once('lib/nusoap.php'); $client = new SoapClient("https://www.marketsmart.co.nz/axis/services/Service?wsdl"); $err = $client->getError(); $auth = new soapval('auth','AuthenticationInfo',array('credentials'=>(obtain from MSIL),'principal'=>(ditto)),false,'urn:Service'); //////////////////////////////////////////////////////// // Config //////////////////////////////////////////////////////// $cardNumber_val = "9999999990001544"; $cardNumber = new soapval('cardNumber','long',$cardNumber_val); $RewardsAvailableRequest = array('auth'=>$auth, 'cardNumber'=>$cardNumber); $param = new soapval('raReq', 'RewardsAvailableRequest',$RewardsAvailableRequest, false,'urn:Service' ); $result = $client->call('getRewardsAvailable', array($param)); echo $result; print_r($result); echo 'Request: ' . htmlspecialchars($client->request, ENT_QUOTES); echo 'Response: ' . htmlspecialchars($client->response, ENT_QUOTES); echo 'Debug ' . htmlspecialchars($client->debug_str, ENT_QUOTES);
-
Multi Level DropDown Listhi! i want to populate a multi level dropdown list i.e Drinks __SoftDrinks ____SoftDrinks1 ____SoftDrinks2 __OtherDrinks Foods __Fast Food ____Burger ____Pizza please help me in creating this dropdown list dynamically please help me i am in big problem .....
-
Multi Level DropDown Listhi! i want to populate a multi level dropdown list i.e Drinks __SoftDrinks ____SoftDrinks1 ____SoftDrinks2 __OtherDrinks Foods __Fast Food ____Burger ____Pizza please help me in creating this dropdown list.....
-
Minimum Requirements for Silverlight?Hi! please tell me about the Minimum Requirements for Silverlight. Is it code can be written using VS 2005 or i must need to VS 2008(orcas)...
-
multiple web.sitemap files?hi! can i use multiple web.sitemap files on my site?
-
Tell me about...?What difference between and
? and What difference between 'paddin' and margin?
-
On Enter move to next field..?Because i write a javascript but it not support on Firefox Browser
-
On Enter move to next field..?HI! when user press enter on a textbox, cursor move to next textbox. is it possible without using javascript?
-
When press Enter move to next field?Hi! i want ....... when i press enter on a textbox cursor move to next textbox help me with code...
-
Foucs on a Text Box using javascript?Hi! how can i Foucs on a Text Box using javascript?
-
On Enter move on next TextBox..?Thanks for help dear but can you tell me how can i get the next textbox name...
-
On Enter move on next TextBox..?Hi! i want..... when i enter on a textbox cursor move to next field
-
Move on nextText Box ..?HI! i have two Text Box (TextBox1,TextBox2) and the maxlength for TextBox1 is 3 and for TextBox2 is 7. now i want when maxlength of TextBox1 is end then cursor automatically move on next TextBox2....Please help....
-
Focus on desired button..?HI! Dear i have three textbox (textbox1,textbox2,textbox3) and three button (button1, button2, button3) on my web page now i want when i type some text in textbox1 and press enter then button1 press and when i type some text in textbox2 and press enter then button2 press without clicking by the Cursor on button Please help me...
-
how can use VScrollBar to Scroll a long page....hi! please help me how can i use VScrollBar to Scroll a long page.... using vb.net of vb6
-
Auto generate Label and Text box on Page LoadHow can we auto generate Label and Text Box on Page Load...